Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1054421
    antonpolosin
    Participant

    Hi,
    Can I change font color on all of my widgets in the footer(I’m using two link widgets, mailchimp widget, and one icon list widget). Can change the color and remove all lines. Also change the color of the widget’s titles. So just everywhere simple white font. My url: http://www.flighttour.com.au/ Thank you.

    #1054538
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .x-colophon.top {
        color: #ffffff !important;
    }
    
    .x-colophon.top .h-widget > span {
        color: #ffffff;
    }
    
    .x-colophon.top .h-widget {
        color: #ffffff;
    }
    
    .x-colophon.top .widget ul li a, .x-colophon.top .widget ol li a, .x-colophon.top .x-comment-time {
        color: #ffffff;
    }
    

    Hope that helps.

    #1055973
    antonpolosin
    Participant

    That’s work. But alsp i would like to get rid of any decoration: such as when you hover on the item it becoming white (i’d like to keep that only text change the color to my custom color). Then I would like to get rid of that lines whihc surround every row. Is it possible. I’d like to keep them like on the attachment. Neat and tidy. Thank you.

    #1056108
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-colophon.top .widget ul li:hover {
        background-color: transparent;
    }
    
    .x-colophon.top .widget ul,
    .x-colophon.top .widget ul li {
            box-shadow: none;
            border:0;              
    }
    
    .x-colophon.top .widget ul li a:hover {
            color:red;
    }
    

    Please change red with the color that you like.

    Hope that helps.

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