Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • moveteam Friend
    #133816

    Hi,

    I would like to know the CSS-code to change the top logo when the mouse passes it in the Kulanite template. Take a look at C4D.dk.

    I have tried a:hover. But nothing works.

    Please help me.

    Sherlock Friend
    #273008

    Hi
    css for top logo :template.css (line 646)

    h1.logo a {
    background:transparent url(../images/logo.png) no-repeat scroll 0 0;
    display:block;
    height:67px;
    left:12px;
    position:absolute;
    top:12px;
    width:145px;
    }

    if you want to change when hover
    you can add into template.css like this:


    h1.logo a:hover {
    --> add your css here

    }

    moveteam Friend
    #273127

    <em>@nguoiabcd 82921 wrote:</em><blockquote>Hi
    css for top logo :template.css (line 646)

    h1.logo a {
    background:transparent url(../images/logo.png) no-repeat scroll 0 0;
    display:block;
    height:67px;
    left:12px;
    position:absolute;
    top:12px;
    width:145px;
    }

    if you want to change when hover
    you can add into template.css like this:


    h1.logo a:hover {
    --> add your css here

    }

    </blockquote>
    Thank you, but it does not work (tried it twice by now)

    When I hover the mouse the logo just goes blank. Look at C4D.dk

    Sherlock Friend
    #273186

    you must add css in

    h1.logo a:hover {

    }
    like as background, ….
    it will no blank

    moveteam Friend
    #273217

    <em>@nguoiabcd 83129 wrote:</em><blockquote>you must add css in

    h1.logo a:hover {

    }

    like as background, ….
    it will no blank</blockquote>
    I have tried, it doesn’t work. :confused:

    Sherlock Friend
    #273221

    Hi,
    Can you please PM me your site admin account as well as FPT account? Without investigating into the codes, I am afraid that we can not provide any solution

    Sherlock Friend
    #273231

    HI
    Please check your site
    i added like this:


    h1.logo a:hover, h1.logo a:active, h1.logo a:focus {
    background:transparent url(../images/logo_blur.png) no-repeat scroll 0 0;
    display:block;
    height:67px;
    left:12px;
    position:absolute;
    top:12px;
    width:145px;
    }

    moveteam Friend
    #273291

    Thank you very much, you can mark this thread solved 😉

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

This topic contains 8 replies, has 2 voices, and was last updated by  moveteam 16 years, 1 month ago.

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