Changing the default product text colour

This topic has 4 replies, 2 voices, and was last updated 4 years, 4 months ago ago by Rose Tyler

  • Avatar: PremiumPetware
    PremiumPetware
    Participant
    December 7, 2019 at 03:32

    Hi there. I have had some complaints from customers that the default greyish text is too hard to read and want to change it to black for more contrast. I have tried changing the defaults in the Typography section etc but have not had any success. Can you please advise how I can accomplish this without editing every product?

    Thanks and regards, Blair.

    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 7, 2019 at 09:56

    Hello,

    This color http://prntscr.com/q7gqou comes from this plugin http://prntscr.com/q7gqtk , you need to check settings of the plugin or contact their support. Custom CSS also can be used:

    .laybuy-payment-info {
        color: #222 !important;
    }

    This one http://prntscr.com/q7gr04 comes from theme styles and can be changed by adding the next code in style.css of child-theme or in Theme Options > Custom CSS area:

    .tabs .tab-content p {
        color: #222;
    }

    About your fixed header http://prntscr.com/q7gs43 , go to Theme Options > Header settings and change Fixed header color scheme.
    Do not forget to clear the cache before checking he result.

    Let us know if you need any further assistance.

    Regards

    Avatar: PremiumPetware
    PremiumPetware
    Participant
    December 8, 2019 at 10:13

    Hi Rose, thank you for that. The custom CSS did the trick. For the header I could not change the font colour, there was a light /dark option but had no discernible effect (refreshed cache etc) so set a background colour and that has resolved the visibility issue.

    Thanks again, your team’s support is much appreciated.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 8, 2019 at 10:24

    Hello,

    I am glad that you sorted out.
    Have a nice day.

    Regards

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

You must be logged in to reply to this topic.Log in/Sign up

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