Jump to content
Sign in to follow this  
johnmindala

Breadcrumb Font Lowercase

Recommended Posts

johnmindala

Which part of the CSS controls the breadcrumb font? I'm simply trying to lowercase the breadcrumb text from ALL CAPS to lowercase and decrease the letter-spacing. Example: HOME > NEXT PAGE > YOU ARE HERE to Home > Next Page > You are here

Share this post


Link to post
Share on other sites
cmunns

`#breadcrumb .content a {text-transform:capitalize;}`

Share this post


Link to post
Share on other sites
johnmindala

Ok, getting closer.... changing it to "none" corrected the problem for breadcrumb links, but not for the breadcrumb text that are not links: #breadcrumb .content a {text-transform:none; font-size:.9em; letter-spacing:normal;} looks like this now: Home > Next Page > YOU ARE HERE How do I get the "YOU ARE HERE" uncapitalized?

Share this post


Link to post
Share on other sites
schenkelc
I have the same problem. I looks like: Home > Next Page > YOU ARE HERE Any solution to this problem?

Share this post


Link to post
Share on other sites
catrina
Have you already tried adding this code to Custom Code > Custom CSS?: [code]#breadcrumb .content a {text-transform: none;} [/code]

Please read the docs before posting. Please do not private message me unless I ask you to.

Designer | Catrina Dulay

Founder | Catrina and Mouse

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×