Moderator
t-p
(@t-p)
In your theme’s style.css, look for this rule
.entry-title {
Within that rule, check the following property:
text-transform
which seems be set to Uppercase. Change it to your liking.
For info, have a read of: http://www.w3schools.com/cssref/pr_text_text-transform.asp
In your theme’s style.css, write this rule
.entry-title {text-transform: capitalize;}
or
.entry-title {text-transform: none;}
Thank you so much Tara and Ali, I will try to take a look at it. If it not much to you guys, if you will see my post spacing are more than 2 inches I think. Any idea how I can resolve this? As mentioned on my first question, am not good in coding. Again, thank you very much.
as you are working with the default theme Twenty Fourteen, please install a ‘custom CSS’ plugin for the changes; or create a child theme for any customization.
http://codex.wordpress.org/Child_Themes
I can’t help your problem but I am glad i checked your site because some of these recipes look wonderful
THANKS!
I appreciated much the responded and sorry took me 9 hours to reply. I will try to that Mr. Alchymyth and Adam thank you for the compliment, it doesn’t matter if you can’t help to fix the problem but your words are enough encouragement. Thank you so much to both of you. 🙂
Hello everyone, am back for helps again, please take a look below the css I edited. It took for week how to figure out making a child theme, I did it slowly to sure am not doing any mistakes, but after I managed to load a child theme seems it is not appearing on my theme panel. Did I done wrong with this editing? Please help, thank you.
/*
Theme Name: Twenty Fourteen Child
Theme URI: http://example.com/twenty-fourteen-child/
Description: twenty fourteen child theme
Author: edraline
Author URI: http://www.ebatte.com
Template: twentyfourteen
Version: 1.0.0
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: twenty-fourteen-child
*/
@import url(“../twentyfourteen/style.css”);
/* =Theme customization starts here
————————————————————– */
/*
Theme Name: Twenty Fourteen
Description: Used to style the TinyMCE editor.
*/
/**
* Table of Contents:
*
* 1.0 – Body
* 2.0 – Headings
* 3.0 – Text Elements