Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • janjak Friend
    #195893

    Hello !

    Where can I change the icon and name “Argo” in Off canvas menu ?
    In this template there is no specific off-canvas.php file in templates/ja_argo/tpls/blocks !

    Thanks for help !


    1. capture
    Saguaros Moderator
    #527266

    Hi Janjak,

    You can open file: /templates/ja_argo/css/template-responsive.css, you will see that it’s a logo image defined by this css rule (around line 1165):


    .t3-mainnav .nav-collapse .nav > .nav-home > a {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    background-color: #000
    width: 100px;
    height: 25px;
    text-indent: 0;
    width: auto;
    padding: 12.5px 25px;
    display: block;
    border: 0;
    text-indent: -999em;
    }
    .t3-mainnav .nav-collapse .nav > .nav-home > a:focus,
    .t3-mainnav .nav-collapse .nav > .nav-home > a:hover,
    .t3-mainnav .nav-collapse .nav > .active.nav-home > a,
    .t3-mainnav .nav-collapse .nav > .active.nav-home > a:hover,
    .t3-mainnav .nav-collapse .nav > .active.nav-home > a:focus {
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-position: 20px center;
    background-color: #000
    border: 0 !important;
    }

    You can change to your own logo there.

    P/s: The ‘off-canvas.php’ file exists in Bootstrap 3 – based templates only.

    janjak Friend
    #527358

    Fine ! Thanks a lot !
    In my case the css file was /templates/ja_argo/css/theme/green/template-responsive.css

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

This topic contains 3 replies, has 2 voices, and was last updated by  janjak 10 years, 8 months ago.

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