Sidebar Current Page Styling

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #24564
    monkeysmoke
    Participant

    Hello!

    Is there a way to highlight the current page description in the sidebar area with a different colour when on that page? As an example, it’d be great if the side bar showed in #800800 that the visitor is on Develop/workshops in the sidebar listing. I’m using a flexipages widget so I’m not sure if that’s the place to go?

    http://3b1.e4d.myftpupload.com/develop/workshops/

    Does that make any sense?

    #24571
    Veena
    Moderator

    You can use the following custom CSS in themeoptions –

    #flexipages-9 li.page_item.current_page_item a {
        color: #800800;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.