Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #512209

    Hi there, on mobile view (particularly iphone) my slider subtitle text is too small to be reasonably read. Is there any css that will enable the slider to just show header not subtitle?
    thankyou

    #512252

    Hi natashacs!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    p.slider_text { display: none !important; }}

    Cheers!
    Yigit

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