Changing hyperlink and product price color

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

  • Avatar: Darko_Kuzmanovic
    Darko Kuzmanovic
    Participant
    August 22, 2019 at 13:04

    I would like to change hyperlink color for my about us and blog pages. Also, I would like to change the product price color. I’m using the parent theme, not the child theme, and I’m afraid that any CSS changes would revert after theme update. Is it possible to change it without CSS or to keep it after theme update?

    Please, contact administrator
    for this information.
    8 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 22, 2019 at 13:09

    Hello,

    You need to add custom CSS code in Theme Options > Custom CSS.
    You won’t lose code from this area after the theme update.
    Provide links of pages where the color should be changed and temporary wp-admin access (I can’t see your site due to maintenance mode).

    Regards

    Avatar: Darko_Kuzmanovic
    Darko Kuzmanovic
    Participant
    August 22, 2019 at 13:17

    As requested

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 22, 2019 at 13:26

    Add this code in Custom CSS for the About us page – http://prntscr.com/ow2pxy

    a {
        color: #bed154;
    }

    To change the color on the Blog page, add code in Theme Options > Custom CSS > Global Custom CSS:

    .blog .sidebar a, .blog .post-data a {
        color: #bed054 !important;
    }

    Product Price color ->

    .woocommerce-Price-amount {
        color: #8dc63f !important;
    }

    Regards

    Avatar: Darko_Kuzmanovic
    Darko Kuzmanovic
    Participant
    August 22, 2019 at 19:56

    Thank you so much, Rose!

    This looks much better now. 🙂

    Avatar: Darko_Kuzmanovic
    Darko Kuzmanovic
    Participant
    August 22, 2019 at 22:18

    Rose, there is some kind of problem on about-us page. This style is not changed after saving. I can see the change while I’m in the WP builder, but once I save and update page, and I go to see that page it’s still the same color as before, light black.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 23, 2019 at 07:13

    Hello,

    I’ve changed the code – http://prntscr.com/owehwn
    Please check now.

    Regards

    Avatar: Darko_Kuzmanovic
    Darko Kuzmanovic
    Participant
    August 23, 2019 at 08:48

    All good! Thanks!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 23, 2019 at 08:50

    You’re welcome!

    Regards

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

The issue related to '‘Changing hyperlink and product price 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.