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

    HI,

    In mentioned post you gave me a god css, but now i found out that it only works with a fixed header. When a transparant header is set it is not there. Can you again look at it? This is the css given by you guys;

    li#menu-item-4350 a {
       background-color: red;
       padding: 2px 5px;
       border-radius: 5px;
    }
    
    li#menu-item-4351 {
       border: none!important;
    }
    #759531

    Hey Jeffrey,
    Ok, I was able to add the code below to make the sub-menu item red when there is a transparant header.
    I then put the menu setting back to the way you had it because you may want to change the size of the header image or reduce the size of the logo because when you have a transparant header your menu covers the text in your header image.

    .av_header_transparency li#menu-item-4350 a {
       background-color: red !important;
       padding: 2px 5px !important;
       border-radius: 5px !important;
    }
    

    postimage
    Best regards,
    Mike

    #759565

    HI Mike, Thanks you! Now it works like i wanted it to! What do you mean with

    because you may want to change the size of the header image or reduce the size of the logo because when you have a transparant header your menu covers the text in your header image.

    I checked it on many divices (including ipad / iphone) but never the text overlaps the logo?!

    #759796

    Hi,
    That’s good news, glad I could help.
    I can’t remember why I wrote that about your header image, it’s been a long day, :)
    Just glad your happy!

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘[re-open post #post-758552] secundairy-header-boxed-link problem’ is closed to new replies.