Looking for a way to set background color?

This topic has 6 replies, 3 voices, and was last updated 8 years, 8 months ago ago by Jack Richardson

  • Avatar: dubhlinn
    dubhlinn
    Participant
    July 28, 2015 at 17:19

    Hey Folks,

    2 Questions please.

    1. Could someone tell me how to change the background color from the default white I have.
    Looking to make background a light grey in place of the white. Tried using Site Background area to update. After saving I’m seeing no change?

    2. If I wanted to sell a product on my page will I need a paid version of Woo Commerce and do I also need to get a SSL certificate? Recommendation…

    Any help is much appreciated..

    Thanks All

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    July 28, 2015 at 19:55

    Hello,

    1. Please add this code in Theme Options > Custom CSS > Global Custom CSS:

    .st-content {
       background-color: grey !important;
    }

    2. Woocommerce is a free extension https://wordpress.org/plugins/woocommerce/ . You should decide on your own whether to use SSl certificate or not.

    Regards,
    Eva Kemp.

    Avatar: dubhlinn
    dubhlinn
    Participant
    July 28, 2015 at 20:42

    Thank you Eva.

    I wonder is this not something we can do from the theme options section under Typography section?
    I would like to be able to add a light grey color. The fix you sent works but it is heavy and too dark grey for my needs?

    Thanks you Eva

    Avatar: Eva
    Eva Kemp
    Support staff
    July 28, 2015 at 20:47

    Hello,

    In Theme Options you can set background for Boxed layout only. Also you can write your own color value in the code I provided to you.

    Regards,
    Eva Kemp.

    Avatar: dubhlinn
    dubhlinn
    Participant
    July 28, 2015 at 20:59

    Aha I see only works in boxed layout ok that helps.
    So I did as mentioned and it seems to work by adding in the #color code thank you.
    I have one other item….please Eva 🙂

    On the home page I have a white block of color surrounding the images. It os only on this page as far as I can see right now. Any ideas for that?

    Thank you Eva

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    July 29, 2015 at 08:28

    Hello,

    Try to use this code in Custom CSS:

    .upb_row_bg {
      background-color: #f9f9f9 !important;
    }

    Best regards,
    Jack Richardson.

  • Viewing 6 results - 1 through 6 (of 6 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.