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.
The forum of the forums
3 posters

    Fade and light images

    Kamui
    Kamui
    Forumember


    Male Posts : 291
    Reputation : 3
    Language : English
    Location : Greed Island

    In progress Fade and light images

    Post by Kamui December 16th 2015, 11:22 am

    I like this code, but what I don't like is how dark it looks. Anyway I can make it slightly brighter before someone roles their mouse over the picture?

    https://help.forumotion.com/t141472-fade-and-light-images
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51500
    Reputation : 3523
    Language : English
    Location : United States

    In progress Re: Fade and light images

    Post by SLGray December 16th 2015, 11:47 am

    This is the part you have to change for the lightest or darkest:
    Code:
    opacity:0.7;



    Fade and light images Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Kamui
    Kamui
    Forumember


    Male Posts : 291
    Reputation : 3
    Language : English
    Location : Greed Island

    In progress Re: Fade and light images

    Post by Kamui December 16th 2015, 4:33 pm

    Okay, is there anyway to make the homepage buttons , Home, FAQ, and search ect back to their original brightness?

    http://soulsamurai.forumotion.com/
    YoshiGM
    YoshiGM
    Active Poster


    Male Posts : 1557
    Reputation : 146
    Language : Spanish & English
    Location : Mexico

    In progress Re: Fade and light images

    Post by YoshiGM December 18th 2015, 3:09 am

    Search in your CSS ( ACP > Display > Colors > CSS ), this code:

    Code:
    a.mainmenu {
        opacity: 1;
    }
    a.mainmenu:hover {
        opacity: 0.60;
    }

    And delete the opacity value. You can change the value to "1" for 100% opacity and the 0.60 por add opacity.. It will be with a decimal.

    0.90 = 90%
    0.80 = 80%
    0.70 = 70%
    Etc

    Cheers Smile

      Current date/time is September 24th 2024, 1:21 pm