Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #906837
    lgcoll
    Participant

    Hello there,

    I’m having difficulty making the style of the widgets in my sidebar match up and was wondering if anybody could help!

    Here is what I want to accomplish:

    I want to make the titles of the links in the ‘Related Posts’ section match the titles of the links in the ‘Popular Posts’ section.

    In other words, I want the links in the ‘Related Posts’ section to be a) the same size font as in the ‘Popular Posts’ section and b) underlined when resting and not underlined when hovering (as in ‘Popular Posts’ section).

    Is this possible?

    Thanks 🙂

    p.s. I will attach my login info below in a private reply

    #906838
    lgcoll
    Participant
    This reply has been marked as private.
    #907544
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .upw-posts .entry-title a {
        letter-spacing: normal;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        text-decoration: underline;
    }
    .upw-posts .entry-title a:hover {
        text-decoration: none;
    }
    

    Hope it helps.

    #907724
    lgcoll
    Participant

    Worked like a charm – thank you! 🙂

    #907867
    Thai
    Moderator

    You’re most welcome 🙂

  • <script> jQuery(function($){ $("#no-reply-906837 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>