- This topic has 16 replies, 4 voices, and was last updated 5 years, 1 month ago by
Leo.
-
AuthorPosts
-
January 12, 2021 at 11:30 pm #1616567
Juned
Hi,
From where I can change the breadcrumbs font color & Hover color?
January 12, 2021 at 11:49 pm #1616584Elvin
StaffCustomer SupportHi,
Are you pertaining to the WooCommerce Breadcrumb?
If so, you can try adding this CSS:
.woocommerce-breadcrumb a{ color: #f7f7f7; } .woocommerce-breadcrumb a:hover{ color: blue; } .woocommerce-breadcrumb { color: green !important; font-weight: 600; }You can change the color values to your preference.
January 12, 2021 at 11:51 pm #1616585Juned
There isn’t option under GP to change the color of breadcrumbs & product quantity (sub-category pages)?
January 12, 2021 at 11:56 pm #1616587Juned
Yes.
January 13, 2021 at 12:08 am #1616591Juned
Where to save this code: Simple CSS, Additional CSS or Code Snippets?
January 13, 2021 at 12:13 am #1616594Elvin
StaffCustomer SupportThere isn’t option under GP to change the color of breadcrumbs & product quantity (sub-category pages)?
Unfortunately, it can’t be set through Appearance > Customize > Color > WooCommerce.
Where to save this code: Simple CSS, Additional CSS or Code Snippets?
You can place it on Additional CSS. 🙂
January 13, 2021 at 12:15 am #1616596Juned
Thanks. Product Count color at Subcategory page is showing in black. Pls suggest for that too. Please do the needful.
January 13, 2021 at 12:29 am #1616608Elvin
StaffCustomer SupportThanks. Product Count color at Subcategory page is showing in black. Pls suggest for that too. Please do the needful.
Add this CSS in:
h2.woocommerce-loop-category__title mark.count { color: white; opacity: 1; }You may notice
opacity: 1;being added. That’s because the default setting forcesopacity: 0.5;which turnscolor:white;somewhat grey-ish.opacity: 1;is added so we only have to control how the color appears using absolute color values.January 13, 2021 at 12:31 am #1616610Juned
Thank you Madam.
January 13, 2021 at 12:52 am #1616621Elvin
StaffCustomer SupportThank you Madam.
I’m a guy, but no issues as I get that a lot. lol.
No problem. Glad you got it sorted. 🙂
January 13, 2021 at 12:54 am #1616623Juned
I am Sorry.
Thank you Mr. Elvin.
[you need to change your DP :)]April 20, 2021 at 8:21 pm #1742503Rolando
woocommerce-breadcrumb a{
color: #f7f7f7;
}
.woocommerce-breadcrumb a:hover{
color: #f7f7f7;
}
.woocommerce-breadcrumb {
color: white !important;
font-weight: 400;
}But, the colors of the breadcrumb still grey, only the last part of the breadcrumb and the hover change color to white, i left a link below for better reference
https://rolinsa.com/shop/articulos-de-limpieza/desinfectantes/desatorador-3-8-lt/
April 20, 2021 at 8:35 pm #1742510Elvin
StaffCustomer SupportHi Rolando,
Can you tell us how you’re adding this CSS? I don’t see this on your site’s page source.
Here’s how to add CSS – https://docs.generatepress.com/article/adding-css/
April 21, 2021 at 8:49 am #1743418Rolando
Thanks for the answer, i wrote in “Simple CSS”
April 21, 2021 at 8:58 am #1743425Leo
StaffCustomer SupportPerhaps it’s because you are missing a
.here?
https://www.screencast.com/t/KsuF3tC5mKPBIt’s there in Elvin’s original code:
https://generatepress.com/forums/topic/change-breadcrumbs-color/#post-1616584 -
AuthorPosts
- You must be logged in to reply to this topic.