[Support request] Customize footer widget

Home Forums Support [Support request] Customize footer widget

Home Forums Support Customize footer widget

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #605009
    Chris

    I would love o customize my footer like this site.

    Allthingswaterproof.com

    Any ideas on the css I could add?

    #605156
    David
    Staff
    Customer Support

    Hi Chris, we could begin with some CSS like so:

    .site-footer .widget-title {
    	background-color: #111;
    	color: #fff;
    	text-align: center;
    	padding: 10px;
    	margin-bottom: 0px
    }
    .footer-widgets .footer-widgets-container .inside-footer-widgets .widget > div {
    	background-color: #222;
    	color: #fff;
    	padding: 15px;
    }
    #605585
    Chris

    That worked great. Thanks so much.

    #605797
    David
    Staff
    Customer Support

    Glad to be of help

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