This topic has 2 replies, 2 voices, and was last updated 5 years, 4 months ago ago by Rose Tyler
Hi, the breadcrumbs ‘bar’ seems a little big, is there a way of changing the thickness?
As I can see, the text of your breadcrumbs is white, to change the color go to Theme Options > Typography > Page > Breadcrumbs > font color. Breadcrumbs background can be changed via Theme Options > General > Header settings.
Add this code in Theme Options > Stying > Custom CSS to change paddings of the breadcrumbs:
.page-heading {
padding: .5em;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up