How to change footer background

Home Forums Fitness Pro Forum How to change footer background

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #150929
    GLORIA REASEGLORIA REASE
    Participant
    • Topics: 5
    • Replies: 4
    • Total: 9
    Member since: April 29, 2017

    I have a picture as the footer background. How do I replace the image? Is it possible to change the opacity of the image? Also, can drop shadow be added to text in footer so that it can stand out from the footer picture; it seems that every color I use just blends into the background image. And, how do I change the size of the footer text, perhaps making text larger will help. (www.chestergarvinandsons.com) Thanks for your help

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

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #footer-wrapper::before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 1;}
    .footer { position:relative; z-index:2;}

    Regards,
    Dave

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