Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Keeping a Button on a hover state (wordpress Menu)

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #163059
    mulaysmara
    Participant

    Hello awesome people,

    I am working this website: http://www.humanityforchildren.org/WP/

    and I am trying to keep the Donation Button on a hover state all the time, or change the background color.

    I tried to target the sub-menu but It always effect the whole menu.

    Can I target a specific without effect the rest of menu?

    Thank you.

    #163075
    Paulie_D
    Member

    Donation Button on a hover state all the time

    That doesn’t make any sense and would confuse users.

    However if you want to indicate that it’s on by default (which as I said, I would not recommend as it would lead people to believe that they are on the Donate page) you would need to target the specific span in the li (which has an ID) like this

    #menu-item-1324  span.main_text {
    background-color: #6c2d01;
    }
    

    I think that would do it.

    #163144
    mulaysmara
    Participant

    I apologize for the confusion, I can no longer edit my post.

    Paulie_D: Thank you for the reply;

    My intention is to make the Donate Button different from normal links ( I want to change the background to a different color).

    What do you suggest? for a donation button?

    thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.