Resolved

Change Blog Sidebar Content

Ultra Theme started by Ben Sep 7, 2017 5 replies
Ben Sep 7, 2017 · 11:47 am #7698

Hi guys,

Quick question, I’m trying to style my Blog page and I can’t work out how to make a few changes.

I’d like to pare down the sidebar so it only shows Recent Posts and Categories, but I can’t find the control for it.

If possible, it’d be good to show the categories themselves (i.e. “Copywriting” in bold, as with the blog titles).

Could you let me know where to make these changes?

Thanks,

Ben

Andrew Misplon Puro Sep 7, 2017 · 12:55 pm #7699

Hi Ben

Thanks for posting.

In all WordPress themes you can manage the sidebar widget area from Appearance > Widgets or Appearance > Customize > Widgets. The documentation page for this area can be found here.

If you want to control which widgets display on different pages, we recommend using Jetpack Widget Visibility.

Hope that helps 🙂

Ben Sep 7, 2017 · 2:43 pm #7703

Hi Andrew, thanks very much.

Is there a way to bold the categories that display? I’d like for “Copywriting” under Explore Topics to appear in bold.

https://www.berkeleysquarecopywriting.com/blog/

Thanks again for your very swift response!

Ben

Andrew Misplon Puro Sep 7, 2017 · 3:51 pm #7705

Sure, you can try in Custom CSS:

.widget_categories ul li a {
	font-weight: bold;
}
Ben Sep 7, 2017 · 4:12 pm #7706

Great, that did the trick. That takes me through to a categories page.

Can I style that within the Customiser? My Page Template Settings often only displays Search Results and Not Found, should I be looking under there?

Thanks,

Ben

Andrew Misplon Puro Sep 7, 2017 · 4:14 pm #7707

Glad to hear you’re making progress.

Page Template Settings display Search and Not Found because those aren’t reachable in the Customizer. For all other archive views, navigate there and the tab will display. So in the case of categories, browse to that categories page in the Customizer and the section will make itself available.

6 posts