Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • joomlafans Friend
    #974621

    Hi.
    I would like to rename "sidebar".
    and change the off canvas sidebar menu background color and selected item color.
    please see attached image for reference.

    Thank you


    1. sidebar
    pavit Moderator
    #974625

    Hi

    I would like to rename "sidebar".

    Open this file /templates/ja_teline_v/tpls/blocks/off-canvas.php and change

    <h2 class="t3-off-canvas-header-title">Sidebar</h2>

    To

    <h2 class="t3-off-canvas-header-title">Yourtext</h2>

    change the off canvas sidebar menu background color

    add to your custom.css file this

    .t3-off-canvas {
    background:#yourcolor!important;
    }

    selected item color.

    Add to your custom.css file this code

    .t3-off-canvas .t3-off-canvas-body .nav-pills > li.active > a.nav-icon {
    background:#yourcolor!important;
    }

    If you do not have a file named custom.css then you should create a new one in this folder /templates/ja_teline_v/css/

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 1 reply, has 2 voices, and was last updated by  pavit 7 years, 7 months ago.

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