Okay
  Public Ticket #2413325
Footer color
Closed

Comments

  •  1
    clempire started the conversation

    I would like to change the header logo for this particular page and the footer color. How can i do this for only this page? 

  •  2,979
    Andrew replied

    Hi there,

    Check the following on how to have a different logo on certain pages.

    https://themenectar.ticksy.com/article/10605/edit/

    Kind regards.

  •  1
    clempire replied

    Thanks, is there also a way to do this with footer colour? 

  •  2,979
    Andrew replied

    Hi clempire.

    You will need a custom css with page id. The following will change on homepage:

    .page-id-6551 #footer-outer #footer-widgets {
        background-color: black;
    }
    

    Hope this helps.