Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #256899

    I’m not sure if this is something I’ve done, or if it’s the default approach with Enfold, but the footer link of the page I’m on is highlighted with a reversed box (see screen grab attached). How do I remove this box and just use a colour to indicate the active link?

    Here is a link to a screengrab:
    https://dl.dropboxusercontent.com/u/4782680/Enfold-footer-question.jpg

    #257002

    Hi rickmcl!

    Thank you for using the theme!

    Did you add any widgets on the footer widget areas? The default style does not have a menu background. Do you mind if we take a look at the actual website?

    Best regards,
    Ismael

    #257036
    This reply has been marked as private.
    #257062

    Hey!

    You forgot to post the link to your website :)

    Cheers!
    Yigit

    #257075
    This reply has been marked as private.
    #257085

    Hi!

    Please add following code to Quick CSS

    .footer_color table, .footer_color .widget_nav_menu ul:first-child>.current-menu-item, .footer_color .widget_nav_menu ul:first-child>.current_page_item, .footer_color .widget_nav_menu ul:first-child>.current-menu-ancestor, .footer_color .pagination .current, .footer_color .pagination a, .footer_color.iconbox_top .iconbox_content, .footer_color .av_promobox, .footer_color .toggle_content, .footer_color .toggler:hover, .footer_color .related_posts_default_image, .footer_color .search-result-counter, .footer_color .container_wrap_meta, .footer_color .avia-content-slider .slide-image, .footer_color .avia-slider-testimonials .avia-testimonial-content, .footer_color .avia-testimonial-arrow-wrap .avia-arrow, .footer_color .news-thumb, .footer_color .portfolio-preview-content, .footer_color .portfolio-preview-content .avia-arrow, .footer_color .av-magazine .av-magazine-entry-icon, .footer_color .related_posts.av-related-style-full a, .footer_color .aviaccordion-slide { background: transparent; }
    .widget_nav_menu ul:first-child>.current-menu-item, .widget_nav_menu ul:first-child>.current_page_item, .widget_nav_menu ul:first-child>.current-menu-ancestor { box-shadow: none; }
    #footer .widgettitle {
    color: red;
    margin-bottom: 10px; 
    }
    

    Best regards,
    Yigit

    #257312

    Sweet! Worked like a charm! Thanks!

    Rick

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change footer highlight/active state’ is closed to new replies.