Addon "Popover" - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Addon "Popover"

S

sZone

SP Page Builder 2 years ago

Hi there,

is there an option to change the background colour of the content and set an radius for the picture? I didn't find that options in the setting of the Popover-Addon.

Best,

sZone

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #132243

Hi sZone,

Thanks for your interest.

Yes, you are right there are no such options right now. But you can use custom CSS anytime.

Here is the sample code for you:

.sppb-addon.sppb-addon-popover .sppb-card-body {
    background-color: rosybrown;
}
.sppb-addon.sppb-addon-popover .sppb-card-media-top>picture img {
    border-radius: 30%;
}

Here is all about custom code: https://www.joomshaper.com/documentation/helix-framework/custom-code-css-js-meta

Hope this helps:)

Best Regards

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 2 years ago #132897

Did that help sZone?

0