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

    How can I make the navbar link-text change color when hovering?

    Friendly Toucan
    Friendly Toucan
    Forumember


    Posts : 243
    Reputation : 4
    Language : English

    Solved How can I make the navbar link-text change color when hovering?

    Post by Friendly Toucan February 15th 2023, 7:50 pm

    ... Couldn't figure out how to do this.

    phpBB3

    Thanks. Smile


    Last edited by Friendly Toucan on February 16th 2023, 8:35 pm; edited 1 time in total
    avatar
    Guest
    Guest


    Solved Re: How can I make the navbar link-text change color when hovering?

    Post by Guest February 15th 2023, 9:37 pm

    I believe it's :

    Code:
    mainmenu:hover {
    color:some_color;
    }
    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: How can I make the navbar link-text change color when hovering?

    Post by SLGray February 16th 2023, 3:56 am

    Is your forum's version phpBB 3?



    How can I make the navbar link-text change color when hovering? Slgray10

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


    Female Posts : 15312
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: How can I make the navbar link-text change color when hovering?

    Post by skouliki February 16th 2023, 7:40 am

    hello

    the correct is

    Code:

    a.mainmenu:hover {
    color: #111 !important;
    }

    SarkZKalie and TonnyKamper like this post

    SLGray
    SLGray
    Administrator
    Administrator


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

    Solved Re: How can I make the navbar link-text change color when hovering?

    Post by SLGray February 16th 2023, 10:18 pm

    Is this solved now?



    How can I make the navbar link-text change color when hovering? Slgray10

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


    Female Posts : 15312
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: How can I make the navbar link-text change color when hovering?

    Post by skouliki February 16th 2023, 11:15 pm

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules


      Current date/time is September 23rd 2024, 8:31 am