Home Forums WoodMart support forum top menu color

top menu color

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #215349

    riotable
    Participant

    hi

    how can i change top menu color ?

    Attachments:
    You must be logged in to view attached files.
    #215376

    Hello,

    I saw the screenshot you attached. To change the color of the menu in the topbar you need to add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-top-bar .whb-secondary-menu .item-level-0 > a {
    color: red;
    }

    Best Regards.

    #215416

    riotable
    Participant

    thank you aizaz

    its done but selected page name’s color white

    how can i fix this ?

    for example in this photo i am in “anasayfa” page

    Attachments:
    You must be logged in to view attached files.
    #215566

    Hello,

    You are Most Welcome.

    Please try and add the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-top-bar .navigation-style-default .item-level-0.current-menu-item > a {
    color: green;
    }

    You can set the color accordingly.

    Best Regards.

    #233602

    riotable
    Participant

    its not change, can u check it ?

    Attachments:
    You must be logged in to view attached files.
    #233695

    Hello,

    I saw the screenshot you attached. Please Replace the previous CSS with the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-color-light .whb-top-bar-inner .navigation-style-separated .item-level-0.current-menu-item>a {
    	color: red;
    }

    If you are still unable then provide the admin panel login details of the website to check it myself and help you out accordingly.

    Regard’s.
    Xtemos Studios.

    #233838

    riotable
    Participant

    yes its done but mouse on hover to link its color white

    Attachments:
    You must be logged in to view attached files.
    #233901

    Hello,

    I saw the screenshot you attached.

    To change the hover color Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .whb-top-bar .whb-secondary-menu .item-level-0 > a:hover {
    	color: red;
    }

    Regard’s.
    Xtemos Studios.

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