Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #169183

    Hi crew,

    Are there instructions somewhere for using the Quick CSS tool?

    I’m trying to use it for the first time, but no change I make is showing up on the site. Not sure if it’s my coding (I’m a beginner) or something else is going wrong.

    To test it out, I added this to the Quick CSS:

    h2 {
    font-size: 8px;
    }

    No change to the h2 headings on my pages.

    Is the code wrong, or could there be some issue with the permissions on the files?

    Hope you can help,
    Lucy

    #169342

    Hey boursedata!

    Your code looks fine. You can try forcing it by adding !important

    h2 { font-size: 8px!important; }

    Best regards,
    Yigit

    #178804

    Hi Yigit,

    Thanks for the tip, but it hasn’t made any difference. Still no change appearing on my page after adding code through the Quick CSS tool.

    Any other ideas?

    Many thanks,
    Lucy

    #178984

    Hi!

    Please try removing browser cache and refresh page a few times. It does work on my installation. You can try adding the code to custom.css file inside Enfold/css folder as well

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Quick CSS Help’ is closed to new replies.