Tagged: 

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

    Dear team,

    I got an impression that “bold” is forced to have one color only by default in your theme and it’s done via General Styling>Main Content>Primary color.
    Well, I’d like to have “bold” in different colors. I used inline CSS:
    <p class="p1" style="text-align: center;"><span style="color: #ffcc99!important; font-size: 18px;"><b>(9 am till 2 pm – subject to availability all other days)</b></span></p>
    But it’s still showing as “white bold”:

    The line “(9 am till 2 pm – subject to availability all other days)” should be beige.
    Is it possible to deactivate your one-color-only-bold?

    Probably I’m just confused and on the wrong direction.

    Thank you for the advice!
    Alfiya

    #313335

    Hey Soapmarine!

    Thank you for using our theme.

    You have to add the style attribute to the <b> tag, because theme CSS styles this directly:

    
    <b  style="color: #ffcc99 !important;">
    

    Regards,
    Günter

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