BuddyBoss Home – Web Support Forums Themes OneSocial theme URGENT: change colour of validation text on Product Edit form

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

    #63104
    @conscious-crafties

    Hi,

    Can you give me some CSS to change the validation text added to Product-Edit.php form?

    It appears in white text so my Vendors have no idea why their item isn’t saving.

    (see screenshot – I’ve selected the white text so you can see)

    Many thanks for your speedy help,

    Karen

    Answers

    #63251

    Alyssa
    Participant
    @alyssa-buddyboss

    Hi Karen, 

    We apologize for the delayed response, we are aware of the poor support performance over the last few weeks and are working hard on getting this back to normal. Meanwhile, I’m here to help, while we work on solving this. 

    Can you please send me that page link? I could not able help with screenshot only.

    Thanks again for your patience.

    #63431
    @conscious-crafties

    Hello Sagar,

    I appreciate all your help today.

    I can’t send you a link as you would need to be signed in as a Vendor to view the Product Listing form.

    If you have WCVendors Free and Pro activated on your development environment with One Social theme you will be able to log in as a vendor, go to the WCVendors Dashboard and click ‘Add Product’ to view the product listing form.

    To cause the validation message to display try clicking Add Product button without completing any fields. The validation text will appear in white text under the blank fields.

    The Product listing screen is amended by using the template Product-edit.php (hope that helps),

    Karen

    #63907
    @vapvarun

    @conscious-crafties
    You can use following css
    it’s already visible
    https://drive.google.com/file/d/0B3JP4B8e-iV8NlJpa0ZBS1JIOFE/view?usp=drivesdk

    
    .wcv-form .control-group.validation.error p.tip {
        color: rgba(150,8,12,.55) !important;
    }
    

    Regards
    Varun Dubey

    #64026
    @conscious-crafties

    Thank you very much! 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
  • The question ‘URGENT: change colour of validation text on Product Edit form’ is closed to new replies.