1. florian.sohler
  2. Commercial Templates
  3. Thursday, 19 May 2022
  4.  Subscribe via email
Hello everyone,
is it possible to completely change the text color of the breadcrumbs to white? also the links

I tested the following CSS Code:

.breadcrumbs {
color: #ffffff;
opacity: 1;
}

Thanks for your help
Attachments (1)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of your breadcrumbs element?

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Ciaran,

attached you can find the Link.

Thanks for your help.

Flo
References
  1. https://tvfeldkirchen.de/kontaktformulare/beitrittserklaerung
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you Flo

To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....

.mod-breadcrumbs *,
.mod-breadcrumbs ::before {
color: white !important;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!