Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #669329

    I want to setup backgroud css for each element of the form ?

    #669661

    Hey Merouan,

    If you right click the element in order to inspect them with your browser you can find the ID or class of the element. Example for the first field:

    #avia_1_1 {
    background-color:green !important;
    }

    You can paste the CSS in Quick CSS in the theme options.

    Thanks,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.