how can i change the colour of the menu text

how can i change the colour of the menu text on ONE page and also change the logo Url for that one page also....


Cant see logo and menu text on white background.... 

Comments

  • Hi,

    to change menu items color on a single page, you need to use the following css:
    .page-id-xxx #Top_bar .menu > li > a { color: #E2E2E2 !important; }
    where xxx is page id.

    However, we do not have solution to change logo url on individual page.
Sign In or Register to comment.