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

    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

    #1166982

    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

    #1167169

    Hi,

    Thanks for your reply.

    Where can I change that? It’s not a css code I have added.

    Best regards,
    Helle

    #1167209

    And by the way that element ( full-width slider with images and their captions) got for each image and its caption an own options dialog for responsive behavior:

    #1167234

    #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

    #1167613

    Hi,

    Did you need additional help with this topic?

    Best regards,
    Jordan Shannon

    #1167652

    No thanks.
    I’m all good with the help from @Guenni007

    #1167714

    Hi,

    Thanks for the update, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘How to change h2 in a topslider’ is closed to new replies.