-
AuthorPosts
-
September 18, 2019 at 10:18 am #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.September 18, 2019 at 8:09 pm #1139654Hey 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 ShannonSeptember 18, 2019 at 8:28 pm #1139676Yes I tried
September 19, 2019 at 6:28 pm #1140001Hi,
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 ShannonSeptember 20, 2019 at 1:30 pm #1140209I 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?September 20, 2019 at 4:59 pm #1140248Hi,
Try adding this to quick css now:
.av-special-heading .av-subheading.av-subheading_below p{ font-size:30px!important; }Best regards,
Jordan ShannonSeptember 21, 2019 at 8:30 am #1140417oh yes now work, thank you.
September 22, 2019 at 7:47 pm #1140722Hi famarinu,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.
