Tagged: x
-
AuthorPosts
-
November 2, 2016 at 3:11 pm #1241357
AnnParticipantHi 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,
AnnNovember 2, 2016 at 3:26 pm #1241383
AnnParticipantOh and is it possible to remove the line separating the forums and the topics? 🙂
November 2, 2016 at 9:12 pm #1241789
DarshanaModeratorHi 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.
November 2, 2016 at 11:12 pm #1241879
AnnParticipantSure!
November 3, 2016 at 12:33 am #1241939
Prasant RaiModeratorHello 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.
November 3, 2016 at 8:47 am #1242332
AnnParticipantAwesome!
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:
Ann
November 3, 2016 at 9:20 am #1242376
AnnParticipantHey,
I created custom menus for all widgets instead – so now they look the same 🙂
Thanks for your help!
Ann
November 3, 2016 at 9:34 am #1242423
RahulModeratorGlad to have figured it out!
Let us know if we can help with anything else.
Thanks for choosing the X-theme.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1241357 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
