Familiar Theme - Upper case links question

General ShopSite user discussion

Familiar Theme - Upper case links question

Postby dresdena1 » Thu Jun 09, 2016 3:10 pm

ShopSite,
I am using the Familiar (Responsive) Theme (ShopSite® Pro 12 sp2 r1) and all of the Navigation links (menu, left, and footer) are being formatted Upper Case.
I like how it looks but I would like to force one letter to be lowercase.
I tried using r but it is being converted to a lower case r and then formatted to Upper Case.
Is there a way around this? I don't want to change all of the links, just a single letter.
Thanks.
dresdena1
 
Posts: 24
Joined: Fri Jan 03, 2014 12:35 pm

Re: Familiar Theme - Upper case links question

Postby ShopSite Lauren » Fri Jun 10, 2016 10:01 am

What is the URL to your website, and which link on your website would you like to change? You could add some CSS to modify the text of a specific link, but I would need to see your website in order to provide you with the specific CSS.
- ShopSite Lauren
Contact me for help with any of your
custom ShopSite template questions.
ShopSite Lauren
 
Posts: 887
Joined: Fri Aug 11, 2006 1:35 pm
Location: Orem, UT

Re: Familiar Theme - Upper case links question

Postby dresdena1 » Fri Jun 10, 2016 1:04 pm

Hi Lauren,
The URL is: www.drenzymes.com

I would like to change DRENZYMES to DrENZYMES
in all 3 linking instances if possible.

Thanks!
dresdena1
 
Posts: 24
Joined: Fri Jan 03, 2014 12:35 pm

Re: Familiar Theme - Upper case links question

Postby ShopSite Lauren » Fri Jun 10, 2016 1:41 pm

You can add the following code to your header, footer, or text a/b (Preferences > Layout Settings). This will remove the uppercase on all letters, so you will then need to go to Preferences > Navigation, and manually type in the capitals/lowercase where you want for those links.

Code: Select all
<style type="text/css">
.suckertreemenu #ShopSite > li:nth-child(2) > a, div.left_pagelinks:nth-child(3) > a.left_pagetitle, div.footer_pagelinks:nth-child(2) > a.footer_pagetitle {
    text-transform: none;
}
</style>
- ShopSite Lauren
Contact me for help with any of your
custom ShopSite template questions.
ShopSite Lauren
 
Posts: 887
Joined: Fri Aug 11, 2006 1:35 pm
Location: Orem, UT

Re: Familiar Theme - Upper case links question

Postby dresdena1 » Fri Jun 10, 2016 2:42 pm

Perfect!
Thanks Lauren!
dresdena1
 
Posts: 24
Joined: Fri Jan 03, 2014 12:35 pm


Return to User Forum

Who is online

Users browsing this forum: No registered users and 66 guests

cron