Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • Alp Friend
    #934269

    Hello,

    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,
    Alp

    Pankaj Sharma Moderator
    #934312

    Hi
    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 Friend
    #935701

    Ok I changed the text but how can I change the width and the color of the grey box behind?

    Pankaj Sharma Moderator
    #935874

    Hi
    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 Friend
    #935985

    Hello 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 Friend
    #935987

    NO 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">&times;</button>
      </div>
    
    Pankaj Sharma Moderator
    #936126
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 6 replies, has 3 voices, and was last updated by  Pankaj Sharma 7 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum