test
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • repsejremmos Friend
    #199147

    Yes, can this be done – and how?

    Secondly – thank you for the fast answers so far (this is really a responsive forum) 🙂

    Regards, Jesper

    TomC Moderator
    #540197

    Hi Jesper . . . .

    So that we can best try to assist you, please provide the url of the site you’re working on

    repsejremmos Friend
    #540224

    Ups, sorry!

    url: vinylistas.com

    Ninja Lead Moderator
    #540265

    <em>@repsejremmos 433921 wrote:</em><blockquote>Yes, can this be done – and how?

    Secondly – thank you for the fast answers so far (this is really a responsive forum) 🙂

    Regards, Jesper</blockquote>

    Hi Jesper,

    Please follow steps below:

    + Top header:


    .t3-top-header .container {
    background: #1d1919
    color: #595959
    min-height: 40px;
    position: relative;
    z-index: 300;
    }

    + Off-canvas sidebar:

    Open the templates/ja_biz/css/themes/green/off-canvas.css file


    .off-canvas-toggle {
    border-radius: 0;
    border: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: #000000
    border-color: #000000
    z-index: 310;
    }
    .off-canvas-toggle:focus {
    outline: none;
    }
    html .off-canvas-toggle {
    left: auto;
    right: 0;
    }
    .off-canvas-open .off-canvas-toggle {
    left: 0;
    background: #93c548
    }
    .off-canvas-open .off-canvas-toggle:hover {
    background: #222222
    }
    .off-canvas-open .t3-off-canvas {
    overflow-y: auto;
    }
    .t3-off-canvas {
    background: #ffffff
    color: #777777
    overflow: hidden;
    }

    repsejremmos Friend
    #542154

    Sorry for stupid question, but: in which file do I have to add the top-header code?

    Ninja Lead Moderator
    #542190

    <em>@repsejremmos 436464 wrote:</em><blockquote>Sorry for stupid question, but: in which file do I have to add the top-header code?</blockquote>

    Here you are: templates/ja_biz/tpls/blocks/top-header.php file

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

This topic contains 6 replies, has 3 voices, and was last updated by  Ninja Lead 10 years, 4 months ago.

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