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

    Hey guys.

    Attempting to style the bold font – both weight and color to no avail.

    I have implemented
    .main_color strong, .alternate_color strong { font-weight; 400; } which I am trying to use to style the bold font to be the same weight as the regular body font on http://codelessme.com/diaperfree/us/mission/ but it isn’t working at all. I eventually gave up on color using code and just did through the default style editor HOWEVER I would rather have styled via css for that particular area.

    #245634

    Hi David!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    strong, b { font-weight: 400 !important; }
    .main_color strong, .alternate_color strong { color: green; }

    Cheers!
    Yigit

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