This topic has 6 replies, 3 voices, and was last updated 9 years, 3 months ago ago by Jack Richardson
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
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.
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
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.
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
Hello,
Try to use this code in Custom CSS:
.upb_row_bg {
background-color: #f9f9f9 !important;
}
Best regards,
Jack Richardson.
Tagged: background, color, customize, style, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up