• Resolved polina92

    (@polina92)


    Hello,

    I just tried your plugin and well, was originally wondering how to change the color a text in header.

    I discovered this tutorial:

    https://acowebs.com/guideline/plugin-docs-faqs/wcpa/styling-custom-addons/

    When I use it without any change, for instance to “Changing color of every custom field label to red”, and copy / paste your instructions, ie:

    .wcpa_form_item > label{

    color: #ff0000;

    font-weight: bold;

    }

    in the additional css of my theme (Woodmart), my labels remain unchanged (black).

    Same if I switch to a default theme (storefront)

    Waiting for your feedback

Viewing 2 replies - 1 through 2 (of 2 total)
  • This tutorial is outdated and was mistakenly left on our website. We apologize for any inconvenience this may have caused.

    In the latest versions of our plugin, the CSS classes have been updated. To style labels, please use the following CSS:

    .wcpa_form_outer .wcpa_field_label {
    color: #ff0000;
    font-weight: bold;
    }

    If you need any further helps, You can reach us here.

    Thread Starter polina92

    (@polina92)

    Hello Jamsheer,

    It worked

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.