I have a particular page that I want the Search and Social Icons to be removed from (just this page). How do I go about doing that?
Remove Search & Social Icons
2 posts from 2 voices-
Posted 1 year ago #
-
Hi aristechmedia,
If you use a tool like Firebug for Firefox or the Inspect Element feature of chrome, you can identify the page name/id you want to target. Then, you'll add the targeted CSS to your Quick CSS or custom.css. You can use the following as a template (just replace the page id number)
#top.page-id-407 .title_meta { display: none; }Posted 1 year ago #
Reply
You must log in to post.














