Get Professional Customization for any Website!
Contact us here for a free quote.

Okay
  Public Ticket #701690
Footer background and text colors
Closed

Comments

  • Linda started the conversation

    Hi I am trying to change the background color of the footer from 37383A to df2b6a.  (I was able to override the background color for the sub-footer.)  Also I added text to the Left 1 Footer Widget but it is not showing up.    I've attached a screen shot FYI.

    footer {
      background: #df2b6a;
      padding-top:10px;
      margin-top:40px;
      color:#ffffff;
    }

    /*  This worked!  */
    #sub_footer {
      background: #931340;
    }

    Your help is greatly appreciated! 

    Thank you,
    LindaK

  •  184
    George replied

    Hi Linda,
    Please go to iSloping option -> General Settings, paste the next code to Custom CSS field and save changes.

    footer {
      background: #df2b6a;
    }
    #sub_footer {
      background: #df2b6a;
    }
    

    About widget issue, I don't know why does not show up the widget. If you still have the issue please send me your WP login data in a private reply or ticket and I will check that for you.

    Hope this helps.

    Best regards,

    George

  • Linda replied

    Hi George, thank you for your reply. I inserted this code but the footer background color did not change.  any thoughts?

    Linda

  •  184
    George replied

    I fixed the issue, I added the code directly to the theme file.

    Best regards,

    George