Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #124141
    Ulrich
    Participant

    Hi there,

    I changed the featured slider font size putting additional css:

    #main-slider .slides .entry-title a {
    color: #fff;
    font-size: 34px;
    }

    This now also stays with small screens, guess I need additional css for separate screen sizes?
    This must have asked many times before but I couldn’t find a soltion in the forum entries so far.
    Is there css out there that I could use:
    http://www.stiftung-meeresschutz.org/

    Thanks

    Regards
    Ulrich

    #124176
    tikaram
    Keymaster

    @dsm: Go to Appearance => Customize => Additional css and replace the previous css with the following css.

    @media only screen and (min-width: 990px) {
    #main-slider .slides .entry-title a {
    color: #fff;
    font-size: 34px;
      }
    }

    Let me know if you need further assistance.

    Regards,
    Tikaram

    #124204
    Ulrich
    Participant

    @Tikaram: Thank you, that’s looking very good now 🙂 🙂

    Great support again!!!

    Regards
    Ulrich

    #124226
    tikaram
    Keymaster

    @dsm: Glad to know that the issue has been resolved. Have a Good day.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changed font size in featured slider for mobile use’ is closed to new replies.