Okay
  Public Ticket #3337102
Menu button color and footer background color.
Closed

Comments

  • yankeesjc started the conversation

    I would like to customize the color of the button in the menu and the background color of the footer.

    I'm using this https://demo.kaliumtheme.com/construction/

    How I do?

  • [deleted] replied

    Hi yankeesjc,

    1— To make the Construction demo more special we have added some CSS codes in the Appearance > Theme File Editor > Stylesheet (style.css) area. Please just navigate to that area and you can change those menu colors. 

    See example: https://d.pr/v/zANMSG

    2— As for the footer: In the same area as in the first answer you can find this CSS code:

    footer.site-footer {
        background-color: #555 !important;
    }

    There you can change the #555 color to the color your prefersmile.png

    Have a nice day!