• Hi guys!
    Great theme, quite awesome and adaptable.

    I’ve been searching on the support forum and on google, and I couldn’t find anything to fix what I’m looking for. I’m trying to change the color of the “row tight home promo”, each item belongs to the Icon Menu. The color changes to the color I want when I have the mouse over but, the default color is what I want to change. I have this: https://image.ibb.co/cEi5yk/Captura_de_pantalla_2017_09_19_a_la_s_13_05_05.png

    And instead of the white/grey color I would like this color: 0a3c5a (kind of dark blue)

    I’m using the free version but I know it’s possible to change, I saw it on other websites like this. https://tiefenrausch.gallery/

    Hope is just an “easy” css code, hopefully working fine ??

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Those colors are set within Theme Options> Basic Styling. If you want to set the color separate of that, you can use this CSS:

    .home-iconmenu a {
        background: red;
    }
    .home-iconmenu a:hover {
        color: blue;
    }

    Let me know if that works for you!

    -Kevin

    Thread Starter arthellin

    (@arthellin)

    Hi again!
    I know I can change in theme options but probably I’ll change something else. Anyway, I tried the CSS code you told and it works fine. Sometimes when the mouse is over, doesn’t work fine with the color I choose. But in any case, it works much better now.

    Thanks for helping!
    ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘icon menu home – change color’ is closed to new replies.