Hi,
This is in reference to the other post below.
How to change the font color of the horizontal bar of header and menu to #1e544a, specific to one page (page-id-9016) please?
Thanks in advance!
Hey Susan,
Can you highlight or circle the exact section you want to edit?
Best regards,
Jordan Shannon
Hi Jordan,
Below is an image link to the two horizontal lines I am referring from my previous post.
I would like to request a css code to change the color to white only on this page.
Thanks in advance Jordan!
Hi,
Thank you for the info. Please use the following css codes.
.header_color .avia-menu-fx {
background-color: red;
color: green;
border-color: blue;
}
.html_header_top .header_color .main_menu ul:first-child >li > ul, .html_header_top #top .header_color .avia_mega_div > .sub-menu {
border-top-color: red;
}
Best regards,
Ismael