This topic has 14 replies, 3 voices, and was last updated 9 years, 4 months ago ago by Eva Kemp
Hi
I have just updated the theme to the newest version and I have tried to update the icon and the color on the text next to the cart icon on top of the slider on the homepage.
I have tried what you said I should here: https://www.8theme.com/topic/change-main-menu-color-on-revolution-slider-homepage/ (I could not reply in that forum)
What do I do wrong?
Best regards
Tonny
Hello,
To change text color next to the cart icon add this code in custom.css:
.shop-text {
color: black !important;
}
To change color for mobile menu icon use this code:
.menu-icon::before {
color: #000 !important;
}
Regards,
Eva Kemp.
I have done that?? Its still white?? the amount text in the right side of the cart icon … on top of the slider?
I the cart icon cant be change so it looks like our test side before we updated the theme:
http://dev-smooff.serv10.powerhosting.dk/
What to do?
Hello,
Please use this code in custom.css:
.home .header-type-2.slider-overlap .shop-text .total, .cart-bag .ico-sum {
color: black !important;
}
.ico-sum:before {
border-color: black !important;
}
Best regards,
Jack Richardson.
Hi I have change the icons.png and made all yellow icons to dark blue – but the cart icon is still yellow on the homepage.
(maybe this should be a new topic – but it happen after I change custom.css)
And now I get a new problem with the currency next to the cart icon on the homepage in english only – if you choose “english” it starts to show “€” and then it changes to “DKK”?
Best regards
Tonny
Hello,
Please add this code in custom.css:
.cart-bag .ico-sum {
background-color: #2A4853 !important;
}
Concerning the currency we recommend you to update all required plugins https://www.8theme.com/download-plugins/ and check the cart after that.
Thank you.
Regards,
Eva Kemp.
ok – now I just need the last orange px line in the cart icon?
Hi Eva,
I have updated all related plugins and the currency bug is still there? is this a WPML or, Woocommerce or theme related issue??
Best regards
Tonny
Hello,
Please add this code as well:
.ico-sum:after {
background-color: #2A4853 !important;
}
May we reupload theme files?
Please create a back of the site.
Thank you.
Regards,
Eva Kemp.
..hmm I have just used 2 days with updating the Theme and my customer is not that fun of the bug or if it will take 1-2 days more to fix this bug.
I need smooff.net to work and I cant ask them again to stop there marketing campaigns…
So you are gonna do this on a very “live” site.
I need the site to look and function like now – if you reupload the theme, be sure to add the current version of the function.php and custom.css and icons.png
I have now made a backup of the theme – please write to me just before you do it – so I can monitor the site.
Best regards
Tonny
Sorry you need FTP access right??
Hello,
We’ve edited the file framework/woo.php. Now currency is working properly. Please clear browser cache and check.
Regards,
Eva Kemp.
Super – it works!! Nice job Eva!! …again 🙂
I love it!
Best regards
Tonny
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Change text color on amount next to cart icon’' has been successfully resolved, and the topic is now closed for further responses