Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #873183
    arrismw
    Participant

    Is there a way to disable the highlight that shows what page you are currently on in the footer of the page? You can see an ugly white highlight in the footer of my webpage (http://arrisconsulting.com/assembly/. Is there a simple CSS fix for this?

    Thanks!

    #873832
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .widget_nav_menu .current-menu-item>a,
    .widget_nav_menu ul li a:hover,
    .widget_meta ul li a:hover,
    .widget_pages ul li a:hover {
    	background-color: transparent;
    	color: #000;
    	text-shadow: none;
    }

    Hope it helps, Cheers!

    #986281
    arrismw
    Participant

    Perfect, thank you!

    #986425
    Joao
    Moderator

    You are welcome.

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