Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #337397

    Hi,

    I just wanted to know what the best way is to override a font style such as H2 or H1 via css in a color section. I have the custom-css activated in Enfold so I can add a class.

    Here is what I tried

    .ad {
    font-size: 35px;
    color: white;
    }

    Is that enough to get it to work?

    sl

    #337401

    Hey slui!

    If you can post the link to your website and point out the section, we can help you better. But in general you can use !important rule to override other rules

    .ad {
    font-size: 35px !important;
    color: white !important;
    }

    Regards,
    Yigit

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