When i create a blog post the title appears on my homepage below my slide.
How do i stop this ?
When i create a blog post the title appears on my homepage below my slide.
How do i stop this ?
Anyone know wot i mean ? The latest blog title appears on my homepage but i dont want it to.
Hey,
I've never seen this issue before - maybe you use a dynamic element which incorporates "blog" posts somehow? You can hide this section with following code though:
.home .container_wrap h1.page-title{
display: none !important;
}
I'd add the code to the quick css field or css/custom.css.
Thanks dude, thats fixed it.
I'm getting the same problem, but with the blog titles above the slider?
I've used the css to hide it, however it seems to be a problem with the theme as the titles are being pulled and dropped into the page title class. Any ideas?
Do you use a dynamic template? I can't reproduce the problem so I guess a specific configuration causes it.
You must log in to post.