Okay
  Public Ticket #2380853
change bg color of footer
Closed

Comments

  • Gabriel started the conversation

    How can i change the bg of colour of the footer. 

    I have put this:

    .l-primary-footer .l-primary-footer__widgets {
        background-color: #1D365E;
    }
    .l-primary-footer  .l-primary-footer__copyright {
         background-color : #1D365E;        

     in the child template in the css

    does not respond leaves it the same


    thank you

  •  675
    Neuron replied

    Hi Gabriel,

    That works if you're using the default footer.

    .l-primary-footer .l-primary-footer__widgets,
    .l-primary-footer .l-primary-footer__copyright {
        background-color: #1D365E !important;
    }
    

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.