Hi guys
1. I would like to create a sidebar like in your demo version: http://kriesi.at/themedemo/?theme=enfold
Unfortunately I can’t find how or where to make it. If I make a Widget it doesn’t look like this.
2. In the sidebar there appear a search button, Recent Posts and Recent Comments automatically. How do I get rid of these?
3. I would like to get rig of the text on top right: “You are here: Home”
Thank you in advance
You my get rid of “You are here:home” by changing layout/header settings to “Don’t display the header”. Enter edit page and find this option in the right sidebar.
You can get rid of default sidebar content by adding smth.You want to have there.
Hey,
@bernie: Thanks for the tips.
1.) You can create sidebars on Appearance > Widgets.
2.) Go to Appearance > Widgets, place some widgets on the widget areas specially the “Displayed Everywhere” widget area.
3.) You can add this on your custom.css or Quick CSS:
.breadcrumb.breadcrumbs.avia-breadcrumbs {
display: none;
}
Regards,
Ismael