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

    Hello,

    After the last update to the Enfold theme the Fullwidth Easy Slider Caption Title and Caption Text default fonts size decrease for small devices got disabled. I was able to set them manually but the Caption Title avia-caption-title disappears on small devices. The problem is with 2nd slider on the home page the text talks about franchise opportunities. Can you provide me with the code to fix this?

    Thanks

    #1343759

    Hey mntsrvcs,

    Please try to add this CSS code in Enfold > General Styling > Quick CSS:

    @media only screen and (max-width:480px) {
      #top .slideshow_caption .avia-caption-title {
        display: block;
      }
    }

    Best regards,
    Nikko

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