Comments 1Björn started the conversationDecember 20, 2020 at 9:42amHi, is it possible to add a CSS class to into the shortcode of the compare button, e.g. [wooscp id="99" class="test"] to style every button individually?Best regardsBjörn 767Janilyn repliedDecember 21, 2020 at 9:52amHi Björn, Thank you for contacting WPClever Support Forum. We’ve received your ticket and assigned one of our developers to help you with that. He’ll be looking into your question and responding with specific instructions as soon as possible. Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back. Best regards.Janilyn T. - WPClever Support Agent 153Henry repliedDecember 22, 2020 at 3:58amHi Björn,Currently we do not provide this feature, you can use the parent's class feature.<span class="test">[wooscp id="99"]</span>with php:echo '<span class="test">'.do_shortcode('[wooscp id="99"]').'</span>';Best regards,Henry N. Sign in to reply ...
Hi,
is it possible to add a CSS class to into the shortcode of the compare button, e.g. [wooscp id="99" class="test"] to style every button individually?
Best regards
Björn
Hi Björn,
Thank you for contacting WPClever Support Forum.
We’ve received your ticket and assigned one of our developers to help you with that.
He’ll be looking into your question and responding with specific instructions as soon as possible.
Please stay patient as we're having very heavy workloads, it might take some time for our developers to reach back.
Best regards.
Janilyn T. - WPClever Support Agent
Hi Björn,
Currently we do not provide this feature, you can use the parent's class feature.
<span class="test">[wooscp id="99"]</span>
with php:
echo '<span class="test">'.do_shortcode('[wooscp id="99"]').'</span>';
Best regards,
Henry N.