Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • fastjohan Friend
    #204087

    Hi,

    How can I change (and in what file) could I change so that the logo i Magazine look like in Event (centered and clear without any kind of “frame”) ?

    Best regards
    Johan

    chavan Friend
    #560596

    Add this code to Custom.css

    .t3-header .container {
    background: none !important;
    }

    .logo{
    text-align:center;
    }

    fastjohan Friend
    #560704

    Hi,
    Thanks for reply. Unfortunately the changes did not have the right effect. Best regards Johan

    chavan Friend
    #560776

    you have missed a dot when you add the code to custom.css

    Replace this code


    t3-header .container { background: none !important; } logo{ text-align:center; }

    with


    .t3-header .container { background: none !important; } .logo{ text-align:center; }

    fastjohan Friend
    #560853

    Thanks. Sorry, but still don’t work.

    /Johan

    chavan Friend
    #560893

    1. you have made the mistake again.

    Now, Replace this code


    t3-header .container { background: none !important; }

    with


    .t3-header .container { background: none !important; }

    Just missed the . DOT before

    2. Next you have assigned a banner to header-right , And thats is the reason your logo is not centered. remove that.

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

This topic contains 6 replies, has 2 voices, and was last updated by  chavan 9 years, 8 months ago.

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