Thread Starter
soso74
(@soso74)
Oh yes true, you have to add this:
.featured-slider .displayblock a{
pointer-events: none; /* remove link between slider title and pages */
}
Thread Starter
soso74
(@soso74)
I removed the link between the slider box title and the page by modifying the css as follow if that can help..:
.featured-text .featured-title a {
pointer-events: none; /* remove link between slider title and pages */
}
Thread Starter
soso74
(@soso74)
There is a conflict with the plugin Shortcode Ultimates:-(
Thread Starter
soso74
(@soso74)
Or maybe can we remove the link between the Slider box title and the page to have a sliding of images without link with pages?
Thread Starter
soso74
(@soso74)
Oh yes right the more-link is now working fine.
But I cannot change h1 and body for example… To change them I am forced to create the child theme then?