Alpen House CSS Shadow of Header Text

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #966300
    Talha Umer Farooqi
    Participant

    hi
    https://pasteboard.co/JcSXO4P.png
    Please see this at: http://www.royalgraceguesthouse.com

    White text on white bg image becomes unreadable, please suggest where to add some CSS like webkit shadow for this element?

    #966831
    Mary Evans
    Participant

    Hello,

    The fonts and font colors can be changed with a third-party plugin e.g. Easy Google Fonts.
    After the plugin installing and activating, go to Appearance > Customize > Typography. Colour of fonts can be changed in the “Appearance” section.

    Otherwise, fonts` colour can be changed with below CSS codes added to Appearance > Customize > Additional CSS(change # 000 to the needed colours):

    h1 {
        color: #000 !important;
    }
    p {
        color: #000 !important;
    }
    .site .site-wrapper .site-header .site-header-wrapper .mphb_sc_search-wrapper label {
        color: #000;
    }

    Best Regards,
    M. Evans

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