This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Change font color of a sidebar link (active page)

10 years ago · Last reply by Support Assistants 10 years ago

Hi,

can I get a link to a page, that is currently active, to stay in a color I choose?
The links are in a sidebar-widget, changeable under: #secondary .widget ul li a
But .current_menu_item or .current_page_item seems not to work, like in the main-menu.
How can i make it?

Thanks

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Support Assistants 10 years, 2 months ago

    Hi Alexander

    Do you have a public URL where we can take a look at what’s going on? If you need to keep this URL private from other users, just select “Private Reply” on the bottom right of the comment box.

  2. Alexander Cherral Private 10 years, 2 months ago

    This is a private message.

  3. Support Assistants 10 years, 2 months ago

    Thanks :)

    The only way this can be done, that we can think of, is with a Custom Menu Widget. If you insert a Cusotm Menu Widget into the sidebar you can use the following at Appearance > Custom CSS:

    /* Custom Menu Widget */
    .widget_nav_menu .current-menu-item a {
    	color: #cccccc;
    }

    Edit the colour value, #cccccc as required.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread