Hi, nearly there with a site im working on, cant work out how to add the title 'Blog' to the blog page itself, its hightlighted in the menu but like the other pages the client wants it on blog page itself, see here:
I've looked through the forum but cant find anything obvious.
Thanks,
Comments
this looks like Subheader is not activate. Please go to Theme options > Header & Subheader > Subheader section and activate Subheader to display Blog title.
Thanks!
#Subheader { background-color: #FFF !important; }#Subheader::after { background: none !important; }But to move title on single post pages to the left side, please use below css:.post-header .title_wrapper { padding-left: 0 !important; }About post navigation section, it is not possible to move it down, but you can remove it easily with below css:.post-nav { display: none !important; }