Hi,
Whenever the current page is shown in the footer (I mean there’s a link in the footer to the page that is currently presented), there’s a border around the page hyperlink with a background. How can I disable this setting, so that the footer will always look the same?
This is an example page:
http://www.valuation.co.il/%D7%A7%D7%95%D7%A8%D7%A1-%D7%94%D7%A2%D7%A8%D7%9B%D7%AA-%D7%A9%D7%95%D7%95%D7%99-%D7%97%D7%91%D7%A8%D7%95%D7%AA/?theme=enfold
Thanks a lot,
Eran.
Hi erantdo!
Please add following code to Quick CSS in Enfold theme options under Styling
.widget_nav_menu ul:first-child>.current-menu-item, .widget_nav_menu ul:first-child>.current_page_item { left: 6px;}
.footer_color .widget_nav_menu ul:first-child>.current-menu-item, .footer_color .widget_nav_menu ul:first-child>.current_page_item { background-color: inherit; }
Cheers!
Yigit
it worked ! thanks for the quick reply ! :)