Tagged: 

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

    Building a page for a local dance studio/club.
    One of the pages shows the various teachers.
    All the text boxes show the same font color I’m using for local H3 and H4 as #ff9900 but on some of them a pale yellow is displaying – both IE9 and Firefox.

    **Fixed the issue – <b> attribute was making font display in default color. Removed <b> and colors are as I wanted them.**

    • This topic was modified 9 years, 7 months ago by roadrunnernz.
    #314063

    Hi roadrunnernz!

    Glad you figured it out! You can go to Enfold theme options > Advanced Styling tab and edit Strong tagged elements. Alternatively you can add following code to Quick CSS in Enfold theme options under General Styling tab to change the color of Strong tagged elements to default color

    .main_color strong, .alternate_color strong { color: inherit !important; }

    Cheers!
    Yigit

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