• Resolved canajien

    (@canajien)


    I can’t get the menu colours to change, there doesn’t seem to be a nav class in the stylesheet

    and changing the header code in the stylesheet has no effect.

    .header .header-inner .logo a{ color:#808080;}

    I haven’t had any other problems with changing colours, creating new classes etc… but I can’t find where to change the nav menu at the top

    does anyone know where to start?

Viewing 11 replies - 1 through 11 (of 11 total)
  • Hello,

    Can you please provide the link to your site so that i can help you regarding that.

    Thank you.

    Thread Starter canajien

    (@canajien)

    sorry, but there is no live site at this time, it is the same navigation menu that you can see on the theme demo

    http://sktthemesdemo.net/iamone/

    Hello canajien,

    In this page i can see a background picture in the menu if you have the same problem You need to remove the image that is in the menu bar then try to change the color.

    Hope that helps you, feel free to ask if there is any other problem.

    Thank you.

    Thread Starter canajien

    (@canajien)

    there is no image in the menu bar, it is text, thanks anyway

    anyone else?

    Hello,

    This is the code,

    .header {
        background: rgba(0, 0, 0, 0) url("images/header-bg.png") repeat scroll left top;
    }

    It’s in the header of that site you refer me, is there anything like this in your header menu?
    If so then first remove that, then add the CSS i give you bellow.

    If there is no image in your header navigation you can directly add this in your Custom CSS:

    .header {
        background-color: rgba(0, 0, 0, 0.77);
    }

    You can adjust the color as per your requirement.

    Hope that helps you, feel free to ask if there is any other problem.

    Thank you.

    Thread Starter canajien

    (@canajien)

    Sorry for the misunderstanding but I want to change the colour of the links in the menu, not the background.

    Hello,

    Then you need to try this in your Custom CSS for achieving that:

    .nav ul li a: hover {
        color: #997662 !important;
    }

    You can adjust the color as per your requirement.

    Thank you.

    Thread Starter canajien

    (@canajien)

    thanks, that should do the trick, sorry about not being more clear about it before

    It’s okay. Pleasure to help you. 🙂

    .nav ul li a: hover {
        color: #997662 !important;
    }

    is not working for me

    .menu li a:hover {
    color: #0096ff !important;
    }

    this is the right one!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘change menu colours?’ is closed to new replies.