Kevin Gordish
May 10, 2014 at 6:50 pm
How do remove widgets at bottom of event pages? I can’t seem to locate the feature. Also, I want to remove the “archives” title from page.
Normally, on a wordpress page I can choose an option to disable widgets (in sidebar or bottom) and hide page titles.
WP 3.9 EE4
Lorenzo Orlando Caum
May 11, 2014 at 3:45 pm
Add New Note to this Reply
Hi Kevin, could you please provide a link to this page so we can take a look?
—
Lorenzo
Kevin Gordish
May 12, 2014 at 8:06 am
Add New Note to this Reply
http://www.judyemmons.com/events/august-1-test-event/
Thank you for kind assistance.
Lorenzo Orlando Caum
May 12, 2014 at 9:27 am
Add New Note to this Reply
Hello,
Are you wanting to remove the grey title that says “August 1 Test Event?”
For the widgets, they can be hidden on this page using the following CSS:
.postid-305 #wdg_specialrecentpostsfree-3, .postid-305 #cd_fbsp_like_widget-3{display:none}
You can add the CSS above to a plugin like My Custom CSS.
—
Lorenzo
Kevin Gordish
May 12, 2014 at 9:35 am
Add New Note to this Reply
Yes, I to remove August 1…That would be great.
I will download the Mys custom css plugin. Thanks.
Lorenzo Orlando Caum
May 12, 2014 at 10:10 am
Add New Note to this Reply
Please also add this to My Custom CSS:
.postid-305 h1.page-title{display:none}
—
Lorenzo