Removing text from template
-
Hello,
I have the Eventbrite single theme and need to remove “Latest Event Updates” from the top of my homepage, since I don’t use or post events. How do I do this?The blog I need help with is: (visible only to logged in users)
-
Hi Courtney – You can hide it using CSS. Try the following:
.pagetitle { display: none; }You’ll paste that into the CSS editor in Appearance->Customize->CSS.
-
- The topic ‘Removing text from template’ is closed to new replies.