• Hey guys! I’m trying remove the footer at the bottom of my homepage that says the theme name and year.

    Can someone help me with this code? And explain to me how you found it?

    Ashlin

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello ashlinhorsley,

    You can remove the info from the footer with the help of custom css.

    To make the change you want you can achieve this using custom css. Please add the following custom css to your site via either a child theme or directly from the theme options panel under General Settings -> Custom CSS:

    .site-info {
    display: none !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

Viewing 1 replies (of 1 total)
  • The topic ‘Removing footer text?’ is closed to new replies.