Home Forums WoodMart support forum change back to products block

change back to products block

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #450425

    exe.kareem
    Participant

    how can i change the background color for this hover item? cant find its class

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

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    body .tooltip .tooltip-inner {
    		background-color: #e8bb49;
    }
    
    body .tooltip.bs-tooltip-top .arrow {
    	border-top-color: #e8bb49;
    }

    Regards.

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