Home Forums Basel support forum Adjustments

Adjustments

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #14261

    orisorin
    Participant

    Hello,

    Could someone please help me to make these adjustments?
    Pictures added in attachment.

    Kind regards,

    Attachments:
    You must be logged in to view attached files.
    #14266

    orisorin
    Participant

    one more picture

    #14271

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .woocommerce-message, .wpcf7-mail-sent-ok {
    	border-color: #e0bcc9;
      	color: #e0bcc9;
    }
    
    .woocommerce-message .button {
    	background-color: #e0bcc9;
    	border-color: #e0bcc9;
    }
    
    .woocommerce-message .button:hover {
    	background-color: #e0bcc9;
    	border-color: #e0bcc9;
    }
    
    .woocommerce-error, .woocommerce-info, div.wpcf7-validation-errors {
      	color: #e0bcc9;
    	border-color: #e0bcc9;
    }

    Regards

    #14274

    orisorin
    Participant

    Thank you very much!
    Is it possible to adjust border and text in colour white only on the contact page?
    Picture added in attachment.

    Kind regards

    #14275

    orisorin
    Participant

    correct file

    #14276

    orisorin
    Participant

    correct picture

    Attachments:
    You must be logged in to view attached files.
    #14285

    Bogdan Donovan
    Keymaster

    Add the following code snippet to the Custom CSS area.

    .vc_row-has-fill div.wpcf7-validation-errors {
    	color: #CD5C5C;
      	border-color: #CD5C5C;
    }
    
    .vc_row-has-fill .wpcf7-mail-sent-ok {
    	color: #3c763d;
      	border-color: #3c763d;
    }

    Regards

    #14288

    orisorin
    Participant

    Thank you very much!

    #14296

    Bogdan Donovan
    Keymaster

    Great, you are welcome.

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