Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2168167
PenNews: Changing color for headers after Post
Closed

Comments

  •  1
    ICEknigh7 started the conversation

    The highlighted elements in the attached screenshots look too dark in "Game News" and I can't find where I can change their colors. Where's the option for it?

  •  501
    Penci replied

    Hi,

    Please go to Customize > Color for Single > then change color with "Accent Color" option  https://prnt.sc/pcwlyc

    Best Regards,

    PenciDesign

  •  1
    ICEknigh7 replied

    That also changes every header and even the quoted text's color, I need a better solution.

  •  1
    ICEknigh7 replied

    It also doesn't fix the "Like" link, which stays dark.

  •  501
    Penci replied

    Hi,

    Please tell me color you want change for headers after post, i will send me custom css  to do that

    Best Regards,

    PenciDesign

  •  1
    ICEknigh7 replied

    I can add new CSS rules, but I was just wondering if there was a "proper" way of customizing those colors.

    If there's no other way, perhaps the template could be fixed so that the provided defaults don't make that text unreadable, since that's what your clients get to see without adding custom CSS.

    You can see that the "Related Posts" text is also invisible in the demo: http://pennews.pencidesign.com/pennews-game-news/uncharted-lost-legacy-review/

  •  501
    Penci replied

    Hi,

    Thank you for your add feedback. I will check it and add the fix to the next update version of PenNews theme.

    Currently, please try use custom css to do that

    Best Regards,

    PenciDesign

  •  1
    ICEknigh7 replied

    Ok, thank you.

  •  1
    ICEknigh7 replied

    I've added the custom CSS:

    .post-title-box .post-box-title{
    color:#aaaaaa;
    }

    .comment-likes-widget-placeholder .loading{
    color:#aaaaaa;
    }

    a.comment-like-link{
    color:#aaaaaa;
    }

    But the "Like" text is still dark, any ideas?

  •  501
    Penci replied

    Hi,

    Please send me screenshot  for "Like" text  . I will check it again

    Best Regards,

    PenciDesign

  •  1
  •  501
    Penci replied

    Hi,

    Thank you for your all feedback.

    It is small this issue on our code. I fixed it help you on your site. Please check it again.

    a.comment-like-link { color: #fff; }

    I will add more this fix to the next update version of PenNews.

    Best Regards,

    PenciDesign

  •  1
    ICEknigh7 replied

    That doesn't seem to work, see attached screenshot.

  •  501
    Penci replied

    Hi,

    I checked on your site. It appears that "Like" link on iframe come from https://widgets.wp.com/likes/

    Please check screenshot https://prnt.sc/pewjjb

    You can't change color of "Like" link on your site.

    Please check it again

    Best Reagards,

    PenciDesign

  •  1
    ICEknigh7 replied

    I see, I'll let the Jetpack team know about it then.

    Thank you, this can be closed.

  •  1
    ICEknigh7 replied

    In case it can help somebody, I ended up turning the "Like" link into a "button" of sorts, since it's impossible to change the styles from an external iframe:

    .jetpack-comment-likes-widget-wrapper{
        width: 100px !important;
        font-size: 14px !important;
        line-height: 18px !important;
        padding: 3px 10px !important;
        border: 1px solid #ccc;
        background: #eee;
        -moz-border-radius: 15px !important;
        -webkit-border-radius: 15px !important;
        border-radius: 15px !important;
        margin-bottom: 20px;
    }

    The only bad side is that it won't resize for each language, and it will have some padding to the right in English.

  •  501
    Penci replied

    Hi,

    Please  send me your website managment information ( admin url site, username and password ) in order for me to have access to know the exact issue. We will take it a look on this help you.

    Best Regards,

    PenciDesign

  •  1
    ICEknigh7 replied

    I just posted the fix so there's no need to log in as an admin, thanks.