• Resolved glados

    (@glados)


    Hey,

    I like experimenting, but have small problem:

    http://www.jpeg.cz/images/2016/08/08/lduSm.jpg
    Orange Arrow: I don’t know how to set a color of font (black) to white, with black hover. I try add color line to all css codes, but nothing:

    .mh-navigation {
        font-weight: 600;
        letter-spacing: 0.5px;
        text-transform: inherit;
        font-size: 16px;
    }
    
    .mh-navigation li { color: #000; font-size: 18px }
    .mh-navigation li:hover { background: #fafafa; border-left: 3px solid #cd321b;}
    .mh-navigation li:hover a { color: #000; font-weight: 500;}
    .mh-navigation ul ul { background: #fafafa;}
    
    .mh-navigation ul li:hover > ul { display: block; background: #272b2e; z-index: 9999; }
    .mh-navigation ul ul li { width: 16em; color: #fff; }
    .mh-navigation ul ul ul { left: 100%; top: 0; color: #fff; }

    ignore green arrow on screen: Thanks 😉

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi glados,

    thanks for using Tuto WordPress theme.

    Please have a look at tools like Firebug or your browsers inspection tool to inspect the elements on your site and then add your own CSS code based on your personal requirements, for example:

    .mh-navigation .sub-menu span { color: #fff; }

    Thread Starter glados

    (@glados)

    Hi,

    My firebug dont listen to me.. but thanks very much 😉

    Thread Starter glados

    (@glados)

    Hi again,

    Last question http://evolvegame.funsite.cz/ when i click on Evolve and about game (o hře) https://ctrlv.cz/Tmpc white font, i must run over text to see black color. I hope you know what i mean, bad eng 😉

    Thanks its my last prob with menu and i dont see specific code via firebug 🙁

    Please really try to make yourself familiar with using inspection tools. We’re always happy to help, but please also understand that we’re not here to customize your website for free, thanks.

    It seems this is what you’re looking for:

    .mh-navigation .sub-menu li:hover span { color: #000; }

    Thread Starter glados

    (@glados)

    I know i want more than I should, my sorry. I thanks for your helps very much, it’s last 😉

    You’re very welcome and your site looks nice with the theme. 😉

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Navigation Q’ is closed to new replies.