How to change home page slider font color

Home Forums Panaroma Forum How to change home page slider font color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #89478
    Don WallerDon Waller
    Member
    • Topics: 12
    • Replies: 15
    • Total: 27
    Member since: October 14, 2014

    My client noticed that when she views the site on her phone, the background color of the home page slider goes away and the headline text on each slide is unreadable against the dark background of the photos.

    Is there any way I can change those headlines to white? I didn’t see anywhere to do it in the General Settings.

    #89497
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30633
    • Total: 30633
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Theme Options >> Layout Settings >> Custom CSS Box:

    Add this code there:

    @media screen and (max-width:767px) {
    .strip_template figure section .logo { color:#fff;}
    }

    Regards,
    Chris

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.