This topic has 10 replies, 5 voices, and was last updated 8 years, 2 months ago by Fem.
Viewing 11 posts - 1 through 11 (of 11 total)
I have manipulated all the colour settings I can find in storeup > styling > menu. I am trying to change the default black colour of the menu background to a blue.
I have deactivated my caching plugin.
I have tried overruling the CSS with the following under ‘custom css’
.header-style3 {
position: relative;
background-color: #1e73be !important;
}
Nothing I try is working or effecting any change at all.
I think you have activated woocommerce so the skin.php was not loading anyway here is the code you need to modify which will work with styling the theme.
Open storeup/css/skin.php
find the below code and replace as shown below
if ( class_exists( 'woocommerce' ) ) {
wp_add_inline_style( 'storeup-wc-css', $custom_css );
} else {
wp_add_inline_style( 'storeup-responsive', $custom_css );
}
Replace Code
wp_add_inline_style( 'storeup-responsive', $custom_css );
That fixed it. Great support Fem, Thank you.
If you have not yet given ratings to the theme, kindly please give to the theme by going to your ThemeForest account downloads section and below the Download button of the theme, you can find the stars to click on for ratings 🙂
Hello Fem
I will be sure to give a rating once I have finished building the website.
I have another colour issue, not sure if it is related to Woocommerce. I wish to change all the theme instances of orange to yellow, but none of the options through the styling panel are taking effect.
The things I wish to change include the orange menu underline on hover effect, highlighted text and icons.
Storage Wizard
If you can provide us your website url so that we can check. ALso point us with screenshots where exactly you want to change the colors.
Viewing 11 posts - 1 through 11 (of 11 total)
You must be logged in to reply to this topic.