How to Change Ja Uber Mobile Menul Logo

    medator
    Hi
    You can add this code in custom.css file

    .t3-logo-light {
        background-image: url(//static.joomlart.com/images/jat3v3-documents/logo-complete/t3logo-big-light.png);
    }

    Change image path with your logo image.

    Regards

    medator Hi. I cannot see the changed code. Have You placed it in custom.css file?

    Yes I Ja_Uber Template placed the code in Custom Css, but didn't see any changes

    Can you write the code to put the main menu logo

    .t3-megamenu .mega-nav > li img, .t3-megamenu .dropdown-menu .mega-nav > li img {
    	display: block;max-width: 100%; 
    }
    .languageswitcherload {
        width: auto !important;
    paddding-top:10px;
    }
    element.style {
    }
    .t3-mainbody {
        padding-top: 5px;
    }
    .t3-logo-light {
        background-image: url(https://herkulvinc.com/images/logo/logo_2.png);
    }

      Yes, I noticed that Many thanks pankaj

      To Adjust the Size of the Logo

      Height And Width How To Make Sample Code ?

        medator
        Hi
        You can use the same code

        .t3-logo-light {
            background-image: url(https://herkulvinc.com/images/logo/logo_2.png);
        height:100px;
        width:200px;
        }

        Logo has not shrunk reduce the original size of the photo

        how should i add sample code how to make sample code to fit picture too large

        Birde logo link address wrong I want sample code to fix this thanks pankaj

          medator
          Hi
          This loads as the background image. so you will get issue to fit them
          Try this way.
          Hide the T3logo from template style options. And add your logo in custom html module and publish it on off-canvas module position.
          It will show fine. you can add the link over image as well.

          Pankaj I'm going to try this.
          This is the position of the module out of the canvas, you know it
          I'm gonna have to give it a try, and then I'il write you I hope I will succeed

          Everything worked Perfect Thanks Pankaj

          Ninja locked the discussion.
          Write a Reply...
          You need to Login to view replies.