-
AuthorPosts
-
Alp Friend
Alp
- Join date:
- November 2015
- Posts:
- 145
- Downloads:
- 396
- Uploads:
- 12
- Thanks:
- 10
- Thanked:
- 2 times in 2 posts
May 24, 2016 at 6:47 pm #934269Hello,
How can I delete the ‘SİDEBAR’ Text and the grey area behind it: http://prntscr.com/b7yrkc
Tnx a lot for your help in advance
Best Regards,
AlpPankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 25, 2016 at 1:39 am #934312Hi
Go to /templates/purity_iii/tpls/blocks/off-canvas.php file
Find and comment or remove this code :
<h2 class="t3-off-canvas-header-title"><?php echo JText::_('TPL_OFF_CANVAS_HEADER_TITLE'); ?></h2>
It will remove sidebar word .
Alp FriendAlp
- Join date:
- November 2015
- Posts:
- 145
- Downloads:
- 396
- Uploads:
- 12
- Thanks:
- 10
- Thanked:
- 2 times in 2 posts
May 29, 2016 at 3:00 pm #935701Ok I changed the text but how can I change the width and the color of the grey box behind?
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
May 30, 2016 at 4:35 am #935874Hi
to change the gray color add below code in custom.css file.t3-off-canvas .t3-off-canvas-header { background: #eeeeee; color: #444444; }
For width of off-canvas
.t3-off-canvas { width: 250px!important; }
Hope it helps .
Alp FriendAlp
- Join date:
- November 2015
- Posts:
- 145
- Downloads:
- 396
- Uploads:
- 12
- Thanks:
- 10
- Thanked:
- 2 times in 2 posts
May 30, 2016 at 9:48 am #935985Hello Pankaj,
I just saw that my questıon was wrong.
In fact I would like to know how to change the height of this grey box.Sry, my mistake.
BR,
Alp
tom_laan84 Friendtom_laan84
- Join date:
- June 2008
- Posts:
- 348
- Downloads:
- 142
- Uploads:
- 30
- Thanks:
- 88
- Thanked:
- 67 times in 11 posts
May 30, 2016 at 9:52 am #935987NO need to change CSS. if you want the whole thing gone just delete also the outer div called "t3-off-canvas-header" from the off-canvas.php file.
<div class="t3-off-canvas-header"> <h2 class="t3-off-canvas-header-title">Sidebar</h2> <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> </div>
1 user says Thank You to tom_laan84 for this useful post
Pankaj Sharma ModeratorPankaj Sharma
- Join date:
- February 2015
- Posts:
- 24589
- Downloads:
- 144
- Uploads:
- 202
- Thanks:
- 127
- Thanked:
- 4196 times in 4019 posts
-
AuthorPosts
This topic contains 6 replies, has 3 voices, and was last updated by Pankaj Sharma 8 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum