New Landing How can we help? Themeforest Theme Support Neighborhood changing background color menu

Viewing 12 posts - 1 through 12 (of 12 total)
  • #90775
    andyversyck
    Member
    Post count: 16

    I am trying to change the color of the background for the menu in the header of this website. But i can’t seem to find were i can do this.

    Can someone help me ? I am trying to give each butten from the menu a color so it stands out.

    thank you in advance

    Attachments:
    You must be logged in to view attached files.
    #90808
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Do you want to change the color of the whole bar or just the menu items?

    – Kyle

    #90810
    andyversyck
    Member
    Post count: 16

    I would like to change the color of the menu items (not the text color) but the bg color of the buttons.

    grtz

    #90812
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You would need to get the menu item id, then use css like this:

    #menu-item-30 {
      background-color: #aaaaaa;
    }

    – Kyle

    #90824
    andyversyck
    Member
    Post count: 16

    Ok thx,

    i got the id’s,

    in what CSS file i have to modify this?

    grtz

    #90833
    andyversyck
    Member
    Post count: 16

    Ok, it worked, but can i do this with a hover effect?

    grtz

    #90843
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    #menu-item-30:hover {
      background-color: #aaaaaa;
    }

    – Kyle

    #90849
    andyversyck
    Member
    Post count: 16

    Thank you works like a charm

    #90851
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! No problem

    – Kyle

    #99685
    hajsiwo
    Member
    Post count: 3

    What file You edited?

    #99688
    hajsiwo
    Member
    Post count: 3

    And if my menu id is “Main”, that what css I should use ?

    #99720
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You can add the css to Theme Options > Custom CSs

    To find your menu item id, you need to inspect the element

    – Kyle

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register