Jump to content
Sign in to follow this  
asuydam

Italic uppercase changed to lowercase

Recommended Posts

asuydam

Hello, On one page of my website, extremefitnessproducts.net/products/p90x/, heading text that is italic is being changed to lowercase at the beginning of the sentences they are in. I found this in a style sheet,

h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, #nav em{text-transform: lowercase;font-style:italic;}
and changed it to
h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, #nav em{font-style:italic;}

But no luck. Thanks for any help! Aaron

Share this post


Link to post
Share on other sites
Rob
Aaron, which stylesheet are you changing? All styling changes are best done in the Custom Code CSS Rules area.

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
asuydam
Rangelone, I changed the stylesheet.css found in "appearance-editor-platformpro-stylesheet.css" I just now changed that stylesheet back to how it originally was, and put that second line of code in my first post in the custom css rules area, still no change. Aaron

Share this post


Link to post
Share on other sites
Rob
Ah... not a good idea to change the platformpro stylesheets. Please, you should add custom code to the base, dynamically via Dashboard > PlatformPro > Custom Code and then in the CSS Rules area. BTW, you should have platformbase activated, not platformpro.

Former PageLines Moderator, Food Expert and Raconteur

Share this post


Link to post
Share on other sites
asuydam
Rangelone, I did add that code to the custom code css area per what you said in your first reply, it didn't change anything. I also have had platform base activated the whole time. Am I entering the wrong code? Sorry for any confusion! :) Aaron

Share this post


Link to post
Share on other sites
kastelic
Hi, try this instead: [code] h1 em, h2 em, h3 em, h4 em, h5 em, h6 em, #nav em{text-transform:none !important} [/code]

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  

×