Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #711439

    If you got a transparent header, it does not play well with the cart icon. The cart icon should adapt the colors & transparency of the header.

    See the following, wrong example:
    https://drive.mandelkind.cloud/index.php/s/N19Eav0hm2yxj8P

    #711441

    Till this is integrated into the official Enfold release, you may use the following CSS snippet as a temporary workaround:

    @media all and (min-device-width: 768px){
    	#top .av_header_transparency ul.cart_dropdown{
    		border:0;
    	}
    	#top .av_header_transparency a.cart_dropdown_link{
    		background-color:inherit;
    		color:inherit;
    	}	
    }
    #711556

    Hi,

    Thanks for sharing that, we’ll have a look at integrating it into the theme :-)

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.