Home Forums Free Themes Blog Page Bold and underlined links

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #177938
    basss27
    Participant

    Hi there!

    I enjoy using the Blog Page theme for several of my websites. I would like the links in my texts to be bold and underlined by default, so from the CSS. I tried to set this up myself, but unfortunately I couldn’t get it to work.

    Can you help me where I should adjust the css and what I should put there?

    Thank you very much!

    #177947
    sanam
    Keymaster

    Hello @BASSS27, Please add this CSS in the Additional CSS

    .textwidget a,
    p a {
    text-decoration: underline;
    font-weight: bold;
    }
    .site-title a {
    text-decoration: unset;
    }

    Go to Customizer >> Appearance >> Additional Css, paste the above CSS there, and published the site.

    Thanks.

    #177961
    basss27
    Participant

    Thanks a lot! 🙂

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