Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #88360
    brianmor
    Participant

    I find the default outline for form fields in Catch Kathmandu Pro to be quite faint on certain screens/devices.

    Which CSS rules should I modify in my child theme, so that the form fields look like their default appearance in Catch Base Pro?

    #88397
    Mahesh
    Keymaster

    @brianmor: Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    input[type="text"], 
    input[type="email"], 
    textarea {
        border: 1px solid #cccccc;
        border-radius: 3px;
        color: #666666;
    }

    Let me know if any problem.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Input Form CSS’ is closed to new replies.