Hi,
Could you please help me with some css at this page https://xn--krlighedscoach-0ib.dk/. I want the h2 in the slider (Hjertelig velkommen) to be 44px at mobil screen. I have tried with this css:
.slideshow_caption {
font-size: 44px !important;
}
But it gets overwritten by this css:
@media only screen and (max-width: 479px)
.responsive #top .slideshow_caption h2 {
font-size: 20px !important;
}
What can I do?
Best regards,
Helle
Hey GraphicEyeDK,
Just change this:
@media only screen and (max-width: 479px){
.responsive #top .slideshow_caption h2 {
font-size: 20px !important;
}}
to this:
@media only screen and (max-width: 479px){
.responsive #top .slideshow_caption h2 {
font-size: 44px !important;
}}
Best regards,
Jordan Shannon
Hi,
Thanks for your reply.
Where can I change that? It’s not a css code I have added.
Best regards,
Helle
#Guenni007
Ohh, that’s really great. I hadn’t seen that :-)
Thank you very much. I’m so grateful for your reply.
Best regards,
Helle
Hi,
Did you need additional help with this topic?
Best regards,
Jordan Shannon
No thanks.
I’m all good with the help from @Guenni007