Viewing 8 replies - 1 through 8 (of 8 total)
  • hannah

    (@hannahritner)

    Hey, try this:

    .home-iconmenu a i {
    color: #000;
    }

    Try pasting it into your custom css box in theme options > advanced settings.

    Hannah

    Thread Starter martafferreira

    (@martafferreira)

    Hi again!
    Many thanks for your fast reply!
    It works!Thanks!

    Now, I need to change the colour of iconmenu background when i pass the mouse over it.. I changed the background with the code you posted in other tocpic, and it works, but when i pass the mouse over it they still have the old colour.. And i want to remove it…

    And also, how I dicrease the space between icon menus and keep them center on page?

    Many thanks for your precious help!

    hannah

    (@hannahritner)

    You can set the background hover color with this:

    .home-iconmenu a:hover {
    background: #999;
    }

    And remove some margin with this:

    .home-iconmenu {
    margin-right: -5px;
    margin-left: -5px;
    }

    Hope it helps!
    Hannah

    Thread Starter martafferreira

    (@martafferreira)

    Hi!
    The changes of iconmenu are all ok, perfect, many thanks!!

    The margin of them doesn′t work as i would like.. for margins of -5px it works, but for margins like -40px the iconmenus don′t stay center on page, and are all on left side of the page…

    thanks again..

    hannah

    (@hannahritner)

    Can you post a link?

    Thread Starter martafferreira

    (@martafferreira)

    Sure!:
    https://mfdesign.pt/

    Thanks!

    remove the margin css, just add this:

    .home .homepromo {
        max-width: 600px;
        margin: 0 auto;
    }
    .home-iconmenu a {
        padding: 10px 0;
    }

    Kadence Themes

    Thread Starter martafferreira

    (@martafferreira)

    Perfect! It works!

    Thank you both for all help and fast reply to all my questions!
    Congrats for these amazing theme.

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