Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20707
    luismarioochoa
    Participant

    Hi Sakin,

    1. Is there a way to change the backgroudn color of the pages?
    2. I’ve been trying to add some darker borthers to the contact form text fields but none of the CSS that I ‘ve seen do any thing. Can you help me with that please?
    http://www.orlandocubajazz.com

    Thank you for all your help

    Luis

    #20710
    Sakin
    Keymaster

    @luismarioochoa: Ok you can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For Page Background */
    #main { background-color: #000; }
    /* for Form Border */
    input[type="text"], input[type="email"], textarea {
        border: 1px solid #000;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘pages backgroud colors’ is closed to new replies.