Tagged: 

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

    Hi there

    I’ve been trying to change the colour for the mega background, text & mouse over link colours, but I’ve got into a terrible mess and gave up!

    I want to change the background to white, the text content to a blue and when mouse over a lighter blue without the content box appearing.

    There is a link in private content, and the mega menu is under Products.

    Thanks if you can help. Silvio

    #605154

    Hi Silvio!

    Please use the below CSS feel free to edit the background colors

    			
    /* background Color*/
    .header_color .avia_mega_div {
          background-color: #FFF!important;
    }
    
    /* hover color */
    #top .header_color .main_menu .menu ul li>a:hover {
        color: #869ab3;
    }
    /* link color */
    .header_color .main_menu .menu ul li a {
      color: blue;
    }
    .mega_menu_title {
      color:#333!important;
    }

    Cheers!
    Vinay

    #605174

    Hey Vinny!
    Thanks, but this hasn’t worked…I’ve left the code in the quick css for you to see…

    Silvio

    #605619

    Hi,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

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