Comments Stuart started the conversationMarch 24, 2024 at 7:51pm1. can I add an overlay to the bg image of the blurred out single art?2. The social icons are white rectangles with rounded edges. How can I get the icons to show?Attached files: Screenshot 2024-03-24 at 3.49.22 PM.png Screenshot 2024-03-24 at 3.51.04 PM.png 665Alexandre repliedMarch 25, 2024 at 2:24pmHi Stuart, 1. Sonaar doesnt have the option to add an overlay, but you can choose another image:2. Go to wp-admin>theme options>custom css/jsAnd add this code:.ctnButton-block .button {color: #000000;}Thanks, Alexandre from the Sonaar.io Crew Sign in to reply ...
1. can I add an overlay to the bg image of the blurred out single art?
2. The social icons are white rectangles with rounded edges. How can I get the icons to show?
Attached files: Screenshot 2024-03-24 at 3.49.22 PM.png
Screenshot 2024-03-24 at 3.51.04 PM.png
Hi Stuart,
1. Sonaar doesnt have the option to add an overlay, but you can choose another image:
2. Go to wp-admin>theme options>custom css/js
And add this code:
.ctnButton-block .button {
color: #000000;
}
Thanks,
Alexandre from the Sonaar.io Crew