Dots on Mobile

Home Forums Jevelin Theme Dots on Mobile

Home Forums Jevelin Theme Dots on Mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • CB1000RBiker
    Participant

    First, thanks on the Support Team for this great Job!

     

    Now my question. How can i disable dots on Mobile devices? (see attachment)

     

    Best regards
    Manfred

     

     

     

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi Manfred,

     

    I hope you are well today and thank you for your question.

     

    You can disable the Dots on mobile by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    @media screen and (max-width: 780px) {
    .sh-portfolio-single-slider ul.slick-dots {
        display: none !important;
    }
    }

     

    Best regards,
    Shufflehound team

    CB1000RBiker
    Participant

    Hi,

    thanks for your help! You can close this topic!

     

    Best regards

    Manfred

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)