-
AuthorPosts
-
January 29, 2015 at 8:20 pm #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
January 29, 2015 at 8:33 pm #387955an another information,
It’s OK with the iphone,
but not with the Desk computer (Firefox, and Safari)
ThanksJanuary 30, 2015 at 10:46 pm #388575Hey!
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!
ElliottFebruary 2, 2015 at 5:30 pm #389465This reply has been marked as private.February 2, 2015 at 5:39 pm #389479This reply has been marked as private.February 3, 2015 at 7:32 pm #390307Hi!
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,
ElliottFebruary 3, 2015 at 8:36 pm #390348This reply has been marked as private.February 4, 2015 at 6:30 pm #390856Hi,
no solution ??
ThanksFebruary 5, 2015 at 12:00 pm #391216This reply has been marked as private.February 5, 2015 at 7:26 pm #391582Hey!
Have you figured it out already? This is how it looks on my end – http://i.imgur.com/SLJ3lqJ.jpg
Best regards,
YigitFebruary 5, 2015 at 8:42 pm #391647Hi 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.
ThanksFebruary 6, 2015 at 8:59 am #391872if I remove the text from the color section,
and remove from Quick CSS
div#apresslider60px { height: auto !important; }
The height is 60 pxFebruary 6, 2015 at 10:37 am #391895Hi,
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 !!!! -
AuthorPosts
- The topic ‘Text in color section’ is closed to new replies.