Viewing 3 replies - 1 through 3 (of 3 total)
  • Try this for removing the slider name

    Go to Appearance > Edit CSS and add this to the field:

    .jw_easy_slider_name {
    display: none !important;
    }

    Try this is you want to remove dots below slider and slider name

    Edit style.css under Appearance->editor

    p.jcarousel-pagination{
    display:none;
    }

    p.jw_easy_slider_name{
    display:none;
    }

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Side note to @varunneb007: Thanks for the CSS assist but there’s a problem with your profile.

    The domain URL in your profile has been changed. The one that you previously had was violating the WordPress trademark. Please stop using that one and consider something else such as www.wptree.com instead.

    Edit: wptree.com is taken so you’ll need to find something else.

    See these URLs for more information.

    http://wordpressfoundation.org/trademark-policy/
    https://wordpress.org/about/domains/

    Yes, it’s something serious. Please take care of this matter.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove dots and Slider name’ is closed to new replies.