Background settings in Woopress for WordPress

This topic has 4 replies, 3 voices, and was last updated 8 years, 8 months ago ago by Eva Kemp

  • Avatar: Blend4
    Blend4
    Participant
    August 19, 2015 at 15:26

    We tried to set the background to another colour through ‘Theme Options’, ‘Color Scheme’ and then ‘site background’, but this doesn’t seem to change it.

    If you see: http://www.blend4.nl/_index.php/
    the white background on the front page and other pages should become black and the text (fonts) white. How can we set this?

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    August 19, 2015 at 15:38

    Hello,

    You can try add the following code in Global Custom CSS (Theme Options->Custom CSS).

    .st-content {
        background: #303030;
    }

    Regards,
    Robert Hall.

    Avatar: Blend4
    Blend4
    Participant
    August 19, 2015 at 17:37

    Thanks Robert, almost there:
    – on the main page the ‘new products’ background stays white
    – the titles on the pages stay black
    – the text on the pages is light grey instead of white
    – in the shop overview the prices stay black
    – in the sidebars the text colour is light gray and the mouse over red
    – on the product pages the text is light grey and black, which cannot be set in the product page

    How can this be adjusted in the css?

    Avatar: Eva
    Eva Kemp
    Support staff
    August 19, 2015 at 19:10

    Hello,

    Add this code in Global Custom CSS:

    .vc_custom_1439907091072 {
       background-color: #242424 !important;
    }
    .content-page .vc_separator h4, .product-title, .price, .product-categories > li > a, body {
      color: white !important;
    }
    .etheme_add_to_cart_button {
        color: white;
        border: 2px solid black;
    }

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.