Okay
  Public Ticket #278643
How can i change border
Closed

Comments

  • Ibrahim started the conversation

    How can i add rounded edges to my contact form?

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    input[type=text], textarea, input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date] {
        border-radius: 8px;
    }
    
    Thanks


    ThemeNectar Support Team 

  • Ibrahim replied

    This code did not work 

  •  8,839
    Tahir replied

    i can see it working. 

    Thanks


    ThemeNectar Support Team 

  • Ibrahim replied

    I wanted to change the border on the yellow color 

  •  8,839
    Tahir replied

    Hey Again!

    Can you be more specific. 

    Thanks


    ThemeNectar Support Team 

  • Ibrahim replied

    Please take a look at this linkĀ 

    http://landing.inventmywebsite.com/landing/

    I want to change the border of the blue color around the contact form to have rounded edges, i dont like the square esges

  •  8,839
    Tahir replied

    Hey Again!

    Add this into the Custom CSS box located in your Salient Options panel :
    .page-id-74 .vc_span6.wpb_column.column_container.col.padding-6-percent {
        border-radius: 8px;
        border: 2px solid #ff0 !important;
    }
    


    ThemeNectar Support Team