Hello,
That plugin uses the “button” tag, which is styled differently in our theme. To override the style of the button at that particular location, use the below custom CSS:
body .cc_div .cc-link {
padding: 0;
background: transparent !important;
min-height: auto;
color: var(--cc-btn-primary-bg) !important;
border-bottom: 1px solid var(--cc-btn-primary-bg) !important;
font-size: 13px !important;
}
body #s-cnt .b-bn .b-tl {
display: inline-flex;
}
body #s-bl .title {
margin-bottom: var(--wd-tags-mb);
color: var(--wd-title-color);
text-transform: var(--wd-title-transform);
font-weight: var(--wd-title-font-weight);
font-style: var(--wd-title-font-style);
font-family: var(--wd-title-font);
line-height: 1.4;
}
Define it in Theme Settings -> Custom CSS.
Kind Regards