Jump to content
Sign in to follow this  
bhayent1

WHP - Where Are Text Settings?

Recommended Posts

bhayent1

Hi - LOVE the WHP theme, but need to change the default on the header text settings in the WYSIWYG editor. EXAMPLE: In this particular page, I have a quote beneath one of the images. In the WYSIWYG - I wrote the text with INITIAL CAPS using Heading 1:

"Our Liberties We Prize And Our Rights We Will Maintain".
HOWEVER - the way the text is displaying is all LOWER CASE:
"our liberties we prize and our rights we will maintain"
Can someone please share where & how to change this to display the text as I wrote it with INITIAL CAPS. Also - the subtext to this quote, which uses Heading 3, "Iowa State Seal, Circa 18XX" is crowded to close to the quote above. Here is the link to the page: http://www.ialobbyist.com/philosophy/ There is much more room between the lines in the WYSIWYG than what actually displays. Please advise. Than you.

Share this post


Link to post
Share on other sites
Andrew

Ahhh.... good discovery. Here's the story.... To create the cool italic effects seen in the WHPro demo, we added a CSS rule to make 'italics' with 'headers' lowercase. What we should do is prevent this from happening in the entry area of your content. This is a bug so it will probably be fixed, but in the meantime add this to your custom CSS:

	.hentry h1 em,.hentry h2 em,.hentry h3 em,.hentry h4 em,.hentry h5 em,.hentry h6 em {
	text-transform: none;
	}
	

(notice that I'm learning to use more code :) )

Share this post


Link to post
Share on other sites
bhayent1

Hi Andrew - Is there a specific line of placement of the above code?

Share this post


Link to post
Share on other sites
Andrew

No, did you try it?

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  

×