Okay
  Public Ticket #2691115
Colours
Closed

Comments

  • bann79 started the conversation

    Hello Team!

    Firstly -thank you for such a great design. I am currently building it out for our Heritage & Leopard tableware store and have had a designer build out logos/typography and colours etc. The issue I am having is how to universally set colours. I know this can be done in customizer > style etc but for example in the docs it states that I can change the footer colour in customizer > footer > general but in there I only see 2 options and nothing to change colour.

    What am I doing wrong? Do I need to reinstall something?

    I really need a site wide way to customise the colours.

    Thank you!

    Bann

  •  867
    Neuron replied

    Hi Bann,

    As you could see that you can use either the footer template that you've created or the default theme footer, so there isn't any option to change the color of the default footer, but you can do it if you add the following code at Appearance > Customize > Additional CSS with the color you want.

    .l-primary-footer.l-primary-footer--dark-skin .l-primary-footer__widgets,
    .l-primary-footer__copyright {
        background-color: #FFF !importnat;
        color: #000 !important;
    }

    Feel free to ask for anything you need.

    Kind Regards