Okay
  Public Ticket #2040193
Footer
Closed

Comments

  • Jennifer Tarbet started the conversation

    How do I delete the gray footer at the bottom of the page that has About Us, Recent Posts, Quick Menu, Tag Cloud?

  •  675
    Neuron replied

    Hi Jennifer,

    That is the widgets, simply go to Appearance > Customize > Footer > Widgets.

    Kind Regards


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

  • Jennifer Tarbet replied

    How do I  change the color of the Footer, the section with copyright and social media icons?

  •  675
    Neuron replied

    Hi,

    To change the background color, simply add the following style.

    .l-primary-footer {
        background-color: your_color !important;
    }

    To change the copyright color.

    footer .l-primary-footer__copyright__text p {
        color: your_color !important;
    }

    To change social media color.

    footer .l-primary-footer__copyright__social-media li a {
        color: your_color !important;
    }

    Kind Regards


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

  • Jennifer Tarbet replied

    Where do I add this code?

  •  675
    Neuron replied

    Add it on the Appearance > Customize > Additional CSS.

    Kind Regards


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

  • Jennifer Tarbet replied

    Thanks! That worked on every page except for this page, which has a different footer:

    https://mirrorpondnm.com/pages/contact/contact-creative/

  •  675
    Neuron replied

    Hi,

    The copyright seems to have some color on that, so please add this one too.

    .l-primary-footer.l-primary-footer--dark-skin .l-primary-footer__copyright {
        background-color: your_color !important;
    }

    Kind Regards


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

  • Jennifer Tarbet replied
  •  675
    Neuron replied

    Are you sure that you're adding the correct Custom CSS? Can you please provide me with a screenshot, so I can check what's going on.

    Kind Regards


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

  • Jennifer Tarbet replied

    Here is 

    1) screenshot - a screenshot showing the footer color that I want to change (on the Contact page)

    2) screenshot2 - a screenshot of additional CSS code

    3) screenshot3 - a screenshot of the desired footer color (I was able to change it on all places but the Contact page)

  •  675
    Neuron replied

    Hi Jennifer,

    Ah, that's not the footer. That is simply an area created with section. Simply edit the page with Elementor and hover onto that section.

    Kind Regards


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