Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Hi guys. Since hours I try to move from Okapi to Pangolin. I try to change my old custom.css to an actual pangolin.css.
How can I change the font size of the breadcrumbs? In my old css it was - ul.breadcrumbs -. But this does not works.
Thanks, Rainer
Offline
OK I got it, stolen with inspector.
ul.breadcrumbs {
font-size: 0;
margin : 0;
padding: 15px 0 15px;
text-align: left;
}
ul.breadcrumbs li {
display: inline-block;
font-size: 0.75rem;
letter-spacing: 0.015em;
line-height: 1.125rem;
list-style: none;
padding: 0;
}
Rainer
Offline
there are also new Breadcrumb styling options in your page template under Content Areas > Main Column > Breadcrumbs.
These include padding-top, padding-bottom, and text-align.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Thanks, I have seen this. I only wanted to change the base height of 18px to 0.9375 rem.
Now it works.
Rainer
Offline
I'm having a different problem, after updating to Backlight + Pages v 1.2.3
My breadcrumbs are displaying a null square box character after the gallery name:
https://jrobertburgoyne.com/galleries/astronomy/
https://jrobertburgoyne.com/galleries/birds/
Any suggestions?
Thank you.
J Robert Burgoyne
Offline
it looks like the Font-Awesome css isn't loading. I'm seeing a 403 Forbidden error when looking at your page source and clicking on the font awesome css link.
you could try uploading the necessary folders again. Also make sure you complete the update instruction by visiting Designer and Publisher and also clearing template cache (see the readme.txt file for exact instructions)
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Pages: 1