Okay
  Public Ticket #1681122
Changing one page footer colour
Closed

Comments

  • Trentsun started the conversation

    Hi There,


    I am looking to change just the footer colour on one page only.

    I can work out how to change footer colour for all pages but not specific to one.

    Many thanks

    Trent


  • [deleted] replied

    Hi Trent,

    To change the footer color or a specific page only then you should click Edit page and go to Parameters and Options area > open Custom CSS tab there and paste this code:

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

    then you can change #ff8383 color to your desired color.

    Have a great week!