I am facing a problem when it comes to changing the theme's background color, I am choosing the color white , however it's showing black on the homepage and the single blog page. For example, Access the website and you will notice that the homepage is black and when you go to the news pages, it's white, then when you go inside of a blog, it turns black again. Please help me fix it
I am facing a problem when it comes to changing the theme's background color, I am choosing the color white , however it's showing black on the homepage and the single blog page. For example, Access the website and you will notice that the homepage is black and when you go to the news pages, it's white, then when you go inside of a blog, it turns black again. Please help me fix it
Hello Mohammad,
Let me clarify this a bit:
- for each page, portfolio item or blog post you can set the background color and background type in the corresponding options
https://prnt.sc/z6mnjYD7Fi6B
- there is a global setting in customizer 'Default Background Type' that helps you set the default color for WordPress pages that don't have options
https://prnt.sc/Ci8EIY-NsYQi
To change the actual color plz open header.php and change lines 74 and/or 77
https://prnt.sc/nMVcVA5YmbBF
There you can see there is #ffffff for light background and #171717 for dark background
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi,
Thank you , that was helpful. I just have one small question. I have a post section that by default takes the dark background and I want to make that default background white, so each time an editor adds a new post, it directly takes the light background.
Here's an example of a white post ( which I edited teh background type manually) :
https://staging.itp.live/news/global/youtuber-mrbeast-challenges-t-series-ceo
and here's a normal post:
https://staging.itp.live/news/latest-news/beta-squad-vs-amp-football-match
Hello Mohammad,
plz open /include/metabox-config.php nad change line 339 to
'default' => '#ffffff',
and line 352 to
'default' => 'dark-content',
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy