Home › Forums › All Other Themes › Change Blog Heading
- This topic has 29 replies, 2 voices, and was last updated 8 years, 8 months ago by Sheen.
-
AuthorPosts
-
January 22, 2016 at 3:32 pm #19785
Hi Shri!
I’ve tried everything to change the blog heading as they are listed under “blog”. I would like to change the font, size and color.
Pro Girlie
https://sheenperkins.com
Thanks again!
January 25, 2016 at 9:55 am #20099Hi Sheen,
Kindly go to Appearance>Theme Options>Basic Settings>Custom CSS box:
Add this css code in custom css box.news h6{font-size:17px;}
Regards,
ShriJanuary 25, 2016 at 5:25 pm #20187Hi Shri!
That didn’t change it. Please let me know what else to try.
Thank you!
SheenJanuary 27, 2016 at 5:15 am #20355Hi Sheen,
Font size has been increased if you want color change add the color property in .news h6 class.
Regards,
ShriJanuary 27, 2016 at 6:56 pm #20518Hi Shri!
Thank you. I see the following code but do not know how to add the color:
.news h6{font-size:17px;}
Sincerely,
SheenJanuary 28, 2016 at 4:55 am #20564Hi Sheen,
Add this CSS code for color
.news h6{font-size:17px; color:#000;}
Regards,
ShriJanuary 29, 2016 at 11:39 am #20771Hi Shri!
The blog heading font size changed, but not the color. Is this correct?
.news h6{font-size:17px; color:#09a64d;}
Thanks again!
SheenJanuary 29, 2016 at 12:43 pm #20778Add this in custom css box. Hope it works.
.news h6{font-size:17px; color:#09a64d !important;}
Regards,
ShriJanuary 29, 2016 at 1:10 pm #20780Hi!
Thank you for the prompt reply. No change!
Please review:
https://sheenperkins.com/blog/
Thank you!
SheenFebruary 1, 2016 at 5:27 am #20956Hi Sheen,
Kindly go to Appereance>>Theme Option>>Basic Setting
Select h3 font size
Regards,
ShriFebruary 1, 2016 at 1:10 pm #21050Hi Shri!
I wasn’t clear. The size changed but the color did not.
Regards,
SheenFebruary 1, 2016 at 1:22 pm #21056Hi Sheen,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS
Add this css code in custom css box
.post-title a{color:#e4198b !important;}
Regards,
ShriFebruary 7, 2016 at 4:27 pm #21751Hi Shri!
That worked! Thank you again!
How do I create more space between the lines? I’m getting feedback that it’s hard to read heading font because it’s too close to the line above it.
Here’s an example:
https://sheenperkins.com/are-you-choosing-phenomenal-transformation/
Thank you!
SheenFebruary 8, 2016 at 6:05 am #21816Hi Sheen,
Add this code in custom css box:
h1.entry-title, h1.page-title{line-height:45px !important;}
Regards,
ShriFebruary 28, 2016 at 3:32 pm #24630Thank you Shri!
That helped!
Next, the heading on my slider will not capitalize the letter “l”. Please review.
https://sheenperkins.com
Thank you!
Sheen -
AuthorPosts
- The topic ‘Change Blog Heading’ is closed to new replies.