Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1241357
    Ann
    Participant

    Hi there,

    I have added bbpress to our site and I’m using their widgets to display my forums and topics. The bbpress widget text is a lot bigger than my other widgets (the 2 lower widgets from screenshot). Could you help me change that?

    Thanks so much!

    Best,
    Ann

    #1241383
    Ann
    Participant

    Oh and is it possible to remove the line separating the forums and the topics? 🙂

    #1241789
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! To assist you with this request, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1241879
    Ann
    Participant
    #1241939
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can use following CSS under Custom > CSS in the Customizer to maintain a uniform font size and removing border in bbPress widgets in sidebar:

    .x-sidebar .widget a {
        font-size: 14px !important;
    }
    
    .x-sidebar .widget ul li {
        border-top: 0 !important;
    }

    Thanks.

    #1242332
    Ann
    Participant

    Awesome!

    That worked! I wanted to change so they have the same line height too, and I added line-height: 0px !important; to both .textwidget and .widget but I can’t seem to make them both the same. the .widget line height decrease but not enough to match the other one. Check it out here:

    https://moveu.com/all/

    Ann

    #1242376
    Ann
    Participant

    Hey,

    I created custom menus for all widgets instead – so now they look the same 🙂

    Thanks for your help!

    Ann

    #1242423
    Rahul
    Moderator

    Glad to have figured it out!

    Let us know if we can help with anything else.

    Thanks for choosing the X-theme.

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