bhayent1 0 Report post Posted October 29, 2009 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
bhayent1 0 Report post Posted October 29, 2009 THE CORRECT URL is: http://www.ialobbyist.com/philosophy/ Share this post Link to post Share on other sites
Andrew 207 Report post Posted October 30, 2009 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 0 Report post Posted October 30, 2009 Thank you! And thanks for the code! Share this post Link to post Share on other sites
bhayent1 0 Report post Posted November 2, 2009 Hi Andrew - Is there a specific line of placement of the above code? Share this post Link to post Share on other sites
Andrew 207 Report post Posted November 2, 2009 No, did you try it? Share this post Link to post Share on other sites