• Hi everyone,

    I have installed the jQuery Vertical Accordion Menu Font Color Issue.
    Worked like charm. I created another menu theme to customize. There is an issue, I can only set the font color of those pages with subpages and the color change when mouseover.

    For those standard pages, without any subpages, the font color remain the same throughout!

    Need advice how to tackle this issue. Thanks in advance!

Viewing 8 replies - 1 through 8 (of 8 total)
  • hi,

    You should be able to target all of the menu item links using CSS. For menu items without sub-menus just use the main selector for all of the links –

    .dcjq-accordion .menu li a

    For menu items that have sub-menus use:

    .dcjq-accordion .menu li.dcjq-parent-li a

    Thread Starter zedez

    (@zedez)

    Hi remix4,

    thanks for the advice. Actually I have edited the css:

    #dc_jqaccordion_widget-%ID%-item ul a {font color: blue;}

    #dc_jqaccordion_widget-%ID%-item ul, #dc_jqaccordion_widget-%ID%-item ul, #dc_jqaccordion_widget-%ID%-item a {font color: blue;}

    but its just not working

    the only thing thats works is:

    #dc_jqaccordion_widget-%ID%-item ul a:hover {background: #fff; color: pink;}

    I even tried adding < font color: blue; > but still does not work

    Need advice on the css if i have done it wrong

    Thread Starter zedez

    (@zedez)

    Hi there,

    managed to resolve it using the a:active, a:link

    have a question: how to set the font color to change to blue if on the page itsel?

    Eg. menu “About Us” in blue when it is on the About Us page

    Use the WordPress class “current-menu-item” to identify which page is the active page

    Thread Starter zedez

    (@zedez)

    hi there,

    I tried using as follows:

    #dc_jqaccordion_widget-%ID%-item ul.current-menu-item a {color: blue;}

    but it doesn’t seem to work.. any advice on this?

    hi,

    it should be:

    #dc_jqaccordion_widget-%ID%-item ul li.current-menu-item a {color: blue;}

    Thread Starter zedez

    (@zedez)

    hi remix4,

    Thank you very much!! It works!!!

    Tweaked abit to work better… can I check with you, where is the place that i can check with the word press class?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘jQuery Vertical Accordion Menu Font Color Issue’ is closed to new replies.