Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi
1) I’m wondering where I could change the background color in Specular options for the .hader_page container which contains post title and breadcrumb. I couldn’t find a setting to change from the options. Should I change a css file ?
2) Can I set this .header_page padding or height? The problem is when the title is too long, it wraps into 3 lines (breadcrumb also) and this make title very tight in that container
3) When seeing a post, The post’s title is being shown twice. Once in .header_page and then it repeats below featured image. Is there a way to remove (preferably the title below featured image) ?
Please check url in next post as example.
Thanks
Hello,
1) Change the background color of page header:
Go to Specular > Header Options > Default Page Header > Page header background.
2) Change page header height:
Go to Specular > Header Options > Default Page Header > Page Header Height.
Note: you can set up different settings for page header height and background color for each post. Just go to the post’s General Settings > Page Header Options, set i ON in order to show all options. The styling made here are valid only for that post specifically.
3) Remove title below the featured image in posts:
Add this css in Custom Css box:
.blog-article.standard-style .content h1 {
display: none;
}
Best regards!
You must be logged in to reply to this topic.