How to change categories color - by klxtl

This topic has 6 replies, 4 voices, and was last updated 9 years ago ago by Robert Hall

  • Avatar: klxtl
    klxtl
    Participant
    April 8, 2015 at 03:36

    Hello, how can I change the color of the categories from the blue that is currently showing to black. Also the the “Home” link before shop is showing as blue, how can I change that to black, as well as the product titles that are currently showing blue. I am not sure why they turned blue, they were previously showing as color black. Thank you. Link below provided.

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: stan
    Stan Russell
    Participant
    April 8, 2015 at 07:39

    Hello,

    please add following code to yours custom.css file:

    .product-categories > li > a {color:black}
    .page-heading a {color:black}

    Regards,
    Stan Russell.

    Avatar: klxtl
    klxtl
    Participant
    April 8, 2015 at 08:28

    Great, thank you! The code did work on the categories as well as the heading, but what code would I use to change the color of the products title, as they are still appearing as blue. Thank you.

    Avatar: Eva
    Eva Kemp
    Support staff
    April 8, 2015 at 09:13

    Hello,

    Please use this code:

    .product-title a {
        color: #000 !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: klxtl
    klxtl
    Participant
    April 9, 2015 at 02:25

    Hello, the code did not work on my site. I added it to the custom.css file and it did not work. Please advise me.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 9, 2015 at 07:36

    Hello,

    You had an error code in the custom.css file, I corrected it, please check the color now.

    Regards,
    Robert Hall.

  • Viewing 6 results - 1 through 6 (of 6 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.