Okay
  Public Ticket #1802796
Mobile bug on Featured Blog Post
Closed

Comments

  • asperopoulos started the conversation

    When trying to use the Recent Posts element with the "Single Large Featured" style, it's not pulling the feature image as the background image for this on mobile. The others seem to work fine with exception to the "Multiple Large Featured" style... which also doesn't pull featured images.

    This is on both Safari & Chrome on an iPhone.

    Any help with this is appreciated.

    Aaron

  •  8,996
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    body[data-ajax-transitions="false"] .parallax_section .nectar-recent-post-slide .nectar-recent-post-bg {
        opacity: 1;
    }

    Thanks


    ThemeNectar Support Team 

  • asperopoulos replied

    That worked! Thanks.