Hiding Page Title & Removing Search Bar in Stay Theme
-
I want to hide each individual page title on the actual pages, not remove it. I tried using this code which worked for another theme but not the Stay Theme:
.headline {
display: none;
}I’ve tried to remove the search bar that doesn’t show on the home page, but on other pages. The only way to seem to do that is if I change the template to “Home”. I’d rather not do that and was wondering if there was a code I could use to remove it completely.
I also want to edit the bottom “Blog at WordPress” section and add copyright text. I used this code which also didn’t work:
#footer a[rel=”generator”]:before {
content: “Copyright Jacinta Van Lint ;; “;
}The blog I need help with is: (visible only to logged in users)
-
I discovered if I change all the page templates to home, it solves two of my 3 questions – it’ll hide the page title and remove the search bar. However, I don’t want to the 3 image/text widgets to show on every page, except the Home page. Is there a way around this?
- The topic ‘Hiding Page Title & Removing Search Bar in Stay Theme’ is closed to new replies.