Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #4984
    raph
    Member

    Hi,

    I would like to change the featured image alt on the slider.

    For example, <img src=”.jpg” class=”pngfix wp-post-image” alt=”Featured Image-2″ title=”Featured Image-2″>

    How can I change the alt “Featured Image-2” ?

    Thanks for your help,

     

    #5023
    Sakin
    Keymaster

    @Raphael: Alt tag in Catch Box Pro theme Featured Image slider is the Title. So, just change the tile in the Featured Image Slider Options under Appearance Tab in your WordPress Dashboard.

    #5034
    raph
    Member

    I dont want tu use any title, actually i dont want any alt tag. Is it possible to delete alt tag ?

    #5044
    Sakin
    Keymaster

    @Raphael: Oh to remove that you need to build child theme and do the customization.

    The best option will be to add the title and then hide the title to display in the site by adding the following CSS in “Custom CSS” box in your Theme Options panels.
    #slider-wrap .featured-text { display: none; }

    #5048
    raph
    Member

    Thank you very much Sakin, is it working !

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Featured image alt (slider)’ is closed to new replies.