• Resolved mhallaba

    (@mhallaba)


    Hi,

    Looking at the website on Android and the slider text doesn’t appear on the picture like it should. Any way to correct this? Thanks.

Viewing 1 replies (of 1 total)
  • Hi @mhallaba,

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

    It’s the default behavior of the theme to hide it on smaller screen sizes but you can display it by adding the following CSS code in the Custom CSS option of the latest version of Dazzling theme on the below path.

    Admin Area -> Apperance -> Theme Options -> Other -> Custom CSS

    #page .flex-caption {
      display: block;
    }

    Best Regards,
    Movin

Viewing 1 replies (of 1 total)
  • The topic ‘Slider text doesnt appear on mobile’ is closed to new replies.