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

    Can you get me CSS code to adjust Caption Title “font size” and “Line Height”? I am trying to adjust all this on Mobile view, so that it fits on all phones. Suggestions? I am trying to make the blue headline line height less, and maybe make it smaller on mobile only. Here is the current html I am using for this headline: <strong style=”font-size: 140%;”>Future-Proof Your Business<br> <span style=”color: #04aef7;”>Web Design & GEO AI SEO</span>

    screenshot: https://img.savvyify.com/image/IMG-748587C9C75D-1.yyQrK

    https://bemodesign.com/

    #1488011

    Hey bemodesign,

    Thank you for the inquiry.

    Try using this css code to adjust the height of the caption title.

    #top #wrap_all .avia-slideshow .av-slideshow-caption .avia-caption-title span {
        line-height: 1em;
        display: inline-block;
    }

    Best regards,
    Ismael

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