Tagged: x
-
AuthorPosts
-
August 15, 2016 at 8:50 am #1131867
ikrasnovParticipantHi all,
Having some issues styling the “Latest tweets widget”, I can’t seem to identify the source of the white spacing. I’ve attached two images of the widget, one of the existing white space, and one of what I would like it to look like.
URLS are: irmsinc.com/staging and irmsinc.com
Secondly, If you navigate to https://irmsinc.com/staging/our-services/business-insurance/
The menu titles on the left side are white, which makes them invisible, I would like to change the color of these menu items, but doing so also changes the color of the footer menu titles – is there any way to isolate the sidebar menu titles with CSS?
Thanks,
August 15, 2016 at 9:44 am #1131937
ThaiModeratorHi There,
Please add the following CSS under Customizer > Custom > Global CSS:
.latest-tweets ul li, .latest-tweets ul { border: none; } .latest-tweets p { margin: 0; padding: 5px 0; } .page-id-2511 .widget_nav_menu h4.h-widget { color: #000; }Hope it helps 🙂
August 15, 2016 at 11:07 am #1132105
ikrasnovParticipantExcellent, thank you as always. This worked for the majority of pages, but did not for pages like these:
https://irmsinc.com/staging/our-services/homeowner-replacement-cost-estimator/
https://irmsinc.com/staging/our-company/in-the-news/I’m sure im missing something simple – thanks.
August 15, 2016 at 11:30 am #1132153
ThaiModeratorHi There,
Please find this CSS:
.page-id-2511 .widget_nav_menu h4.h-widget { color: #000; }And change to this:
.widget_nav_menu h4.h-widget { color: #000; }Hope it helps 🙂
August 15, 2016 at 6:42 pm #1132637
ikrasnovParticipantThis worked for 1/2 of the pages.
https://irmsinc.com/staging/our-company/in-the-news/
This page was not effected. Appreciate the help!
August 16, 2016 at 1:35 am #1133063
ChristopherModeratorHi there,
Please add this code :
.x-sidebar h4.h-widget { color: #000; }Thanks.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1131867 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
