• Resolved mainahgal

    (@mainahgal)


    I want to change the colors of the Home Icon Menu I am setting up. I have scrolled tirelessly and have added various custom css that I have found pertaining to this and every single piece of code pertaining to what I want doesn’t change a thing!

    This is the website I am working on.

    https://triplumb.com/

    The colors are all default and I cannot seem to change them, even with custom css. The hover color is nice but the inactive color is too light!

    Thank you in advance for all your help! A great theme here!

    p.s. I’m using the free version.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter mainahgal

    (@mainahgal)

    I finally figured it out! This is the code that did the trick!

    .home-iconmenu a i {color:#ffffff;} /*icon color*/
    .home-iconmenu a h4 {color:#ffffff;} /*text color*/
    .home-iconmenu a {background: #384287;} /*background color*/
    .home-iconmenu a:hover {background: #6f7ac3;} /*background on hover color*/

    Awesome! I like what you did with that site too, very inspirational.

    So what file did you add that bit of code to?

    Sincerely,
    Marc

    fantastic! thx!

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