Trouble changing styles

Home Forums Quform WordPress Trouble changing styles

This topic is: not resolved
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #5166
    karenf
    Participant

    at: http://asaptee.com/?page_id=17

    I would like to change the red text “required” to white. I’ve tried many things, don’t see a choice for that in the styles draggables, used Firebug tried the code below in my site .css but can’t get anything to work.
    .iphorm-required{color: #FFFFFF;}
    Also on that page I would also like to make the fat light grey border around the form the same dark grey as the background, but I just can’t find the element that controls it – same with FB – nothing i found worked.

    Many thanks for you help!

    #5204
    josef777
    Participant

    try this

    .iphorm-required {
    color: #ffffff!important;
    }

    #5205
    josef777
    Participant

    for the background try

    .builder-module-sidebar .widget {
    background: #333333!important;
    }

    #5208
    Allan
    Support Staff

    You don't have permission to view this content. Please log in or register and then verify your purchases to gain access.

    #5214
    karenf
    Participant

    Thanks so much – but since there’s not a draggable item for “required” text – where should I put the css?
    Many thanks! I put it in my theme css file but that didn’t work.

    Never mind! & thanks – it worked when I put in a space i must have been missing! Many thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Be inspired. © 2024 ThemeCatcher Ltd. 20-22 Wenlock Road, London, England, N1 7GU | Company No. 08120384 | Built with React | Privacy Policy