Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1404551
    jtrim
    Participant

    Hi,

    I’m using the Renew theme via X. My site is: http://joetrimby.com/

    How do I change the hover colour of menu items in the footer? They’re currently grey.

    Also can I change the hover colour of social items in the footer. They currently default to vimeo/linkedin/etc colours.

    Finally essential grid will only show one of my three columns on mobile sites: http://joetrimby.com/work-2/

    I appreciate it’s a third party plugin, but do you have any idea why? If I set it to three columns on mobile they all appear but it’s unusable. I thought by choosing 1 column on mobile that all three would appear in a single responsive column.

    Thanks in advance.

    #1404569
    Christopher
    Moderator

    Hi there,

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

    .x-colophon.bottom .x-nav li a:hover {
        color: red;
    }
    .x-social-global a:hover.vimeo {
        background-color: #44bbff;
    }
    .x-social-global a:hover.linkedin {
        background-color: #1a81ad;
    }

    Under Gid settings tab, increase Max Visible Rows option.

    Hope that helps.

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