Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1005868
    schlichter11
    Participant

    Hello,

    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,

    #1005903
    Jade
    Moderator

    Hi 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/

    #1006166
    schlichter11
    Participant

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

    #1006506
    John Ezra
    Member

    Hi 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 credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff. Thanks!

    #1007650
    schlichter11
    Participant

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

    #1007719
    Rupok
    Member

    HI there,

    Thanks for updating. Update us when you are able to provide the credentials.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1005868 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>