Home Forums WoodMart support forum product caterogires color

product caterogires color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #37894

    alegro2
    Participant

    how can I edit text color in categories on main page? Can’t find info in theme setting; I need to change dark color in light color, but only in place as you see at the pic

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

    Artem Temos
    Keymaster
    Xtemos team

    Hi,

    Try to add the following code snippet to the Custom CSS area for desktop and tablet in Theme Settings to change the color

    body .cat-design-default .category-title {
        color:white;
    }
    
    body .cat-design-default .more-products {
        color:rgba(255,255,255,0.8);
    }

    Regards

    #38168

    alegro2
    Participant

    thank you! great support 🙂

    #38195

    Artem Temos
    Keymaster
    Xtemos team

    You are welcome!

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

The topic ‘product caterogires color’ is closed to new replies.