Hi there,
1
I am trying to change the header and footer colour from white to black on all my website. However it is not clear how and where I can do it. I finally got how to do it but the blog is turning black too
2
I would like to customise the footer to have achieve something like the image I share with you (attached)
3
I also have problem finding where to select my home page as another page, now it is on blog, I want to swich it to home
4 I want to remove the breadcrumbs from my site
Thanks for your help
Hi @dturkov,
Thanks for writing in.
- I checked your site and it’s on X theme where there is no enough option for header and footer. That styling is also specific to the active stack. Please add this CSS to your global custom CSS to change them (with your preferred color).
.x-colophon {
border-top: 1px solid #000;
background-color: #121212;
}
.x-navbar {
border-bottom: 1px solid #000;
background-color: #121212;
}
-
Please go to
Theme Options > Footerand enableBOTTOM FOOTER, then toggle on theFOOTER SOCIALandFOOTER CONTENT. And to disable the blank upper footer, make sure theFOOTER WIDGET AREASis set to none. Then go toTheme Options > Socialand set your social URLs. -
Please go to
Admin > Settings > Readingand toggle on the Front page displays (which is nowYour homepage displays) and chooseA Static Pagethen set your blog and home page. -
Turn it off in
Theme Options > Header > MISCELLANEOUSand toggle off theBREADCRUMBS
Thanks!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.