Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #263837

    Hi,

    i use the Transparent header but i want the menu like a normal menu – on top of the main content area and with a white background.

    And how can i then change the menu font color and change the menu border lines in color and make them thicker.

    Thanks in advance!

    Simon

    #265151

    Hi,

    Can you post a link to your website please?

    Regards,
    Josue

    #265169

    Hi simonac!

    1) You can either select the transparent header or the header with a bg color. A mixture is not possible without customization work – I’m sorry.

    2) To change the color of the menu items use this code:

    
    .header_color .main_menu ul:first-child > li > a{
    color: #555555;
    }
    

    To change the border color & thickness use:

    
    .header_color .avia-menu-fx{
    color: #555555;
    height: 5px;
    }
    
    

    Best regards,
    Peter

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