ResolvedChanging Style Sheet Colours

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26731
    tricia
    Participant

    Hello

    I’m building a site with Zass / WC Marketplace and looking to adjust the background colours of the vendor registration button which seems to be driven by the Zass stylesheet.

    Vendor Registration

    Are you able to give me some custom css that will over-ride this and I can pop in the brand colours?

    Couldn’t find anything on the forum.

    Thanks

    #26760
    Althemist
    Keymaster

    Hi tricia,

    Actually it looks like the button and form backgrounds are set with inline CSS, so it’ definitely not theme related. It’s hardcoded in the plugin’s HTML.

    You can overwrite them with the following CSS:

    .wvm_style_basic .wvm_plan .wvm_title, .wvm_style_basic .wvm_plan .wvm_head, .wvm_style_basic .wvm_plan .wvm_foot {
        background: #your-color !important;
        color: #your-color !important;
    }

    Anyways, I’d suggest checking if there are color options in the WCMP membership settings first, as it’s really unusual to have such color options hardcoded.

    Regards,
    Dimitar

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register