Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1057703
    btraven
    Participant

    Dear Support Team,

    how can I change the color of the Recent Posts background (when no image is inserted)?
    Please see in the attached image.
    I want to change the dark blue color to match the style of the site.

    I was already reading some similar posts to this subject but unforunately I could not find a proper answer to that question.

    Thanx a lot!

    #1057715
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! To change the color of the Recent Posts background when no image is inserted, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-recent-posts .x-recent-posts-img:after {
        background-color: blue;
    }
    
    .x-recent-posts .no-post-thumbnail .x-recent-posts-img:before {
        color: red;
        opacity: 1;
    }

    Feel free to change the colors to match with your site. If you need anything else, please let us know.

    #1057726
    btraven
    Participant

    Perfect.
    THX so much!
    Incredible support here!

    #1057735
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

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