• Resolved TonbridgeSteve

    (@tonbridgesteve)


    I have installed the preference lite theme along with the Preference Lite Child theme which is active.

    I cannot see where to change the colours of the primary menu. I have looked in the Appearance – customize – Colours but cannot see an option in there for the menu.

    Do I need to make a change to the CSS?

Viewing 4 replies - 1 through 4 (of 4 total)
  • What is your URL?

    Thread Starter TonbridgeSteve

    (@tonbridgesteve)

    Hi TonbridgeSteve,

    This features does not compatible with WordPress 4.3 recently, We will fix this issue in next version, sorry for that. for now you can add custom css to fix that issue:

    Changing color of menu text:

    .primary-navigation li a,
    .primary-navigation li.current-menu-item.home a{
    	color:#fff /* your required color code here */
    }

    Changing background color of primary menu:

    #pref-navbox{
    	background-color: #b4d6a0 !important; /* Your required color code here
    }

    Note: Please use the custom css plugin or child theme to write the custom css.

    Thanks

    Thread Starter TonbridgeSteve

    (@tonbridgesteve)

    no problem that it needs to be done in the css.

    Thanks for your help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu Colours’ is closed to new replies.