CSS PROBLEM !! - Question | JoomShaper

CSS PROBLEM !!

A

angelo

SP Page Builder 1 year ago

Hello I have an issue with custom css. I use to add code here: https://ibb.co/zH0SV1M

But it is a lot of it so I tried to add it here: https://ibb.co/zN6Pkfw

The code is not working. the css is not working. I just talked on your chat and they told me that it's a technical issue. Please help me to fix!!

0
7 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #165078

Hi Angelo.

Now custom.css file is loaded after all template css styles. This should help.

I edited file: /templates/themis/index.php from Joomla itself.


TIP! If you want to load custom.css even after all components move whole line from 157 to 167.

0
A
angelo
Accepted Answer
1 year ago #165080

Hello do you mean that you fixed it? It wasn't loaded before?

I can see that some css is working and some other don't.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #165081
  1. Before custom.css was loaded before template.css file. Now it's default Helix behavior.
  2. You can use my tip above, Then custom.css file will be loaded as last file in < head > , after all css files loaded by Joomla on front-end !!
0
A
angelo
Accepted Answer
1 year ago #165082

Thanks for your tip; even if I don't fully undersxtand it. I have aproximately 150 lines of code...

a) In this page I have a module and it's doubled: https://www.rules-chess-strategies.com/en/store-english/product/5-a-complete-chess-guide-from-beginner-to-intermediate-player-1200 I used the code: < section#sp-position-2 { display:none; } /> It's not working.

b) For easy blog in this page: https://www.rules-chess-strategies.com/en/chess-blog I use: < / EasyBlog - text from black color to white on the first blog / .eb-gallery-content { color: rgb(255 255 255); } />

If you have any ideas pleas help me.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #165083

I did what I wrote in tip, now custom.css loaded as last file, and Custom CSS styles should include all styles.


Using custom.css allows you to use ONLINE CSS VALIDATOR to be sure that you didn't make (or made?) a small mistake somewhere in CSS syntax.

That's all I can do.

0
A
angelo
Accepted Answer
1 year ago #165084

ok sir. thank you. You fixed the main problem and my custom css is load better. Thank you.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #165085

After all I did small customization ;)

You're welcome. Have fun :)

0