Right Sidebar on Suburbia?
-
Is there a way to add a right sidebar to the main page in the Suburbia theme? I know you can add it to post pages.
The blog I need help with is: (visible only to logged in users)
-
Suburbia in WordPress.com supports only four widget areas in the footer. The far left grid is reserved for page navigation which appears on index and archive view if they have more than one page. https://en.forums.wordpress.com/topic/help-with-the-new-suburbia-theme?replies=24#post-825065
-
Thanks for the quick help, TimeThief!
Is there a way to change color/styling of the font of the main navigation menu on the left side?
-
Is there a way to change color/styling of the font of the main navigation menu on the left side?
It looks like you already figured out how to change the font family, size, and color for the main navigation in the Suburbia theme using this CSS:
#access li { font-family:Fertigo Pro; font-size:1.4em; } #access li a { color:#830000; } #access li a:hover { color:#666666; }Looks great!
- The topic ‘Right Sidebar on Suburbia?’ is closed to new replies.