Remove footer item

Hi there!
How can I remove “archive” and “meta” from page template?
They are not in the widget area…

Thank you!
John

Hi John,

I hope you are well today and thank you for your question.

Could you please share me the page URL from your site where it is not displaying so that i can help you to remove it?

Kind Regards,
Movin

Hi Movin!
The main url is http://quepos.fishing
It’s WP page. Here is a WP post, where the archive and login is not posted http://quepos.fishing/drifting/

Thank you for your help!
John

I don’t see “archive” and “meta" on your shared site ans also i saw that you are using on your site default Twenty Fifteen theme and not Activello theme.

Please advise.

Hi Movin!
I apologize, I did not want to waste your time!
Yesterday I changed to Twenty Fifteen, just to see what it looks like, and forgot to switch it back!
Now it’s back to Activello!

Thank you again,
John

You can try removing them by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS


#secondary aside#archives,
#secondary aside#meta {
    display: none;
}

Thank you!!!
It works perfectly!

John

You are most welcome here :slight_smile: