Your Time:
Our Time:
← Back to discussions

Menu active link color not changing from theme color

Need help with a different issue? Search the forums or open a new ticket.
Open a support ticket

This topic has 8 replies, 5 voices, and was last updated 8 years, 3 months ago by lamountainmarketing.

  • 2017-09-20 at 7:59 am
    Support Expired
    #21832
    adrianmw
    Participant
    • Topics: 2
    • Replies: 3
    • Total posts: 5
    • Post count: 3

    Hi, i have updated the colors in the theme options Styling to not be the pink/purple theme color but it still shows. I’d like to replace that color with #800000. Please see screenshot. Website: http://www.amwsitedesigns.com/lrg/peoples2/

    Screenshot

    2017-09-20 at 5:24 pm
    #21839
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    Those are inline styling that has to be changed manually inline. Like as you shown in the above screenshot. The underline below the Our Team is inline color code we have used it while generating the theme. So you need to edit that page and find the Our Team shortcode in that page and change its color.

    2017-09-20 at 5:30 pm
    Support Expired
    #21840
    adrianmw
    Participant
    • Topics: 2
    • Replies: 3
    • Total posts: 5
    • Post count: 3

    Thanks, what about in the menu where it says ‘People’ and the active link font is still showing pink? I’ve already changed the Menu active link color to red in Styling but the font color won’t change.

    2017-09-20 at 5:59 pm
    #21843
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    That is the menu link colors where you can change it from theme options panel under styling tab.

    2017-11-07 at 9:25 pm
    Supported
    #22177
    CHRISC186
    Participant
    • Topics: 1
    • Replies: 1
    • Total posts: 2
    • Post count: 1

    Hi there

    I’m having the same issue with my site – making changes to the active link colour isn’t reflected when refreshing the page.

    Can you advise please?

    Thanks

    2017-11-08 at 6:02 am
    Support Expired
    #22180
    adrianmw
    Participant
    • Topics: 2
    • Replies: 3
    • Total posts: 5
    • Post count: 3

    So the menu active link font color is controlled by your theme color. Here’s some code I used to modify that and the top bar above it:

    /* Menu Top Border */
    .sf-menu > li > a:after {
    background-color: #1C5F63
    !important;
    display:none;
    }

    /* change active menu color */
    .sf-menu li.current_page_item > a,
    .sf-menu li.current-menu-item > a,
    .sf-menu li.current_page_ancestor > a,
    .sf-menu li.current-menu-ancestor > a {
    color: #1C5F63;
    font-style:italic;
    }

    2018-03-13 at 5:08 pm
    Support Expired
    #22924
    fmorenoherrero
    Participant
    • Topics: 1
    • Replies: 4
    • Total posts: 5
    • Post count: 4

    Writting this code in the aditional CSS is working fine. Thanks for your contribution πŸ™‚

    2018-05-31 at 2:18 pm
    #23471
    Fem
    Keymaster
    • Topics: 2
    • Replies: 5215
    • Total posts: 5217
    • Post count: 6003

    @lamountainmarketing – I will be deleting your post as it’s not in storeup. It’s in the Labora.

    2018-05-31 at 2:24 pm
    Supported
    #23473
    lamountainmarketing
    Participant
    • Topics: 4
    • Replies: 23
    • Total posts: 27
    • Post count: 25

    Could have at least given me a minute to copy-paste my question into the right area……..It’s still something I would like addressed.

You must be logged in to reply to this topic.