Home › Forums › Aside WordPress Theme › Changing look for a particular page
- This topic has 8 replies, 2 voices, and was last updated 11 years, 8 months ago by
Blurring boundaries.
-
AuthorPosts
-
October 7, 2014 at 8:06 am #4796
Hi
I am trying to create a blog page within the site. I want blog page to have different feel from rest of site. Is it possible to remove sidebar completely / change the look of sidebar for this particular page
ThanksOctober 7, 2014 at 10:02 am #4798EDIT
Hi
I am trying to create a blog page within the site. I want blog page to have different feel from rest of site. Is it possible to remove LEFT NAVIGATION PANEL completely / change the look of it for this particular page
ThanksOctober 7, 2014 at 2:27 pm #4806Hi,
Did you mean remove the left menu bar for all content post? I think it is possible. I need to make some test firstly
Best,Bwsm
Follow on @uiueux to get the latest version information.October 7, 2014 at 3:04 pm #4808Want to remove left menubar from a page
October 7, 2014 at 3:09 pm #4810Also want it to be hidden for all posts under this category
October 8, 2014 at 4:00 am #4815Please change line 24 of ../wp-content/themes/aside/header.php as:
<div id="wrap" <?php post_class(); ?>>If remove the left menu bar for all posts of blog category, please add the code to custom css box(wp-admin/Aside/General settings):
.category-blog #sidebar { display:none; } .category-blog #main-wrap { padding-left:0; }Best,Bwsm
Follow on @uiueux to get the latest version information.October 8, 2014 at 8:55 am #4820Done! thanks
October 8, 2014 at 9:28 am #4821Oh but now for my blog page, the sidebar is stuck on right side. Changing settings in ‘page settings – sidebar – left/right/no sidebar’ does not seem to apply.
http://www.istudioarchitecture.com/blog/October 8, 2014 at 9:34 am #4822Actually, making any changes to that page (like adding module / writing text) is not being applied. Its just showing posts under blog category.
-
AuthorPosts
- You must be logged in to reply to this topic.
