Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    Customify can help you in this matter by providing you a “Custom CSS” panel in customizer.
    The hard part is that there you need to write your own CSS code to hide / modify your footer.

    Thread Starter juditwilldesign

    (@juditwilldesign)

    Thanks for your reply.
    What would be your suggestion for changing the easiest way or completely removing the footer credit texts.
    Honestly the website which I am creating now is my exam work and I have a deadline tonight and this is the only thing which still needs to be done.
    If there would be any other solution I am more than happy to use that and would greatly appreciate a help with this.
    I am not such a big magic maker with coding…..

    You need to know CSS first, just the basics. Mainly you want to open your browser inspector and search for the footer class/id. Once you have that selector you just have to put in Custom CSS panel the code:

    .footer-credits {
    display:none;
    }

    This is just an example I don’t know what your “.footer-credits” selector is

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footer credits – Customizr’ is closed to new replies.