Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • john078 Friend
    #188394

    i am creating a new siite for a client with the mero template…

    i wanted to change the mero logo into a logo of the client, but there’s not enough space available. I presume i have to change this in the cms… but where do i do that?

    TomC Moderator
    #496533

    Actually, you would modify the size of the header – and the call for your new logo image – within the relative CSS rules.

    for example . . .

    the CSS for the height/width of the header can be found within file path –> /nieuw/t3-assets/dev/abstract/templates.ja_mero.less.style.less.css

    at line 1


    .ja-header {
    padding-bottom: 20px;
    padding-top: 20px;
    }

    and the CSS rule governing the display of your logo can be found several lines below:


    .logo-image a {
    background-image: url("../../../templates/ja_mero/images/themes/abstract/logo.png");
    background-repeat: no-repeat;
    height: 41px;
    width: 151px;
    }

    This is where you can add/modify the height and width property values to adjust them for you client’s logo

    Hope That Helps

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

This topic contains 2 replies, has 2 voices, and was last updated by  TomC 11 years, 5 months ago.

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