Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1259140

    Hey,

    How can I change h1 color on one specific page? I need CSS cuz otherwise is not working.

    #1259174

    Hi 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,
    Nikko

    #1259262

    The page is on private mode. Just give me an example of CSS for h1.

    #1259360

    Hi 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,
    Victoria

    #1259396

    Okey.
    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.

    #1259555

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-11165 h1 b {
      color: red;
    }

    Best regards,
    Rikard

    #1259727

    Hi, it’s not working :/ I have used this CSS.

    #1259756

    Hi 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,
    Nikko

    #1260236

    Yeah, 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.
    #1260246

    It’s bugged or idk. I have removed the CSS now and h1 it’s still red for some reason. What is going on?

    #1260272

    Hi 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

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.