Colour Issues

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29281
    Michael Smith
    Participant

    Please see http://edgestudios.ca/summer-school/summer-intensive/summer-intensive-registration-pre-advanced/

    The register button is invisible (in white) until hovered over. How do I get rid of all the white links site wide?

    Thanks,
    Michael

    #29285
    Veena
    Moderator

    Pls use the below custom CSS –

    #breadcrumbs a {
        color: #3A3A3A;
    }
    
    #29354
    Michael Smith
    Participant

    Thanks but I’m having problems with the submit button on the registration page (below the last question) it is hidden in white before you hover over it. See attached screenshot of when button is hovered over.

    [attachment file=29355]

    #29357
    Veena
    Moderator

    You can use the below custom CSS –

    button, .button, input[type=button], input[type="submit"], input[type="reset"] {
        background-color: #000;
    }
    
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.