Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1009063
    David vb
    Participant

    Hi,

    I try to change the text color of the titles in the recent post area on my homepage. Also i like to change the hover color of the image. I entered the following CSS:

    .x-recent-posts .x-recent-posts-img::after {
    background-color: #e5007d; {

    .x-recent-posts .h-recent-posts {
    color: #2c3780; {

    They work individualy, but if i combine them only the first one works. What am i missing.

    website: http://merkeninbeweging.nl/

    tnx for the reply

    #1009115
    Thai
    Moderator

    Please try with this CSS:

    .x-recent-posts .x-recent-posts-img::after{
        background-color: #e5007d;
    }
    .x-recent-posts .h-recent-posts{
        color: #2c3780;
    }

    Hope it helps 🙂

    #1009261
    David vb
    Participant

    Works perfectly, i spoted my mistake, tnx Thai 😀

    #1009366
    Darshana
    Moderator

    Glad we were able to help 🙂

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