Home Forums Free Themes Easy Commerce remove product name from image in slider

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #146947
    lindaje
    Participant

    The product name appears on the slider, and the script is black, and the image has dark sections. I’d rather not have the product name appear there at all. Is it possible to remove it?
    https://www.BWbracelets.com

    Thanks
    Linda

    #146959
    Psink
    Keymaster

    Hello Lindaje

    Please add this css in the additional css – to hide title

    
    #featured-slider .slider-caption h3 {
        display: none;
    }
    

    Regards,
    Psink

    #146962
    lindaje
    Participant

    Thank you very much.
    Great service from you, as always..

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