Banner opacity style ? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
2 posters

    Banner opacity style ?

    th4nhc0n9
    th4nhc0n9
    Forumember


    Male Posts : 161
    Reputation : 3
    Language : Vietnam

    Banner opacity style ? Empty Banner opacity style ?

    Post by th4nhc0n9 November 11th 2014, 11:11 am

    Hi Guys,
    I have found it is possible to have opacity for button.
    https://help.forumotion.com/t136632-2-questions-button-hover-and-outer-line-shadow#921944
    So, i would like to know it is possible for banner. E.g Forum banners, & banner for each box.
    How to do?

    Thanks
    Mati
    Mati
    Active Poster


    Posts : 1928
    Reputation : 331
    Language : HTML, CSS & JavaScript
    Location : Forum Services

    Banner opacity style ? Empty Re: Banner opacity style ?

    Post by Mati November 11th 2014, 1:12 pm

    Add this in your CSS:

    Code:
    #logo:hover {
        opacity: 0.8;
    }
    th4nhc0n9
    th4nhc0n9
    Forumember


    Male Posts : 161
    Reputation : 3
    Language : Vietnam

    Banner opacity style ? Empty Re: Banner opacity style ?

    Post by th4nhc0n9 November 11th 2014, 5:45 pm

    It is OK for the logo. Thanks u.