Full Width Pro – How to change Post Title Color?

Home Forums All Other Themes Full Width Pro – How to change Post Title Color?

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #24552
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    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?

    #24711
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi Michael,

    Kindly go to Appereance>>Theme Option>>Basic Setting>>Custom CSS Box

    Add this code:

    h2.entry-title a{color:#ffffff !important;}

    Regards,
    Brad

    #24804
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    I 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.

    #25026
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi,

    Add this code in custom css box:

    .single-post h1.entry-title{color:#dc266e !important;}

    Regards,
    Dave

    #25096
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    That worked! Thank you.

    #25104
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    🙂

    #25106
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    The text is too near when post title is longer and then turned into two lines automatically:

    Screenshot

    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/

    #25110
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi,

    Add this code in custom css box:

    .single-post h1.entry-title{line-height:35px !important;}
    .post-thumb img{border:none !important;}

    Regards,
    Brad

    #25116
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    ok, 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.

    #25119
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi Michael,

    Add this code in custom css box:

    .post-thumb img{border-radius:0 !important;}

    Regards,
    Brad

    #25138
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    Very good! Thank you.

    Do you see the the post image is slightly (1-2px) bigger than the content (gallery) pictures…

    Screenshot

    Two other topics with widget area

    #25471
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30639
    • Total: 30639
    Member since: August 16, 2013

    Hi,

    Add this code in custom css box:

    h2.widget-title{color:#dc266e !important;}
    .tiled-gallery img{margin:0 !important; width:100% !important;}

    Regards,
    Brad

    #25580
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    The code fpr color worked! Thank you!

    .tiled-gallery img{margin:0 !important; width:100% !important;}

    this second codeline breaks the gallery!

    No additional code:
    Screenshot

    with code:
    Screenshot

    #26101
    Sonnal S SinhaSonnal S Sinha
    Keymaster
    • Topics: 10
    • Replies: 6964
    • Total: 6974
    Member since: June 12, 2013

    I 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,
    Shri

    #26547
    MP EKMP EK
    Member
    • Topics: 40
    • Replies: 149
    • Total: 189
    Member since: October 21, 2015

    I 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 titles

    I’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

Viewing 15 posts - 1 through 15 (of 15 total)
  • The topic ‘Full Width Pro – How to change Post Title Color?’ is closed to new replies.