Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #939138

    Hi,

    How can I have a different design for links? I want links throughout the website to be without an underline with the exception of widgets and blog posts which I want to have underline links.

    Thanks

    #939185

    Hey sasha,

    Try using this code, but itsup you might need more specific selectors for this code to work

    
    .main_color a { text-decoration: none; }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #940302

    Hi,

    This doesn’t work… Is there a specific class for links in blog posts which I can then add the { text-decoration: none; } to?

    #940351

    No need to reply. I found a solution:

    .main_color div.post-content a { text-decoration: underline !important;}

    Thanks

    #940768

    Hi sasha,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

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