This topic has 8 replies, 2 voices, and was last updated 5 years, 7 months ago ago by Rose Tyler
I tried all the header fonts and can’t figure out what is used for the title above the breadcrumbs. Is there a way to change the size of this.
Thanks
Hello,
Do you mean this http://prntscr.com/n7r0sz ? Theme Options > Typography > Breadcrumbs > Page heading title.
You can use such screenshot maker as Lightshot https://prnt.sc/
Regards
Sorry I was not clear. I am looking to decrease the space between the header and text in the breadcrumbs.
Thanks
Hello,
Please add this code in Theme Options > Custom CSS or in style.css file of child theme:
.page-heading.bc-type-3 {
padding-top: 0px !important;
}
Regards
This didn’t seam to help. I tried a couple of variation of what you gave me, but it did not work.
Dear,
As I can see, you added this code http://prntscr.com/n9etsb the correct one is – https://prnt.sc/n9eu0o
If you want to change this padding also http://prntscr.com/n9eugm
.navbar {
padding-bottom: 20px;
}
http://prntscr.com/n9evjz
If you are using cache, please clear it.
Regards
Thank you. all this helped.
You’re welcome!
Have a nice day.
Regards
You must be logged in to reply to this topic.Log in/Sign up