Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1393264
    bonamymartel
    Participant

    Hi
    is it possible to change the carousel post color on ethos. Mine is black but i would rather white
    thanks

    #1393352
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1394139
    bonamymartel
    Participant
    This reply has been marked as private.
    #1394261
    Thai
    Moderator

    Hi There,

    Please try adding the following CSS under Customizer > Custom > Global CSS:

    .x-post-carousel .entry-cover {
        background-color: #fff;
    }

    Hope it helps 🙂

    #1394316
    bonamymartel
    Participant
    This reply has been marked as private.
    #1394367
    Thai
    Moderator

    Hi There,

    Please remove the previous CSS and add this CSS instead:

    .h-entry-cover:before {
        background-color: rgba(255,255,255,0.5);
    }
    .entry-cover:hover .h-entry-cover:before {
        background-color: rgba(255,255,255,0.75);
    }
    .h-entry-cover span {
        color: #000;
    }

    Hope it helps 🙂

    #1394386
    bonamymartel
    Participant

    Hi Thai
    thanks so much
    that is almost perfect…
    BUT
    the text showing author, title and date that appears on hover is still white but needs to be black

    anyway to fix that?

    thanks 🙂

    #1394412
    Thai
    Moderator

    Please update the previous CSS a bit:

    .h-entry-cover:before {
        background-color: rgba(255,255,255,0.5);
    }
    .entry-cover:hover .h-entry-cover:before {
        background-color: rgba(255,255,255,0.75);
    }
    .x-post-carousel-meta>span,
    .h-entry-cover span {
        color: #000;
    }

    Hope it helps 🙂

    #1394415
    bonamymartel
    Participant

    Perfect! thanks so much!
    great support from you guys as always!

    #1394454
    Thai
    Moderator

    You’re most welcome 🙂

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