Removing Label name from Sponsor card in Sponsor widget

To remove the label name from the Sponsor card, add the following code to the widget file of the page where the widget is loaded:


<style>

/* this will hide the label text */

.card h4 {

display: none;

}

/* this will hide the underline below the label */

.card .label-buttons-container hr {

display: none;

}

<style>
/* this will hide the label text */
.card h4 {
display: none;
}

/* this will hide the underline below the label */
.card .label-buttons-container hr {
display: none;
}

</style><style>
/* this will hide the label text */
.card h4 {
display: none;
}

/* this will hide the underline below the label */
.card .label-buttons-container hr {
display: none;
}

</style><style>
/* this will hide the label text */
.card h4 {
display: none;
}

/* this will hide the underline below the label */
.card .label-buttons-container hr {
display: none;
}

</style>

</style>

Is this article helpful?
0 0 0