How Do I Change Post Excerpt Title Font Size And Thumb Shape?
Started by
gregoates
, Nov 18 2012 11:56 AM
6 replies to this topic
#1
Posted 18 November 2012 - 11:56 AM
Is there an easy way to make the titles in post excerpts a little smaller and make the thumbs a little larger and rectangular? Thank you.
#2
Posted 18 November 2012 - 12:09 PM
Hi greogates
You can try add in
PageLines > Site Options > Custom Code > CSS Rules
or in
Pagelines Customize (plugin)
You modify #px as you like
It is advisable to learn how to do this on your own too.
Check out
You can try add in
PageLines > Site Options > Custom Code > CSS Rules
or in
Pagelines Customize (plugin)
You modify #px as you like
It is advisable to learn how to do this on your own too.
Check out
#3
Posted 18 November 2012 - 03:55 PM
To modify the thumbnails, go to Dashboard > Settings > Media to set the media size at the width and height you desire. This can result in rectangular thumbnails but will not affect existing images associated with posts.
This change will apply to new posts. If you need to update prior posts, you'll need a plugin for that.
Batman's suggestion is correct. I'd complement it with a recommendation that you use Firebug ( ).
This change will apply to new posts. If you need to update prior posts, you'll need a plugin for that.
Batman's suggestion is correct. I'd complement it with a recommendation that you use Firebug ( ).
#4
Posted 20 November 2012 - 09:42 AM
Thank you Rob and batman. I tried adding "h4 { font-size: 8.2px;}" into the CSS Rules but it didn't change the font size on the excerpt posts in my category pages. I also tried in Pagelines Customize plug in under but that didn't take effect either. Will take both of your advice about learning CSS. Thank you.
#5
Posted 20 November 2012 - 10:08 AM
Hi,
Add this to your custom CSS, if I understand you correctly, this should resize the titles for the correct area.
Add this to your custom CSS, if I understand you correctly, this should resize the titles for the correct area.
#6
Posted 20 November 2012 - 12:11 PM
Danny, thanks. That works, it make titles of post excerpts on home page/category pages smaller. Except it also changes the size of titles on the actual posts. Is there a way to only change the post excerpt titles and not the titles for individual posts? My site is 200rooms.com. Thank you...
#7
Posted 20 November 2012 - 03:49 PM
Please try this:












