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.
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
Yes I tried
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
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?
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
oh yes now work, thank you.
Hi famarinu,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria