-
AuthorPosts
-
November 9, 2020 at 12:22 am #1259140
Hey,
How can I change h1 color on one specific page? I need CSS cuz otherwise is not working.
November 9, 2020 at 6:03 am #1259174Hi buciks1,
It can be done via CSS, can you give us the link of the page? and point us to the h1 text?
Best regards,
NikkoNovember 9, 2020 at 2:31 pm #1259262The page is on private mode. Just give me an example of CSS for h1.
November 9, 2020 at 7:31 pm #1259360Hi buciks1,
We need to see the actual css and html to be able to propose a solution for you. Please get back to us when you get the website to some testing server.
Best regards,
VictoriaNovember 9, 2020 at 9:16 pm #1259396Okey.
That’s the page > https://l2p-league.com/valorant-coaching/
I want to change the h1 color but it’s not working in the typical way so I have to use CSS for specific page.November 10, 2020 at 1:18 pm #1259555Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.page-id-11165 h1 b { color: red; }
Best regards,
RikardNovember 11, 2020 at 12:27 am #1259727Hi, it’s not working :/ I have used this CSS.
November 11, 2020 at 4:47 am #1259756Hi buciks1,
I have checked the link you gave and Rikard’s code worked properly.
I have posted a link to the screenshot on my end.Best regards,
NikkoNovember 13, 2020 at 2:12 am #1260236Yeah, it’s working now, after some time.. It’s weird that changes are not working instantly. Now I tried to change this to another color and it’s not working too. Maybe is cache? How can I clear my cache?
- This reply was modified 4 years ago by buciks1.
November 13, 2020 at 2:25 am #1260246It’s bugged or idk. I have removed the CSS now and h1 it’s still red for some reason. What is going on?
November 13, 2020 at 6:11 am #1260272Hi buciks1,
Yes, it’s most likely due to cache.
The first one is cache is from the site, it may be from a caching plugin or an internal server caching that’s built-in. If it’s from a caching plugin you’ll have an option from the plugin but if it’s the latter then you’ll need to go to cPanel and find the option to clear it from there (most of the time it does not clear instantly).
The second one is due to browser cache, the browser fetches css from the cache and does not fetch the new one from the site, you can simply clear the browser cache and this would work.
If you are using Chrome then pressing ctrl + f5 to reload the page should also clear the cache on that page, if that doesn’t work then most likely it’s the cache from the server that’s causing the issue.
Best regards,
Nikko -
AuthorPosts
- You must be logged in to reply to this topic.