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

    Hi, can you tell me how to adjust the product title sizes on Product Slider, mobile landscape here please. https://staging-cornishmead-co-uk.stackstaging.com/

    Many thanks
    Todd

    • This topic was modified 4 years, 2 months ago by toddbarden.
    #1253824

    Hey toddbarden,

    Can you try adding this CSS code in Quick CSS? located in Enfold > General Styling:

    @media only screen and (max-width:767px) and (min-width:600px) {
      #top #wrap_all .avia-content-slider .products .woocommerce-loop-product__title {
        font-size: 28px;
      }
    }

    Just adjust the 28px value.

    Best regards,
    Nikko

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