Comments 2Jessica started the conversationOctober 26, 2016 at 6:59pmThere is a grey bar under the home slider on mobile. I wanted to know if there was a way to remove that. 1,710Barry repliedOctober 26, 2016 at 7:07pmHi Jessica,This is caused due the caption element. You can hide it with the following CSS. Please add it via Appearance > Customize > Theme Options > Custom@media (min-width: 768px) { .jumbotron.carousel .carousel-text { padding: 0; } }If you have any questions, feel free to askBest regards,BarryQreativeThemes.com | WordPress Themes 2Jessica repliedOctober 26, 2016 at 7:35pmI've inserted the code into the Custom CSS section under Customizing ▸ Theme Options ▸ Custom but it hasn't fixed the issue. 1,710Barry repliedOctober 26, 2016 at 7:37pmHi Jessica,Excuse me. Can you try this one:.jumbotron.carousel .carousel-text { padding: 0; }The CSS from my last message was targeting the wrong screen size. This one should do the trick.Best regards,BarryQreativeThemes.com | WordPress Themes 2Jessica repliedOctober 26, 2016 at 7:44pmGreat this worked! Thank you 1,710Barry repliedOctober 26, 2016 at 7:45pmYou're welcomeBest regards,BarryQreativeThemes.com | WordPress Themes Sign in to reply ...
There is a grey bar under the home slider on mobile. I wanted to know if there was a way to remove that.
Hi Jessica,
This is caused due the caption element. You can hide it with the following CSS. Please add it via Appearance > Customize > Theme Options > Custom
@media (min-width: 768px) { .jumbotron.carousel .carousel-text { padding: 0; } }
If you have any questions, feel free to ask
Best regards,
Barry
QreativeThemes.com | WordPress Themes
I've inserted the code into the Custom CSS section under Customizing ▸ Theme Options ▸ Custom but it hasn't fixed the issue.
Hi Jessica,
Excuse me. Can you try this one:
.jumbotron.carousel .carousel-text { padding: 0; }
The CSS from my last message was targeting the wrong screen size. This one should do the trick.
Best regards,
Barry
QreativeThemes.com | WordPress Themes
Great this worked! Thank you
You're welcome
Best regards,
Barry
QreativeThemes.com | WordPress Themes