• I can’t believe can’t change the header image on blog page.

    and dont say “Can you specify the link of the site”

    and check it your demo site, please.

Viewing 1 replies (of 1 total)
  • I’ve been able to change the header on individual pages with a bit of CSS at the start of the page, but it’s not good practice and the WordPress editor can mangle it so you sometimes lose the custom image and have to edit the CSS again after changing a page. The code I used was:

    <style>
    html.vertice-theme #kubio .vertice-header__k__KFTMhA6WOVh-outer{min-height:auto;background-color:rgba(103,83,233,1);background-image:url("https://(URL of picture to use)");}
    </style>

    The exact code may vary for your own site. I’ve put in a separate support request for how to do this in the main site CSS (I haven’t been able to get it to work) as this would be more reliable.

Viewing 1 replies (of 1 total)
  • The topic ‘I can’t believe can’t change the header image on blog page.’ is closed to new replies.