Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #420781

    I used a color section to mark the ID of a menu link. How do I reset the time the color section creates default? Note the link below, the section color created a distance between the menu (about me, menu) and line up the gallery of filters. This distance did not exist. Appeared after I put the color section. I want to control the color of the section height. What option do I have?

    http://www.ezkape1.hospedagemdesites.ws/2015/

    #421515

    Hey mleite1!

    Please add following code to Quick CSS

    #home {
      height: 0!important;
      min-height: 0!important;
    }

    Please edit your Color Section element and go to Section Background tab and adjust it as needed – http://i.imgur.com/W37coIY.png

    Regards,
    Yigit

    #421621

    After inserting your code the filter menu gallery does not work.

    What could have happened?

    http://www.ezkape1.hospedagemdesites.ws/2015/

    #421649

    Hey!

    Use this code:

    #home, #home *{
      height: 0!important;
      min-height: 0!important;
      padding: 0 !important;
    }

    Best regards,
    Josue

    #421689

    Perfect!

    Thank you

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘CONTROL HEIGHT COLOR SECTION’ is closed to new replies.