- This topic has 3 replies, 2 voices, and was last updated 8 years, 9 months ago by Andrew Misplon.
- AuthorPosts
- February 19, 2016 at 10:58 pm #3105
SimonParticipantHi
How would I add a sidebar widget to only my blog page? I want to show latest posts etc in the widget but I don’t want the sidebar on any of my other pages.
Also, how do I change the font in the blog?
Thanks
SimonFebruary 21, 2016 at 3:24 pm #3107
Andrew MisplonKeymasterHi Simon
Thanks for reaching out.
You can add widgets to the sidebar widget area at
Appearance > Widgets > Sidebar
. Once that’s done, go to each of your pages and set the page template drop-down menu toFull Width
. That’ll ensure that no sidebar is displayed on each page you select this page template on.Ref: https://purothemes.com/documentation/ultra-theme/page-templates/
Another option for more granular widget display control is: Jetpack Widget Visibility. This module will let you set positive or negative display conditions for each widget. If you’re activating Jetpack for the first time I usually suggest doing a bulk deactivation of all modules at
Jetpack > Settings
and then choose the modules you want to make us of.Let me know how it goes 🙂
February 21, 2016 at 9:09 pm #3110
SimonParticipantThanks Andrew, excellent support as always.
What about blog font?
February 22, 2016 at 1:42 pm #3111
Andrew MisplonKeymasterSuper 🙂 Glad to hear you’ve been making progress.
You change the font in the blog section of your site by adding the following to Appearance > Custom CSS:
/* Blog */ .blog .page-header ~ .container, .archive .page-header ~ .container, .single .page-header ~ .container { font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
That’ll change the font of everything between the page header and the footer. I might need a bit of clarification to get this properly dialled in.
- AuthorPosts
You must be logged in to reply to this topic.