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?
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.
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:
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.
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?
Hi,
Please go to Customize > Color for Single > then change color with "Accent Color" option https://prnt.sc/pcwlyc
Best Regards,
PenciDesign
That also changes every header and even the quoted text's color, I need a better solution.
It also doesn't fix the "Like" link, which stays dark.
Hi,
Please tell me color you want change for headers after post, i will send me custom css to do that
Best Regards,
PenciDesign
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/
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
Ok, thank you.
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?
Hi,
Please send me screenshot for "Like" text . I will check it again
Best Regards,
PenciDesign
It's to the right of the blue star, here: http://www.retrolel.com/es/se-busca-pack-heroes-collection-pc/#comments
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.
I will add more this fix to the next update version of PenNews.
Best Regards,
PenciDesign
That doesn't seem to work, see attached screenshot.
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
I see, I'll let the Jetpack team know about it then.
Thank you, this can be closed.
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.
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
I just posted the fix so there's no need to log in as an admin, thanks.