Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1072408
    Christopher
    Moderator

    Hi there,

    Please enable post slider to so we can help you with this.

    Thanks.

    #1073468
    BusinessExpress
    Participant
    This reply has been marked as private.
    #1073846
    Friech
    Moderator

    Hi There,

    Thanks for clarification.

    for the Featured slider, there is a tinting overlay on the photos that I would like to remove so it just shows the image itself and no tinting until you mouse over it.

    You can add this under Custom > CSS in the Customizer.

    .x-post-slider-entry>a,
    .x-post-slider-entry:hover>a {
    	background-color: transparent !important;
    }

    if I can change the look of the Featured Slider, Carousel, and Post Preview images of Ethos to display the entire featured image, it cuts off half of the image.

    Add this on custom CSS

    .archive a.entry-thumb,
    .archive .x-post-slider .x-post-slider-entry {
    	    background-size: 100% 100%;
    }

    Keep in mind that forcing a portrait oriented background image on a landscape container (e.g. the post slider) will make your image squeeze and/or stretch.

    We are not seeing your post because it is in private, and the user Assistant you provided has no access on those.

    Cheers!

    #1074128
    BusinessExpress
    Participant

    That worked thank you.

    #1074251
    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!

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