Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #36985
    judotter
    Member

    I want to add a background image – size?
    (With a background image is the theme still responsive?)

    #37063
    Sakin
    Keymaster

    @judotter: Just go to “Appearance => Background” and then upload the image that you want to show. Then you need to go to “Appearance => Theme Options => Color Options” and change the color code to transparent to all the element where you want to show that background image.

    #37067
    judotter
    Member

    Wow I love it!! Thanks.
    One more thing – the text area in the comment field is white – can I make it little gray??

    #37069
    Sakin
    Keymaster

    @judotter: Can you post in your site URL so that I can see the comment field.

    #37072
    judotter
    Member
    #37079
    Sakin
    Keymaster

    @judotter: You can add the following css in “Appearance => Theme Options => Custom CSS” box.

    input[type="text"], input[type="email"], input[type="url"], input[type="password"], textarea {
        background-color: #eee;
    }
    #37123
    judotter
    Member

    Thank You!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Size – background image’ is closed to new replies.