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

    I am using Enfold v2.3.1 as the default theme (green).

    Currently, both bold text (STRONG tags) and hyperlinks (A tags) are highlighted as green, but it is not easy to distinguish those two. I would like to highlight (STRONG) tags as black bold if used withtout hyperlinks, and (A) tags as green.

    For example:

    “(A) xxx (STRONG) ZZZ (/STRONG) xxx (/A) … (STRONG) YYY (/STRONG)”

    “xxx” : green normal font
    “ZZZ” : green bold font
    “YYY” : black bold

    Can you do this?

    I tried to enter:

    .alternate_color strong {color:#000000;}

    in the Quick CSS box, but it works only if STRONG tags are used without A tags.

    Please let me know what is the best way to solve this issue.

    • This topic was modified 11 years, 4 months ago by yutakaemura.
    #171393

    Hey yutakaemura!

    Please add following code to Quick CSS in Enfold theme options

    strong { color: black!important; }
    a strong { color: #719430!important; }

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to specify different colors for BOLD (STRONG tags) and HYPERLINKS (A tags).’ is closed to new replies.