Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1131867
    ikrasnov
    Participant

    Hi 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,

    #1131937
    Thai
    Moderator

    Hi 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 🙂

    #1132105
    ikrasnov
    Participant

    Excellent, 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.

    #1132153
    Thai
    Moderator

    Hi 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 🙂

    #1132637
    ikrasnov
    Participant

    This worked for 1/2 of the pages.

    https://irmsinc.com/staging/our-company/in-the-news/

    This page was not effected. Appreciate the help!

    #1133063
    Christopher
    Moderator

    Hi there,

    Please add this code :

    .x-sidebar h4.h-widget {
        color: #000;
    }

    Thanks.

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