This topic has 6 replies, 3 voices, and was last updated 9 years, 6 months ago ago by Brian Johnson
Hi
How can I change the font color on top of the Breadcrumbs background?
– Titel: FAQ
– Breadcrumbs: Forside / FAQ
– Link Back: Tilbage til forrige side
You can see the an image here: https://www.dropbox.com/s/34wdr83z929z609/header-font-color.jpg?dl=0
Best regards
Tonny
Hello
Please add following code into the custom.css:
FAQ:
.page-heading .title span{color:blue!important}
Breadcrumbs: Forside / FAQ:
#breadcrumb a{color:green}
#breadcrumb a:hover{color:pink}
#breadcrumb .delimeter{color:green}
#breadcrumb{color:green}
Link Back: Tilbage til forrige side:
.back-history{color:blue!important}
With best regards
Brian Johnson
Thanks a lot!
I have one page where the styling are not working?
http://www.smooff.net/shop/ what to do?
Is it possible to remove the “Link Back: Tilbage til forrige side:” ?
Hello,
please use following code:
.back-history{display:none}
Regards,
Stan Russell.
Thanks Stan 🙂
What about the page: http://www.smooff.net/shop/ where the styling are not working?
regards
Tonny
You may add also thiscode for woocommerce pages:
.page-heading .title {color:red!important}
.woocommerce-breadcrumb a{color:red !important; }
.woocommerce-breadcrumb #breadcrumb a:hover{color:#E82C0C}
.woocommerce-breadcrumb .delimeter{color:#FF0000}
.woocommerce-breadcrumb{color:red}
With best regards
Brian Johnson
Tagged: background, breadcrumbs, change, color, font, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up