• goodsuccess

    (@goodsuccess)


    I would like to change the main footer background color via custom css.

    Any help would be appreciated.

    mrdutchoven.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Find ‘.footer#colophon’ css class into ‘style.css’ file located at mrdutchoven.com/wp-content/themes/simple-life/ folder.

    And you can change footer color from background-color:#000;.

    Example:

      footer#colophon {
      background-color: #000;/*** or your color code ***/
      color: #ffffff;/****** Text color in footer ******/
      margin: ;
      min-height: 50px;
      text-align: center;
      padding: 1em;
    }
    Thread Starter goodsuccess

    (@goodsuccess)

    Yea, that worked. Thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changes main footer background color’ is closed to new replies.