Hello, I would need help with following issue:
I’d like to remove the pictures on the blog summary on the homepage, as well as the date and this light gray line and also, I would like the button to have a different size, shape and color. Can you please help me on how to change these things?
Hi,
Please try this in Quick CSS:
.home a.slide-image, .home div.slide-meta {
display: none;
}
You can remove the Blog header in the Layout if you edit the page.
I’m not sure exactly how you are looking to change the buttons. Please try to explain a bit further, or post a screenshot highlighting your intentions.
Best regards,
Rikard
Hi Katroaka,
Please try adding this CSS code as well:
.home #after_section_4 {
border: none;
}
.html_elegant-blog #top.home .post-entry .post-meta-infos, .html_elegant-blog .avia-content-slider .slide-meta {
display: none;
}
Best regards,
Nikko
