Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1227041
    VelocityWeb
    Blocked

    http://www.velocitydigit.com/

    How do I change the content in the box(pictured) to white

    and social bar to grey on hover

    #1227045
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To change the color of the mentioned items, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-colophon.bottom .x-nav li a,
    .x-colophon.bottom .x-nav li:after,
    .x-colophon.bottom .x-social-global a {
        color: #fff;
    }

    You must clear your caching plugin and regenerate the JS/CSS since you you installed a minification plugin before testing your site.

    Hope this helps.

    #1227083
    VelocityWeb
    Blocked

    Thanks also want to change the hover colour on the social icons

    and the links in the pre footer/widget area are too dark now.

    #1227087
    Rad
    Moderator

    Hi there,

    Please add this as well 🙂

      .x-colophon a, .x-colophon .widget a, .x-colophon {
      color: #fff;
      }

    Cheers!

    #1227263
    VelocityWeb
    Blocked

    Beautiful Thanks! Got that one saved for next time!

    #1227276
    Thai
    Moderator

    If you need anything else please let us know.

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