Presentation slider text in mobile too light

  • Author
    Posts
  • #29121
    Laurel

    Hi guys…
    I am using Nirvana, and love it BTW! Question is this…When I added the titles and captions on the presentation page slider, it looks great on PC. But when on a mobile phone, and the title and captions drop below the image, the text is on a light grey background and is difficult to read. Where can I change this?

    #29126
    Ross Willits

    You can change the weight of the font using the Custom CSS box under Miscellaneous Settings.

    Add this:
    .inline-slide-text {font-weight: 600 !important;}

    You’ll get a medium bold weight. You can change the 600 to another value that’s supported by your font. I think you can also use font-weight: bold.

    I found that you have to use the !important designation for this to work right.

    Good luck!

Viewing 2 posts - 1 through 2 (of 2 total)

The topic ‘Presentation slider text in mobile too light’ is closed to new replies.