Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1162838
    Nikhil Ravishanker
    Participant

    Hi,

    I’d like some assistance with changing font colour in the footer widget area (the custom menu widget, to be more specific)
    I went through similar threads on the forum and tried the suggested CSS, but that doesn’t seem to work.

    Thanks!

    #1162880
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-colophon.top .widget ul li a, 
    .x-colophon.top .widget ol li a{
        color: #000;
    }

    Hope it helps 🙂

    #1162897
    Nikhil Ravishanker
    Participant
    This reply has been marked as private.
    #1162916
    Thai
    Moderator

    Hi There,

    You forgot to close the curly bracket(}) in your custom CSS.

    Please find this CSS:

    .x-colophon.top { background-color: black; }
    .widget_categories ul > li a, .widget_nav_menu ul > li a, .widget_pages ul > li a {
    font-size: 15px; /* in case you need to change the font size */
    .x-colophon.top .widget ul li a, 
    .x-colophon.top .widget ol li a{
        color: black;
    }

    And change to this:

    .x-colophon.top { background-color: black; }
    .widget_categories ul > li a, 
    .widget_nav_menu ul > li a, 
    .widget_pages ul > li a {
    	font-size: 15px;
    }
    .x-colophon.top .widget ul li a, 
    .x-colophon.top .widget ol li a{
        color: black;
    }

    Hope it helps 🙂

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