Forums

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

Home Forums CSS How to change the colors

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #281029
    fschouten
    Participant

    Hi there,

    I’m looking for some help with CSS, because I can’t seem to find the code to change two blue ‘elements’ to green ‘elements’. I’m working with WordPress by the way.

    Changes I want to make: (1) green instead of blue hover in the submenu (2) green instead of blue hover of the buttons. (https://qstest.nl/contact/)

    Thanks for your help in advance!

    #281030
    Paulie_D
    Member

    Change this in your default.css or override it in your own stylesheet

    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background: #1490d7 !important; /* change this */
    }
    
    #281035
    fschouten
    Participant

    Thank you! How about the buttons?

    #281044
    Paulie_D
    Member

    Use your Developer Tools (F12) to inspect the element and change the CSS as required

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