Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #585971

    Hello,

    Is there a piece of code that I could put in the quick css bit that would turn all of my hyperlinks into a bold font?

    Thank you,

    Lauren

    #585984

    a { font-weight:bold; }

    that will turn all hyperlinks bold

    TJ

    #586841

    Hi,

    Thanks for the help @tjswarbs78, if that code should not work you could try the following instead:

    a { font-weight:bold !important; }
    

    Thanks,
    Rikard

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