Tagged: x
-
AuthorPosts
-
May 23, 2016 at 2:41 pm #1005868
schlichter11ParticipantHello,
I’ve looked thru the forums and found ways to change these colors globally, but how can I change one specific Blog Post Title Color? Specifically I want to change it from the global Black, to White.
Thanks,
May 23, 2016 at 2:58 pm #1005903
JadeModeratorHi there,
You can add a custom CSS to change the title of a post individually. Please try:
#post-xxxx.entry-title { color: #fff !important; }Please change xxxx to the post ID. You can locate the post ID by following this guide: https://community.theme.co/kb/how-to-locate-post-ids/
May 23, 2016 at 7:44 pm #1006166
schlichter11ParticipantUnfortunately, it did not work.
http://192.168.131.141/wp-admin/post.php?post=50&action=edit
#post-50.entry-title {
color: #fff !important;
}I also tried 0050, and other hex colors. I attached a screen shot of the still black title.
May 23, 2016 at 10:29 pm #1006506
John EzraMemberHi there,
Thanks for updating the thread! Something may be conflicting. Please check for a syntax error that could be preventing CSS below it from working. You will need to look for things like unclosed single or double quotes or missing “}” closing curly brackets.
A quick check would be to put the CSS provided at the very top of all your CSS. If it works, then it is highly possible that there is a syntax error.
If it doesn’t then we have another issue. If that is the case, please provide us with login credentials so we can take a closer look. To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff. Thanks!
May 24, 2016 at 12:33 pm #1007650
schlichter11ParticipantMoving it to the top didn’t work. All the other coding looks correct, in fact you can see it in the screen shot I attached previously. The site isn’t live, I’ll finish it up today and post it as is w/ url and credentials tonight. Thanks.
May 24, 2016 at 1:43 pm #1007719
RupokMemberHI there,
Thanks for updating. Update us when you are able to provide the credentials.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1005868 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
