How do I move the menu in the header down to nearer the horizontal rule by changing the px, and how do I change the weight and color of the on_hover horizontal rule to something like 5px ?
I’ve done this before on other sites, but its like the names of the elements are different now…
Is there a guide/tutorial to what all the elements are called so I can INSPECT ELEMENT in the browser to work this stuff out much more easily ?
Thanks
Hi SolingLover!
Add this to your custom CSS.
.av-main-nav > li > a > .avia-menu-text {
display: block;
position: relative;
transform: translateY(25%) !important;
}
.avia-menu-fx { height: 10px; background: red !important; }
Best regards,
Elliott
Thanks Elliot
The code you supplied for the .av-mian-nav is different from anything I tried before on other installations of the theme. I think I got it to change position using a height value before…. Can you tell me if the name of the elements / DIVs / IDs change from version to version ?
Thanks for your help – appreciated.
Hi!
No, they should stay the same.
Best regards,
Elliott