Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1139367

    Hi, how can I enlarge this subtitle (https://monosnap.com/file/866vrwnc56IpHVJn67QJOu4xnOt1Ky) in the mobile version?

    I added this CSS code:
    .av-subheading p: last-child {
         margin-bottom: 0;
         font-size: 18px! important;
    }
    but nothing has changed.
    I also changed the font size to Special Heading -> Subheading Size (Size of your subeading in Pixel) but nothing has changed.

    How can I do?
    Thank you for your support.

    #1139654

    Hey Manuela,

    Did you try the following:

    @media only screen and (max-width: 767px)  {
    .av-subheading p: last-child {
         margin-bottom: 0;
         font-size: 18px! important;
    }}

    Best regards,
    Jordan Shannon

    #1139676

    Yes I tried

    #1140001

    Hi,

    Looks like there is css overwriting what you’re trying to do. Find and remove/comment out the following:

    @media only screen and (max-width: 479px)
    .responsive #top #wrap_all .av-mini-font-size-30 {
        font-size: 30px !important;
    }

    Best regards,
    Jordan Shannon

    #1140209

    I removed this code:

    @media only screen and (max-width: 479px)
    .responsive #top #wrap_all .av-mini-font-size-30 {
        font-size: 30px !important;
    }

    but it seems that both the title and the subtitle change.
    I would just like to increase the subtitle.
    How I can do this?

    #1140248

    Hi,

    Try adding this to quick css now:

    .av-special-heading .av-subheading.av-subheading_below p{
    font-size:30px!important;
    }

    Best regards,
    Jordan Shannon

    #1140417

    oh yes now work, thank you.

    #1140722

    Hi famarinu,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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