Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #914894

    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!

    #915050

    Hey Susan,

    Can you highlight or circle the exact section you want to edit?

    Best regards,
    Jordan Shannon

    #915140

    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!

    #915301

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.