Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #504610

    Hi,
    I want to change the color on several things but I’m getting crazy..
    I’m not familiar with the vocabulary and I’m changing the wrong things
    please see the screenshot: http://imgur.com/UwvahL0

    Can you please tell me how each part is called, so I can change it in General Styling?

    many thanks

    #504672

    Hey libelum!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_ajax_form .button {
        background-color: #9fa0c7!important;
    }
    ::selection {
        background-color: #e1e1e1;
        color: black;
    }
    textarea, input {
        color: #1f1f1f!important;
    }

    Cheers!
    Yigit

    #505312

    great!!
    many thanks!

    Delia

    #505331

    ou! just one little thing!

    View post on imgur.com


    just to change the text “submit” to white

    thanks!!!

    #505415

    Hi!

    Please add following code to Quick CSS as well

    .avia_ajax_form .button {
    color: white !important;
    }

    Cheers!
    Yigit

    #505422

    perfect now!
    solved!

    thaaanks Yigit!!!

    Delia

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Colors’ is closed to new replies.