Home › Forums › All Other Themes › Full Width Pro – How to change Post Title Color?
- This topic has 14 replies, 3 voices, and was last updated 8 years, 10 months ago by MP EK.
-
AuthorPosts
-
February 27, 2016 at 11:04 am #24552
In Theme Options you can define the color of page title and the first
letter, but there is no option to define post title. How to define post
title color?February 29, 2016 at 8:51 am #24711Hi Michael,
Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box
Add this code:
h2.entry-title a{color:#ffffff !important;}
Regards,
BradFebruary 29, 2016 at 3:05 pm #24804I added the code as is, but it is still the same, please see:
http://pekic.de/das/hip-hop-kids/
The post title should be in #dc266e. As of now, only the first letter is in #dc266e.
March 2, 2016 at 5:49 am #25026Hi,
Add this code in custom css box:
.single-post h1.entry-title{color:#dc266e !important;}
Regards,
DaveMarch 2, 2016 at 10:53 am #25096That worked! Thank you.
March 2, 2016 at 11:31 am #25104🙂
March 2, 2016 at 11:35 am #25106The text is too near when post title is longer and then turned into two lines automatically:
The post image has a black frame around it, is it possible to turn frame off or give it a different color (white or grey)?
Please have a look at this post:
http://pekic.de/das/mehrere-fotos-in-einem-beitrag/March 2, 2016 at 11:45 am #25110Hi,
Add this code in custom css box:
.single-post h1.entry-title{line-height:35px !important;}
.post-thumb img{border:none !important;}Regards,
BradMarch 2, 2016 at 12:01 pm #25116ok, that’s wonderful. Thank you.
Unexpected was that the post thumbnail has rounded corners and that it is a few pixels wider than the content width, that won’t fit in the appearance.
Would be nice to get this to standard corners and the same width as content area.
March 2, 2016 at 12:11 pm #25119Hi Michael,
Add this code in custom css box:
.post-thumb img{border-radius:0 !important;}
Regards,
BradMarch 2, 2016 at 1:39 pm #25138Very good! Thank you.
Do you see the the post image is slightly (1-2px) bigger than the content (gallery) pictures…
Two other topics with widget area
March 4, 2016 at 5:06 am #25471Hi,
Add this code in custom css box:
h2.widget-title{color:#dc266e !important;}
.tiled-gallery img{margin:0 !important; width:100% !important;}Regards,
BradMarch 4, 2016 at 1:19 pm #25580The code fpr color worked! Thank you!
.tiled-gallery img{margin:0 !important; width:100% !important;}
this second codeline breaks the gallery!
No additional code:
with code:
March 9, 2016 at 7:10 am #26101I see the page fine now.
Hope this is resolved.
We cannot offer so much customization and you can do some tweaking yourself as this is more content set up related rather than theme set up.
Regards,
ShriMarch 12, 2016 at 10:28 am #26547I understand that, and you are right with some questions, but there are still issues that are not “customization”, but theme issues:
Widget (Last posts) not showing
Why are menu items not highlighted when category?
Same size for post and page titlesI’m happy with help of your support team so far, but we are not there yet. At this stage it would be delaying finishing that website unnecessarily. Don’t you think so?
regards,
Michael -
AuthorPosts
- The topic ‘Full Width Pro – How to change Post Title Color?’ is closed to new replies.