This topic has 11 replies, 2 voices, and was last updated 9 years, 9 months ago ago by Eva Kemp
Hi,
I’m trying to change the generell Background color of my Website (see private content), but it wouldn’t work. I changed the color scheme in the theme options but nothing happens. What’s wrong?
Thanks!
Hello,
Please add this code in custom.css file:
.st-content {
background-color: grey !important;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
Thank you.
Regards,
Eva Kemp.
Hey,
thanks for that fast response.
Will that be overwritten when updating the theme?
Additionally, the site somehow looks weird, too (see private content).
Will I need to add custom css to handle each issue? What is the option in the theme options for if not for that? What “Site Background” is affected if I upload a picture there?
Cheers,
Yorick
Hello,
Custom.css file won’t be overwritten after theme update.
Could you please clarify what weird is with your site?
Background that you change in Theme Options is visible for Boxed layout (Theme Options > General > Layout).
Thank you.
Regards,
Eva Kemp.
Hi Eva,
is there an option to define the color of links?
See the link in the private content, the phrase “Product Description” has kind of a white background. And the fixed menu (the one that comes up when you scroll down) is white instead of dark.
Cheers,
Yorick
Hello,
Please add this code in custom.css file:
.fixed-header-area, .meta-title span {
background-color: grey !important;
}
Thank you.
Regards,
Eva Kemp.
Hey Eva,
thanks, I did some changes now.
My wordpress is in german and the site is mainly in german, too. I am also only selling in €, so how can I hide the options in the top bar?
EN FR GE £ € $
Cheers!
Yorick
Is Woopress replacing the original WP translation files? Because it wouldn’t translate Comment & Reply etc anymore…Is there a german language file of woopress?
Hello,
Please add this code in custom.css file:
.languages-area {
display: none;
}
Unfortunately you have to translate the theme yourself in wp-content/themes/woopress/languages directory as described in our documentation:
https://www.8theme.com/demo/docs/woopress/#!/1_how_to_translate
Thank you.
Regards,
Eva Kemp.
Hey Eva,
thanks, I translated the whole thing myself.
Thanks for the code.
Another problem: While activating Brainstorm it says: Incorrect Purchase Code. I used the one provided here. What’s the problem there?
Cheers,
Yorick
Hello,
To activate Brainstorm you need insert a purchase code of Ultimate VC Addons plugin and not the theme. You can buy the plugin yourself or use the one included in the theme package.
Thank you.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up