Home Forums Basel support forum Categories button color

Categories button color

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

    Monte
    Participant

    Hi
    tried to search forum but cant find it.
    I need to change categories button color from white to transparent on main page. How to do it?

    Thanks for help

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .cat-design-default .hover-mask {
    	background-color:transparent;
    }

    Best Regards

    #122107

    Monte
    Participant

    Can you write me code to hide these buttons.
    thanks

    #122115

    Hello,

    Please replace this code in the Theme Settings > Custom CSS > Global:

    body .cat-design-default .hover-mask {
    	display:none
    }

    Best Regards

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