Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1048319
    bedingfield
    Participant

    Hi there,

    When I go to one of my blog posts I notice that the menu item ‘blog’ is not highlighted. How can I make this so?

    http://elyrunners.club/2016/04/03/wymondham-20/

    Thank you.

    #1048363
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    li.current_page_parent > a span {
        color: red;
    }

    Hope that helps.

    #1048503
    bedingfield
    Participant

    Thank you. Works perfectly. I would also like to add the underline as per other menu items. Whats the CSS for that please?

    #1048601
    Nabeel A
    Moderator

    Hi again,

    Please replace the previous code with this one:

    li.current_page_parent > a span {
        color: white !important;
        text-decoration: none !important;
        box-shadow: 0 2px 0 0 #ffffff !important;
    }

    Let us know how this goes!

    #1048606
    bedingfield
    Participant

    perfect. thank you

    #1048976
    Christopher
    Moderator

    You’re welcome.

  • <script> jQuery(function($){ $("#no-reply-1048319 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>