Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1161190

    Hi,
    I don’t know how to differentiate bold text from link text.
    In general styling I can’t see how differentiate them.
    Can you help me please?
    Thanks!

    #1161397

    Hey sparkylab,

    You can do this with quick css:

    a{
    color:red!important;
    }
    
    b{
    color:green!important;
    }

    adjust the colors to whatever you want.

    Best regards,
    Jordan Shannon

    #1161621

    Hi,

    Can you explain me better what should I do?

    Where I put this code?
    How I change the colours then?

    Thanks

    #1162071

    Hi,

    You can set a different colour for the strong/bold tag under Enfold->Advanced Styling. If you need to alter it using CSS then you can use something like this in Quick CSS:

    strong {
      color: red !important;
    }

    Best regards,
    Rikard

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