Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #364855

    Hi everyone,

    I just want to ask if its possible to add a hover colour effect in a especific colour section using the ID.

    Just change the color of the background of the section.

    Thanks very much!

    #365067

    Hey Pauloflores!

    Try this CSS out.

    #your_id:hover {
        background-color: red !important;
    }

    Regards,
    Elliott

    #365391

    Wow Elliott, thank you very much!

    Works perfect!

    thanks also for fast answer!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hover colour effect in colour section’ is closed to new replies.