Viewing 6 replies - 1 through 6 (of 6 total)
  • davejampole

    (@davejampole)

    Put this code segment in you theme stylesheet file (style.css) to get rounded corners on you input fields:

    .wpcf7 input[type=text], .wpcf7 textarea {
        border: 1px solid #A0A0A0;  /* sets border thickness and color */
        border-radius:5px;  /* sets border radius  */
            background:#CCE5FF; /* sets area background color */
    }

    Change as desired.

    Dave

    Thread Starter vlisandrofor

    (@vlisandrofor)

    where in the code I add? ….. because I add it and has no effect

    /*
    Theme Name:Canyon
    Theme URL: http://www.web2feel.com/canyon/
    Description: Free WordPress theme released by web2feel.com
    Author: Jinsona
    Author URI: http://www.web2feel.com
    Version: 1.0.0
    Tags: Magazine, News, jQuery, Blue, green, Brown,Red , Grey, White, right-sidebar, fixed-width, theme-options, threaded-comments, banner ads, adsense,fab themes.

    */

    [That’s way too much code to post here – use a pastebin or just post a link to your site]

    davejampole

    (@davejampole)

    Add it at the end of your theme stylesheet and click the Update File button. Open the file in your browser and the rounded corners should be there.

    I usually place added code at the bottom with a comments at the beginning so I can identify it later.

    Thread Starter vlisandrofor

    (@vlisandrofor)

    Thanks Dave, but I add it at the end and has no effect …. I’m using Apple’s Safari, not because it does not change …

    davejampole

    (@davejampole)

    Did you tap [F5] (refresh) AFTER logging in to your website?

    There could be a conflict between your theme and CF7. You might want to try using the WP default theme (Twenty Eleven) and see if the problem persists.

    Thread Starter vlisandrofor

    (@vlisandrofor)

    Ok Dave, I think there´s a issue between CF7 and my Theme, I will try your method, thanks for the advice!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘rounded textarea can do?’ is closed to new replies.