Okay
  Public Ticket #3416947
Color of the footer
Closed

Comments

  • Jean-marc Guillaume started the conversation

    how can i change it

    3435989322.png


  •  1,627
    Andrey replied

    Hello, Dear Jean-Marc Guillaume!

    To change color in footer - please click WP Dashboard => Appearance => Customize => Theme Footer Section => Footer Section Options=> Background Colors: https://i.imgur.com/w92cvlN.png

    If you want to assign your custom color for footer - click WP Dashboard => Appearance => Customize => Additional CSS and paste this code here:

    .page_footer {
        background-color: #eeb2ff !important;
    }
    

    Then save changes and check results at front-end.

    Best Regards!