Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #387944

    Hi,
    In the top of the main content of my home page,
    I have a color section with a background color and a small text.

    In this page, I want to hide the header.

    The problème is the text in the color section.
    If I don’t hide the header, everything is OK.
    But if I hide the header, the text still at the same place, and not inside the color section.

    Thanks

    #387955

    an another information,
    It’s OK with the iphone,
    but not with the Desk computer (Firefox, and Safari)
    Thanks

    #388575

    Hey!

    I think what your wanting to do is add this to your custom CSS.

    div#apresslider60px { height: auto !important; }
    

    Or this.

    div#apresslider60px { display: none !important; }
    

    If none of those are correct then take a screenshot and highlight what your trying to do so we can get a better idea.

    Cheers!
    Elliott

    #389465
    This reply has been marked as private.
    #389479
    This reply has been marked as private.
    #390307

    Hi!

    Increase the height a bit of the color section when you hide the header.

    div#apresslider60px { height: 160px !important; }
    

    And the text should display.

    Regards,
    Elliott

    #390348
    This reply has been marked as private.
    #390856

    Hi,
    no solution ??
    Thanks

    #391216
    This reply has been marked as private.
    #391582

    Hey!

    Have you figured it out already? This is how it looks on my end – http://i.imgur.com/SLJ3lqJ.jpg

    Best regards,
    Yigit

    #391647

    Hi Yigit,
    No I don’t solve the problem.
    What I want is a color section with a text inside, and height=60px, on the top of my page, and in the bottom of the slider.
    So I hidded the header, and I put an ID in the two color sections : apresslider60px
    and Custom CSS
    div#apresslider60px {
    height: 60px;
    min-height: 60px;
    }
    div#apresslider60px { height: auto !important; }

    And the color section on the top is 160 px and no 60px as I want

    Sorry about my english.
    Thanks

    #391872

    if I remove the text from the color section,
    and remove from Quick CSS
    div#apresslider60px { height: auto !important; }
    The height is 60 px

    #391895

    Hi,
    I founded an alternative solution.
    Header hidden
    Color section on the top of the page with ID and CSS
    div#topslide {
    height: 48px;
    min-height: 48px;
    }
    if I put a text inside the color section, I don’t see it (because the text is below, as if the header was not hidden)
    But with a background image, It’s OK !!!!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Text in color section’ is closed to new replies.