Color setting homepage overwritten
-
My homepage seems to have a color and font setting that’s different from all other pages.
Looking at the page source html file, this seems to be where the background color is set to #d1b7e2:
<style id="redux_demo-dynamic-css" title="dynamic-css" class="redux-options-output">.site-title, .wp-block-site-title a{color:#000000!important;}.footer, #site-footer, .site-footer, footer{background-color:#dd9933;}.site-header, header{background:linear-gradient(90deg,#1e73be 0%, #00897e 50%);background:-moz-linear-gradient(0deg,#1e73be 0%, #00897e 50%);background:-webkit-linear-gradient(0deg,#1e73be 0%, #00897e 50%);background:-o-linear-gradient(0deg,#1e73be 0%, #00897e 50%);background:-ms-linear-gradient(0deg,#1e73be 0%, #00897e 50%)}.posted-on, .wp-block-post-date a{color:rgba(126,51,221,0.8)!important;}a{color:#aaa !important;}a:hover{color:#bbb !important;}a:active{color:#ccc !important;}body{background-color:#d1b7e2 ...
Looking up the color code of the background using the plugin string locator, I found out that this color code is used in the Redux Framework (didn’t find it anywhere else).
… ‘background-color’ => ‘#d1b7e2’, …
wp-content/plugins/redux-framework/sample/sections/design-fields/background.php
I’m assuming that I forgot to configure something or made a wrong setting where the main page of my website is now using some kind of default colors (I’m not a Redux expert in any way).
How can I find out what’s wrong? What can I do to have my home page using the Ocean WP theme settings for colors, background, font, similar to all other pages on my website?
Any help is appreciated!
Ben Linders
The page I need help with: [log in to see the link]
- The topic ‘Color setting homepage overwritten’ is closed to new replies.