Hi carebray.
Thank you for contacting us and for using our theme.
Please add this to Appearance -> Customize -> Additional CSS:
.frontpage-slider .caption .date {
display: none;
}
.frontpage-slider .caption .read-more {
display: none;
}
If you have any additional questions, feel free to ask.
Kind regards.
Amazing, thank you so much it worked! 🙂
One other thing, I’ve made the width 100% on the main page to get rid of the side bar, but how can I get the sidebar back onto the posts?
Thanks,
Cara
This should do it:
.single-post .main-column.col-md-8 {
width: 66.66666667%;
}
.single-post .sidebar.col-md-4 {
display: initial;
}
Of course, you’ll need to add some widgets to the sidebar.
Please let me know if this works.
Kind regards.
Hi That’t taken it off my posts but also home page. Is there a way to keep it full page on the home page?
Also my posts slider has now disappeared 😮
Shouldn’t have happened because I’ve targeted single-post only but try adding this as well:
.home .col-md-8 {
width: 100%;
}
.home .sidebar.sidebar-column.col-md-4 {
display: none;
}
Please let me know what happens.
Kind regards.
Hey, so I just tried to change it back to full width and the slider has vanished.
Here is the code i have so far:
.frontpage-slider .caption .date {
display: none;
}
.frontpage-slider .caption .read-more {
display: none;
}
.sidebar.col-md-4 {
display: none;
}
.main-column.col-md-8 {
width: 100%;
}
.home .col-md-8 {
width: 100%;
}
.home .sidebar.sidebar-column.col-md-4 {
display: none;
}
OK, please remove everything I’ve sent you in the last two replies and see whether the slider comes back.
Kind regards.
Hmm, no took everything away and it still is missing…very strange?
That’s what I thought would happen as well.
Have you added any JavaScript in the meantime, like MailChimp pop-up or some Caching/Minification plugin?
Kind regards.
I’ve added a plug in to disable comments, shall I try deactivating it?
I have tried deactivating all plugins one by one to find the culprit, but slider still not coming back. Do you have any ideas?
Thanks,
Cara
Also the instagram widget has vanished too now.
Have you edited any theme files directly?
Looking at the source code of your page right now, and it seems that the whole footer is missing.
Kind regards.