-
AuthorPosts
-
December 7, 2015 at 10:25 am #547861
Hi,
on my page below the active page is highlighted in orange – if i visit a first level page as (A)I want to highlight the related first level page as well in orange if I visit a related second level subpage (B)
What can I do ?
Thx for your – by the way always very helpful – support, Tilman
December 7, 2015 at 11:55 am #547901Hey Tilman!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-menu li.current-page-ancestor > a > .avia-menu-text { color: #e65a37; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Cheers!
YigitDecember 7, 2015 at 1:46 pm #547963Hi Yigit,
this works, but it also turns headlines light green instead of dark as they should be, and other Quick CSS settings like not transforming into capitals seem now to be ignored, too. May I need to change order, or modify ?CSS reads now:
#top .main_menu a:hover {background: #14C819;color: #ffffff;}
.main_menu ul:first-child > li > a {font-weight: 400; font-size: 18px;}
.avia-menu li.current-page-ancestor > a > .avia-menu-text {
color: #e65a37;h1, h2, h3, h4 {text-transform: none !important; }
.iconbox_content_title {
text-transform: none !important;
}body { line-height: 100%; }
#footer #text-7 p {
margin-bottom: 0!important;
margin-top: 10px;
}#footer {padding: 0; }
#footer {line-height: 110%;}
#footer {font-weight: 400 ;}
#footer { font-size: 15px; }
#footer .widget {text-align: left;}
#footer .widgettitle {
color: white !important;
}#top .tm-ctabox { padding: 15px; border: 2px solid #0E565C; line-height: 1.5; }
#top .tm-promobox2 { font-size: 16px; line-height: 1.5; border: 2px solid #16D322;}
.avia-promocontent p {
font-size: 16px !important;
}.avia-icon-list .iconlist_icon:hover {
color: #E65A37;
}.avia-button.avia-size-large { font-size: 16px; } /* for large buttons */
.avia-button.avia-size-medium { font-size: 16px; } /* for medium buttons */
.avia-button.avia-size-small { font-size: 16px; } /* for small buttons */.avia_ajax_form .button { font-size: 16px; }
.main_color .av-masonry {
background-color: white;
}thx again, Tilman
December 7, 2015 at 1:48 pm #547965Hi!
You have a missing closing curly bracket after the code i posted :) Your code should be as following – http://pastebin.com/Ei3r4Nyc
Regards,
YigitDecember 7, 2015 at 1:50 pm #547967that was an easy one :-) thx a lot!
-
AuthorPosts
- The topic ‘Highlight active Navigaton area on subpage’ is closed to new replies.