Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30667
    digitalpurview.com
    Guest

    I think its taking featured image for background. Is it possible to remove background image?

    #30668
    support
    Guest

    Thank you for your question!  It is very likely that the background image set for your website is getting pulled into your blog post titles and you can overwrite the default styling using custom CSS.  Please let us know which theme you are using on your website and we will do our best to provide you with some CSS to make this design change.

    #30669
    digitalpurview.com
    Guest

    I am using CRIO theme. It seems it is pulling featured image of each blog post.

    #30670
    support
    Guest

    This is the CSS you will need to remove your featured images from header on your individual blog page:

    .single .entry-header {
        background-image: unset !important;
    }

    I hope that helps you create the design you are looking for and please let us know if your have any additional questions!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Is it possible to remove background image in page title in blog posts?’ is closed to new replies.