New Landing How can we help? Themeforest Theme Support Clique Change contact box color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Posted in: Clique
  • #26943
    ricktd
    Member
    Post count: 26

    Hello!

    I’m no scripter or website designer, but I really want to change some stuff in the template, but simple don’t know how.

    At the contact page, the box to write in is black with white text. I want this to be inverted. I want a white box with black text.

    How do I do this?

    Greetings,
    Rick

    #27403
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi Rick,

    Don’t worry. ๐Ÿ™‚

    In Theme Options -> Custom CSS put this.

    span.wpcf7-form-control-wrap input[type="text"], span.wpcf7-form-control-wrap input[type="password"], span.wpcf7-form-control-wrap input[type="email"], span.wpcf7-form-control-wrap textarea {
        background: #fff;
        color: #000000;
    }

    Let me know, what you got.

    Thanks,
    laranz.

    #27406
    Melanie – SUPPORT
    Member
    Post count: 11032

    You can use this custom css:

    .page-template-template-contact-php .inner-page-wrap {
    background: white;
    color: black;
    }

    If you’d need more customization help you can always hire a developer of your trust ๐Ÿ™‚

    #28234
    ricktd
    Member
    Post count: 26

    Thanks for the help Laranz!

    At Melanie: Your script changes the background of the page, but the script from Laranz works like I’ve wanted it to work.

    Thanks you both for the reply!

    #28569
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Glad it works ๐Ÿ™‚

    Let me know, if you have any other questions.

    Thanks,
    laranz.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register