Counter, Text color - by martin - on WordPress WooCommerce support

This topic has 7 replies, 5 voices, and was last updated 10 years, 3 months ago ago by Robert Hall

  • Avatar: grexx51
    martin
    Participant
    August 26, 2015 at 19:56

    Hello,

    I have been experiencing some problems with:
    Counter – everything is set in backend but counter on fromtend shows “0” instead of entered value.
    Separator with text – I cant figure out how can I change the color of the text to black.
    Contact form – I have not found it to be in the .po file, therefore I was unable to translate it.

    All the problem are screenshoted here – Link to image.

    Thank you for your assistance.

    Please, contact administrator
    for this information.
    6 Answers
    Avatar: Eva
    Eva Kemp
    Participant
    August 27, 2015 at 09:03

    Hello,

    1. I’ve enabled “Optimized JS”, “Optimized CSS” options in Ultimate > Modules > Scripts and Styles tab. Please check counter now.

    2. Add this code in Theme Options > Custom CSS > Global Custom CSS:

    .vc_separator h4 {
       color: black;
    }

    3. The words are present in default.po in wp-content/themes/royal/languages directory. Please make sure you copied all words to your .po file.

    Regards,
    Eva Kemp.

    Avatar: grexx51
    martin
    Participant
    August 27, 2015 at 09:35

    Thank you for your assistance, these issues are fixed now.

    However I need to change the color of the text in the contact form, so people can actualy see it and color of the “back to top” button to black, so the design is unified.
    Issues are screenshoted here – Link to image

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    August 27, 2015 at 10:47

    Hello,

    Try to use the following css code in Theme Options > Custom CSS > Global CSS section:

    .control-label {
        color: black;
    }
    
    .back-top a {
        background-color: black;
    }

    Best regards,
    Jack Richardson.

    Avatar: stan
    Stan Russell
    Participant
    August 27, 2015 at 11:01

    Hello,

    we have added following code to your Global css:

    .contact-form label {
      color: black;
    }
    .back-top a{
    background-color:black;
    border-color:black;
    }

    Please clear browser cache and check your site.

    Regards,
    Stan Russell.

    Avatar: grexx51
    martin
    Participant
    August 27, 2015 at 11:05

    Thank you for your assistance, I really appreciate it !

    Avatar: Robert Hall
    Robert Hall
    Participant
    August 27, 2015 at 11:09

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

  • Viewing 7 results - 1 through 7 (of 7 total)

The issue related to '‘Counter, Text color’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.