Problems I have with the site

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.

  1. 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;
}
  1. Please go to Theme Options > Footer and enable BOTTOM FOOTER, then toggle on the FOOTER SOCIAL and FOOTER CONTENT. And to disable the blank upper footer, make sure the FOOTER WIDGET AREAS is set to none. Then go to Theme Options > Social and set your social URLs.

  2. Please go to Admin > Settings > Reading and toggle on the Front page displays (which is now Your homepage displays) and choose A Static Page then set your blog and home page.

  3. Turn it off in Theme Options > Header > MISCELLANEOUS and toggle off the BREADCRUMBS

Thanks!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.