Home Forums WoodMart support forum CSS Issue when Ajax Product Search in Footer

CSS Issue when Ajax Product Search in Footer

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

    getimo
    Participant

    The text and the prices are white and not readable when the search widget is published in the footer.

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

    Bogdan Donovan
    Keymaster

    Hi,

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

    .footer-container.color-scheme-light .product-title {
    	color: #333;
    }
    
    .footer-container.color-scheme-light .amount,
    .footer-container.color-scheme-light .price del {
    	color: #333;	
    }

    Regards

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