Home Forums Space themes support forum Change category color

Change category color

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #632795

    foxsale55
    Participant

    Pls, hlp. How to change category color?

    Attachments:
    You must be logged in to view attached files.
    #633070

    Luke Nielsen
    Keymaster

    Hello,

    In Theme Settings -> Typography -> Advanced -> Advanced typography -> select “Category title”-
    https://monosnap.com/file/2K4YiOjk1yH787jc2VHr4YKow8eWk5 and change the color

    Kind Regards

    #633268

    foxsale55
    Participant

    Color preset not work =(

    Attachments:
    You must be logged in to view attached files.
    #633314

    Luke Nielsen
    Keymaster

    Hello,

    In this case, use the code below for help:

    .product-category .xts-entities-title {
    	color:  yellow;
    }
    
    .product-category .xts-entities-title > a:hover {
    	color:  red;
    }

    Clear the cache and recheck the issue.

    Kind Regards

    #633633

    foxsale55
    Participant

    Working in 50% )
    First color not working…

    • This reply was modified 3 weeks ago by foxsale55.
    Attachments:
    You must be logged in to view attached files.
    #633697

    Luke Nielsen
    Keymaster

    Hello,

    Try to use the code below and let me know the result:

    .xts-cats .product-category .xts-entities-title > a {
    	color:  white;
    }
    
    .xts-cats .product-category .xts-entities-title > a:hover {
    	color:  gray;
    }

    Kind Regards

    #633939

    foxsale55
    Participant

    Its work! Tnk you!

    • This reply was modified 2 weeks, 6 days ago by foxsale55.
    #634028

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! In case you need any additional help, I’d be more than happy to assist you.

    Have a good day!

    Kind Regards

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Change category color’ is closed to new replies.