Yellow theme colour

Hi,

In each post page, I’m trying to change to default colour (yellow) to another one.
May I ask is it possible to change the colour of post author, icons of post date, category and comment, and widget title bar and li tag all together?

Thank you for responding my customised request!

Hi,

Just notice when hover on a link, it becomes yellow.
Can that be changed as well? Thank you.

Hello @miles,

This is quite a custom dedicated styling request that usually falls short to the free support scope, but if you can provide me your website link I will do my best to guide you around on how to change the colors.

Best regards

Hi Ion,
Thank you again that you are willing to help. The theme functions are the exact of what I need but I attempt to change the colour to be the same tone of PTE official site (https://ptepractice.com/).

I had enabled the coming soon plugin, please use:
hwww.freeptepractice.com/wp-admin
test01
$y1&fA**2OP3fNN4L4BgEwJk

The site was translated into zh_CN for targeted audience, hope it is alright to you.
Thanks :slight_smile:

Hello,

Try this CSS solutions:

#blog .blog-post .blog-post-meta .post-meta-author {
    color: #2F47BC;
}
#blog .blog-post .blog-post-meta .post-meta-author .fa {
    color: #2F47BC;
}
#blog .blog-post .blog-post-meta .post-meta-time .fa, #blog .blog-post .blog-post-meta .post-meta-categories .fa {
    color: #2F47BC;
}
#blog .blog-post .blog-post-meta .post-meta-comments .fa {
    color: #2F47BC;
}
#blog .blog-post .blog-post-button {
    background-color: #2F47BC;
}
.widget .widget-title:before {
    background-color: #2F47BC;
}
.widget ul li:before {
    color: #2F47BC;
}

Let me know if everything’s working as expected.

Regards

Hi Ion,

Thank you!
That works properly but few classes remain yellow.

http://www.freeptepractice.com/blog/
Post title when a mouse hovers over.

http://www.freeptepractice.com/hello-world/
Author name and url in both post and comment.
Reply bottom of comment.

I tried the code inspector of Chrome but I failed.
Is there a way to change all the default yellow colour together to another same one? I just worry if there will be few more that I haven’t spot yet this moment. :slight_smile:

Regards

This is for author:

#blog .blog-post .blog-post-meta .post-meta-author {
    color: #f1d204;
}
.markup-format a {
    color: #e2c504;
}
#comments #comments-list ul.comments .comment .url {
    color: #f1d204;
}
#comments #comments-list ul.comments .comment .comment-reply-link {
    color: #f1d204;
}

Don’t forget to change the color code to yours.

Unfortunately, there’s no automatic color picker as that would have skipped all this for us, as well.

Kind regards

Hi Ion,

Thank you so much, it seems all set.

Only one I mentioned above you did not fix is the post link (also menu bar) will become yellow if a mouse hovers over. I guess it is alright, if they cannot be fixed. :slight_smile:

Cheers

I’m sorry there is another one, Author name below post content.

I hope it will be all done, no more question about the colour. :slight_smile:
Thanks again for your time and effort!