Can I recreate a white continuous bar under the menu with a different color selector when I select a page in this case?
– http://www.hotelcostaparadiso.it/ –
Thanks
Hey denisj77,
I’m not sure I understand what you mean by that, could you try to explain a bit further please?
Best regards,
Rikard
Here a Screenshot: https://ibb.co/kBdyi7
Thanks
Hi,
Thanks for that, so you are looking to have that in a different colour on different pages? If so you can target it by using the page id class which you can find in the body tag. Looking at your site it doesn’t look like you are using Enfold though?
Best regards,
Rikard
My site is This:
– https://residenzeparadiso.com/contatti –
I Want to Recreate on All my Pages a White Border Line Under my Menu, only for the length of the menu as in This example :
– http://www.hotelcostaparadiso.it/ –
Thanks
Hi,
Please add the following CSS
.av-main-nav-wrap {
border-bottom: 1px solid #fff !important;
}
Thank you
Best regards,
Basilis
The Border Line Come Under The Selector…
Can I Have It in The Same Line?
Screenshot: https://ibb.co/iiM67c
Thanks
Hi,
I am afraid no, but you could give some space on the border below the elements and that could work properly
Best regards,
Basilis
Ok, and How Can I do it?
With a Css Code?
Thanks
Hi,
Please enable so we can review it and help you.
Best regards,
Basilis
Here my Credential…
Thanks
Hi,
Thank you for the update.
We added these css codes in the Quick CSS field.
#top .av_header_transparency .main_menu {
border-bottom: 1px solid #ffffff;
}
#top .av_header_transparency .avia-menu-fx {
bottom: 0;
}
Best regards,
Ismael
Great Work,
Thanks