Toggle navigation
Sign In
Toggle navigation
Categories
Discussions
Activity
Best Of...
Discussion
Breadcrumbs - font size
Author
Date within
1 day
3 days
1 week
2 weeks
1 month
2 months
6 months
1 year
of
Examples: Monday, today, last week, Mar 26, 3/26/04
Search
Home
›
SmugMug Customization
Breadcrumbs - font size
TallPhotoGuy
Registered Users
Posts:
160
Major grins
April 9, 2014
edited April 9, 2014
in
SmugMug Customization
How do you change the size of the font for the current page which is larger that the pages leading up to the current page
0
Comments
Smug Eric
Registered Users, Retired Mod
Posts:
333
April 9, 2014
edited April 9, 2014
this should do it in a CSS content block:
.sm-breadcrumb-item h1 {
font-size: 10px;
}
Adjust the font size to match the font size of your other breadcrumb items.
Eric
Support Hero and Customeister
http://www.smugmug.com/help
0
Sign In
or
Register
to comment.
Comments
.sm-breadcrumb-item h1 {
font-size: 10px;
}
Adjust the font size to match the font size of your other breadcrumb items.
Support Hero and Customeister
http://www.smugmug.com/help