Hi,
Which class should I change to increase the thickness of the Bar on Selected Menu. Also I don’t know why on my site after I select a Post in my Masonry Blog. The Post will show up fine but the Blog Menu no longer selected. Something I need to set?
http://wpg4.nguyenle.me/2014/08/08/song-doi-toan-dien-ap-dung-chu-vien-dung/
Thanks,
– CJ
Hi bemofunny!
Thank you for using Enfold.
Change the bar thickness with this on Quick CSS or custom.css:
.avia-menu-fx {
height: 5px;
}
You need to set the Blog as parent page of the pages with the masonry element.
Cheers!
Ismael
That works! thank you Ismael,
I also added the margin-bottom: -1px so it would align with the sub-menu border top correctly.
.avia-menu-fx {
height: 3px;
margin-bottom: -1px;
}
I did set the Blog as parent page for all these sub category blog pages with masonry element but it still not highlight once I am in the Post page.
http://wpg4.nguyenle.me/2014/08/08/song-doi-toan-dien-ap-dung-chu-vien-dung/ – The Blog Menu no longer selected.
Hey!
Try adding this code to the Quick CSS:
.single-post li#menu-item-3193 > a > .avia-menu-fx{opacity: 1; visibility: visible;}
Cheers!
Josue
Hi Josue,
I tried the code above but it’s still not working. BTW, why do I need to refer to a specific menu-item? #menu-item-3193? How can we set it dynamically instead? http://tht.nguyenle.me/2014/03/01/muoi-cho-nuong-tua-de-tu-dao-bo-tat/
Thanks,
– CJ