Okay
  Public Ticket #859841
Footer color
Closed

Comments

  • Castor started the conversation

    Is there a way I can set a footer color for only one specific page?

    thanks in advance!

  • [deleted] replied

    Hi Castor,

    Hmm yes this can be achieved with Custom CSS on those pages where you want to change the footer color:


    (view large version)

    and add this CSS code:

    .main-footer {
    background-color: #fdc674 !important;
    }
    change #fdc674 with your desired color :)