Home / Forums / Basel support forum / change text colour for product categories bar
Home › Forums › Basel support forum › change text colour for product categories bar
change text colour for product categories bar
- This topic has 8 replies, 2 voices, and was last updated 7 years ago by
seerat.
-
AuthorPosts
-
October 17, 2018 at 3:54 am #83122
seeratParticipantHi,
I’m trying to change the text colour for the basel product categories bar because I changed the background colour of this categories to light. I was able to change the colour with the following code. But I’m not able to change the hover/focus colour for the links. I tried this but it didn’t work..
.color-scheme-light .basel-product-categories li a {
color: #7a7373;
}The following is not working..pls help
.color-scheme-light .basel-product-categories ul li a:focus {
color: #7a7373 !important;
}Please see private content for screenshot..
Sincerely,
RupaOctober 17, 2018 at 7:44 am #83181
Elise NoromitMemberHello,
In order to set the color on hover you need to specify
a:hovernota:focusNavigate to the Theme Settings > Typography > Advanced typography and insert colors as per your needs: http://prntscr.com/l6zn64
Best Regards
October 17, 2018 at 7:53 am #83182
seeratParticipantthank you Elise. But now the underline effect that was there earlier is gone. How to get that back? I’m not sure if that is white in colour and not seen?
October 17, 2018 at 8:47 am #83209
Elise NoromitMemberHello,
Add this code to the Theme Settings > Custom CSS
.color-scheme-light .basel-product-categories li a:hover{ text-decoration:underline; }Best Regards
October 17, 2018 at 10:27 am #83234
seeratParticipantThe underline is already happening, I only want to change the colour of this from white to something else.
October 17, 2018 at 12:50 pm #83289
Elise NoromitMemberHello,
Have you tried Theme Settings > Typography > Advanced typography and insert colors as per your needs: http://prntscr.com/l6zn64
Best Regards
October 17, 2018 at 12:54 pm #83294
seeratParticipantyes, i have changed the colour of the link text. But the colour of the underline that happens is still white and is not changing.
October 17, 2018 at 2:52 pm #83341
Elise NoromitMemberHello,
Add this code to the Theme Settings > Custom CSS
.color-scheme-light .basel-product-categories li a:after{ display:none; } .color-scheme-light .basel-product-categories li a:hover{ text-decoration:underline; }Best Regards
October 18, 2018 at 5:01 am #83432
seeratParticipantThank you Elise, but this is not getting me the desired result. I’ll come back to this later and explain better
-
AuthorPosts
- You must be logged in to create new topics. Login / Register