Menu

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #20223
    Rcordero201
    Member

    Hi,

    I am using one page website. I want to add two menu items to the menu that are not part of the one page. When I add the two custom links to the menu… the website doesn’t work. How can I fix this issue?

    Also, how can I change the background color of one of the menu items?

    I want to add and FAQ (external link) and Login (external link) on the menu.

    http://www.mysmartcamcloud.com

    #20243
    Veena
    Moderator

    1.I don’t see any issue . Is this issue resolved?

    2.You need to target the menu id and then you can apply custom CSS for that particular menu .

    For eg: login menu :-

    li#menu-item-5204 {
        background-color: #2AB7EC;
    }
    
    #20255
    Rcordero201
    Member

    Hello,

    Where do I post this? I want to make the LOGIN menu button background blue. I copied and pasted what you gave me in the custom CSS section in theme options but nothing happens. Please let me know how to do this.

    I figured out the other issue, thank you.

    #20260
    Veena
    Moderator

    The custom CSS should work .

    li#menu-item-5204 {
        background-color: #498DD4;
    }
    

    or pls try this –

    li#menu-item-5204 {
        background-color: #498DD4 !important;
    }
    

    If the above custom CSS doesn’t work then pls check if there is any syntax error in your custom CSS .
    If still you face any issue you can share a temp login to your site as a private reply .

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Appdev Theme Support’ is closed to new topics and replies.