Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1225966

    Hey guys,

    In advanced styling I am able to style very easily, but this I don’t want to use too much because of sematics. I want to use <b>.

    For some reason <b> is colored blue as default? I’ve tried editing everything in general styling, but nothing seems to be affecting this.

    Could you please help me get this right? I just want it black and bolded.

    #1225973

    Hey illerrre,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1226008

    Hey Jordan,

    It’s http://www.onlineterapi.nu

    I see now that my message got bolded here as well because I wrote < strong> but I think you got my point :)

    #1226016

    Hi,

    Add this to quick css:

    p a{
    font-weight:bold!important;
    color:#000!important;
    }
    
    
    Best regards,
    Jordan Shannon
    #1226045

    Hey,

    This colored all my links, but it didn’t color < b>

    #1226122

    Hi illerrre,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .main_color b {
        color:#000;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1226194

    Thanks a lot – worked like a charm!

    #1226286

    Hi illerrre,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How do I style ?’ is closed to new replies.