Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1078793
    JW & Co.
    Participant

    Hello,

    I am trying to make some edits to my website, http://www.homeandhealthy.joshuaweatherstone.com, and need some help.

    Please tell me how to make all of the links in the footer white, which change to orange when hovered over. I would also like to change the color of the headlines in each footer widget, and edit the color of the lines between the recent posts.

    Thanks!

    #1079013
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    footer.x-colophon.top .widget li a:hover, footer.x-colophon.top .textwidget a:hover {
        color: #d25d2c;
    }
    footer.x-colophon.top .widget li a, footer.x-colophon.top .textwidget a {
        color: #fff;
    }
    footer h4.h-widget {
        color: #fff;
    }
    footer .widget ul li, footer .widget ol li{
    border-color:red;
    }
    

    Hope that helps.

    #1079321
    JW & Co.
    Participant

    Unfortunately the custom css is not affecting the footer.

    Thanks,
    Josh

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