Comments Marcello Camera started the conversationApril 26, 2020 at 7:34amHi, I need to change color of title in breadcrumbs.How can i do it?Marcello Camera repliedApril 26, 2020 at 7:35amI'm using Karo 2.2 2,636Kevin repliedApril 27, 2020 at 2:35amHi Marcello Camera !Add the css property at Appearance-> Customize-> Additional CSS to change the title bradcrumbs color#1 http://prntscr.com/s6h1y1.ftc-breadcrumb-title h1 { color: #000;}#2 http://prntscr.com/s6h2le.ftc-breadcrumb-title .ftc-breadcrumbs-content a, .ftc-breadcrumb-title .ftc-breadcrumbs-content span { color: #000;}#3 http://prntscr.com/s6h338.ftc-breadcrumb-title .ftc-breadcrumbs-content { color: #000 !important;}thank you Sign in to reply ...
Hi, I need to change color of title in breadcrumbs.
How can i do it?
I'm using Karo 2.2
Hi Marcello Camera !
Add the css property at Appearance-> Customize-> Additional CSS to change the title bradcrumbs color
#1 http://prntscr.com/s6h1y1
.ftc-breadcrumb-title h1 {
color: #000;
}
#2 http://prntscr.com/s6h2le
.ftc-breadcrumb-title .ftc-breadcrumbs-content a, .ftc-breadcrumb-title .ftc-breadcrumbs-content span {
color: #000;
}
#3 http://prntscr.com/s6h338
.ftc-breadcrumb-title .ftc-breadcrumbs-content {
color: #000 !important;
}
thank you