- This topic has 1 reply, 2 voices, and was last updated 8 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Legacy Theme Support › How can I edit the css to achieve this?
Tagged: page title breadcrumbs
Hi Wes,
I am very happy with this theme, a big thanks!
How can I edit the CSS so the space beneath the breadcrumbs and above the page title will become smaller?
(It should not affect readability of the page showing on mobile devices)
How can I edit the font of the breadcrumbs?
have a look here
Thank you George
I would need a link in order to know for sure (screenshot won’t work)….but if you want to find it take a look at editing your .site-inner
and edit the margin/padding. Then look for the breadcrumbs in your css –
.breadcrumb {
margin-bottom: 20px;
margin-bottom: 2rem;
}