Remove Dazzling theme slider title

hi
you can delete the title of the post reserved for the slide of the home ?
thanks
Laura

Laura,

For Dazzling theme you can remove title for slider by adding this code to Theme Options - Other - Custom CSS.

.flex-caption .entry-title {
    display: none;
}

thanks … Fast and always on time :slight_smile:

but ’ the title there’ still

That’s because you have made error in your code. You have forget to close previous code with “}”. So make sure to replace everything you have there with correct code like this:

.woocommerce #secondary {
    display: none;
}
.woocommerce #primary {
    width: 100%;
}
.flex-caption .entry-title {
    display: none;
}

Hii i need to remove this line from my website plese help

Hello there,

I hope you are doing well today.

I have checked the page and the line does not appear to be there.
Please try clearing your browser cache then reload the page and let me know if the line still appears.

Reference:
http://hiihyderabad.com/

Best Regards,
Support