Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #68082
    Marte
    Participant
    Premium Member

    Is it possible to show featured Slider description and button on mobile and tablet?
    Like the desktop view?

    #68087
    vako
    Keymaster
    WP Royal Team

    Hi Marte,

     

    At first, thank you for choosing our theme and service.

    Please share your website URL and we will check for possible solutions.

     

    Kind Regards

    #68102
    Marte
    Participant
    Premium Member
    #68105
    vako
    Keymaster
    WP Royal Team

    Hi Marte,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    @media screen and (max-width: 979px) {
    
    .slider-content, .slider-read-more {
    
    display: block !important;
    
    }
    
    }

     

    Kind Regards

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.