• Resolved BenLinders

    (@benlinders)


    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]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Kev Provance

    (@kprovance)

    You have the Redux demo enabled. In the admin screen, click Settings and select Redux. At the top is a link to disable the demo panel. Click that. This will disable the demo and remove the output from the demo panel.

    Thread Starter BenLinders

    (@benlinders)

    Thanks for your prompt reply!

    There’s no Redux under Settings in my admin screen.

    I do have Redux Framework under Tools, which starts with “Welcome to Redux Framework 3.6”. But I don’t see a link on this page to disable demo.

    Is there another ay to disable the demo?

    I’m using Ocean WP as theme with the Ocean Extra plugin.

    Plugin Author Kev Provance

    (@kprovance)

    It sounds as if they are embedding Redux 3.

    Redux 3 has been sunset and is no longer supported or maintained. It also contains several security issues. You will need to contact the author of your theme and suggest in very strenuous terms they update Redux, immediately.

    Be advised, you are using a premium theme, and support for those here in this forum is not allowed, per WordPress guidelines. We also don’t support individual themes as we didn’t write them and cannot debug them.

    Good luck.

    abstergon

    (@abstergon)

    Thanks for the answer, I also had a problem with this and managed to solve it

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Color setting homepage overwritten’ is closed to new replies.