• Resolved denisebaer

    (@denisebaer)


    Hello,

    I’d like to remove the picture from the main blog page. Please let me know how I can go about removing the picture.

    Thank you,
    Denise

    The page I need help with: [log in to see the link]

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author Bizberg Themes

    (@bizbergthemes)

    Hi,

    Goto Appearance > Customize > Hero > Front Page Hero > Background Type > Banner > Background Image. You can change the image there.

    Thank You

    Thread Starter denisebaer

    (@denisebaer)

    I know where I can change it because I already changed it. The problem is, I only want the image on the home page, but it’s showing up on my blog page too. I don’t want it on my blog page. Please advise.

    Theme Author Bizberg Themes

    (@bizbergthemes)

    Hi,

    I think you have a blog page selected in Posts page. Please unselect the page from the posts page and check once.

    Thank You

    Thread Starter denisebaer

    (@denisebaer)

    That doesn’t resolve it. If I change the Posts page, it removes the picture but none of my posts show up. The site needs to know where to direct the posts.

    I also tried to change hiding the image in the theme’s customization, but that did work either.

    Theme Author Bizberg Themes

    (@bizbergthemes)

    You can use this CSS to hide the image on the blog page. Goto Appearance > Customize > Additional CSS and paste below CSS there.

    .blog.bizberg .breadcrumb-wrapper {
        display: none;
    }
    
    .blog.bizberg header#masthead {
        border-bottom-style: solid;
    }

    Thank You

    Thread Starter denisebaer

    (@denisebaer)

    It fixed the problem. Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Blog Picture from Home Page’ is closed to new replies.