This topic has 8 replies, 3 voices, and was last updated 5 years, 9 months ago ago by John Holden
Hello, can you please help with changing the following stylistic sections? The white and grey fonts are not visible. Also I cannot see the cart icon in the header.
Hello,
1) Please add this code in Theme Options > Custom css:
.quantity input[type="number"] {
color: #222222;
}
2) Theme Options > Header > Header layout > Cart widget position.
If you want to have the cart in Top bar, it needs to be enabled in Theme Options > Header > Top bar.
Regards
Hi Rose, thank you for your reply. Changes made however;
1) The CSS custom code fixed only the ‘quantity input’ but not the other issues (I had provided 2 other screenshots in my last post).
I also noticed the product options dropdown menu is white and not visible. In addition to the ‘cookies’ pop-up.
2) It was already enabled but is still not showing?
Hello,
1) Please change the previous code to:
.quantity input[type="number"],
.login-link label, .login-link form p,
.shop_table .variation, .shop_table .amount {
color: #222222;
}
The color of this text http://prntscr.com/m4rw50 can be changed here – http://prntscr.com/m4rwc2
2) You enabled cart in Top bar http://prntscr.com/m4ryc1 but the bar is disabled – http://prntscr.com/m4ryhl so you need to change Cart widget position to Header or enable Top bar.
Regards
Hi Rose,
Regarding “The color of this text http://prntscr.com/m4rw50 can be changed here – http://prntscr.com/m4rwc2 ”
I checked but it is still not working. Maybe it is being overridden somehow?
Hello,
You are right. Please open style.css file of your child theme, and delete #cookie-notice #cn-notice-text,
from here – https://prnt.sc/mh9tve
It will take color: #888888; To change this color, please use code like this:
#cookie-notice #cn-notice-text {
color: black;
}
Regards
Hi Rose,
It worked thank you. I am still facing these issues however:
https://imgur.com/a/LBlmNL4
The text is white in these areas so it makes it appear bank.
Hi,
Please try below code
1. Login & Country
.login-link label,
.select2-results__options li{
color: #888;
}
2. Size
– It seems you fixed http://prntscr.com/mjuw9h
Regards,
You must be logged in to reply to this topic.Log in/Sign up