Okay
  Public Ticket #2390628
Change footer color
Closed

Comments

  • mariadelmarvargas9 started the conversation

    Hi, I can't find the option to change the footer background text color.

    Also I can't change the newsletter form background color, is it possible?

  •  675
    Neuron replied

    Hi Maria,

    I am very sorry for the late reply.

    Can you please let me know what footer you're using? A screenshot would be very helpful, since the footer can be created through widgets and options in Appearance > Customize > Footer or with Footer Builder.

    Feel free to ask for anything you need.

    Kind Regards


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

  • mariadelmarvargas9 replied

    Hi,

    Here are a couple of screenshots. As I read in the documentation there should be a "style" menu on the footer customization options but I it's not there. I would also need to change the color of the back to top button but even though i select the "light" option it doesn't changes.

  •  675
    Neuron replied

    Hi Maria,

    I am sorry for the late reply, it could be that there is a style interfering with that, please add the following style in Appearance > Customize > Additional CSS.

    .a-to-top {
        background-color: #ffcdab !important;
    } .a-to-top svg {
        color: #232121 !important;
    }

    Kind Regards


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

  • mariadelmarvargas9 replied

    Thanks, that works for the "to top".

    Now how can I change the footer color?

  •  675
    Neuron replied

    Hi,

    I am very sorry for the late reply.

    Glad to know that it worked, you can either use a footer template which means you can build anything through elementor, to do such thing, you can go to Templates > Footer and create a new footer template, you can assign it on individual pages or for all pages.

    1. Individual Pages: Page Settings > Footer > Layout (Select type template and a new field below will appear). (Locally)
    2. Customizer: Appearance > Customize > Footer > Layout (Select type template and a new field below will appear). (Globally)

    If you want to stick with default footer, please add the following style in Appearance > Customize > Additional CSS.

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

    Kind Regards


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