Hey,
How can I change the size of the breadcrump title/header for all my pages? Not specific to Woocommerce pages but all pages. The text is to big at the moment.
I have tried:
.title{
font-size: 20px !important;
}
This works but it also changes the size of my Home Page H2’s which I don’t want. They should remain the default size.
I tried to access the code from WP Bakery to create another CSS class for the Home Page but I don’t find where to modify this….ultimately I rather target the breadcrump header with special CSS than site wide but I can’t find a way to modify that either.
Any ideas?
Thank you