• Resolved cindymit

    (@cindymit)


    Is there any way to change the default colour of the included home icons? I’ve got the rollover colour set by using the sitewide colour picker, but the default light grey is too light. Can this be changed by adding some css in the advanced styling?

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Kevin

    (@jx-3p)

    Hey,

    Here’s some CSS that will allow you to change that color:

    .home-iconmenu a {
        background: grey;
    }

    Change the grey to whatever you like and add to Theme Options> Advanced Settings and you should be set.

    -Kevin

    Thread Starter cindymit

    (@cindymit)

    Can it be a hex value?

    Thread Starter cindymit

    (@cindymit)

    Never mind, I tried it with a hex value and it worked perfectly! Thank you!

    Kevin

    (@jx-3p)

    Yeah that will work fine! Glad you figured it out!

    -Kevin

    Thread Starter cindymit

    (@cindymit)

    Thank you!

    Hi,
    and how to change blue color (when is hover)?

    -Kasia

    You can add a hover selector like this to the above CSS:

    .home-iconmenu a:hover {
        background: grey;
    }

    Let me know if that works for you!

    -Kevin

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Home Icon Menu Colours’ is closed to new replies.