Setup the Outline Color also for Header and Background.
For the Review is this possible.
I cannot but agree that it would be helpful to have these option in the settings. If this request gains ground, we’ll try to consider this opportunity in the future updates
As for now, you can change the outline color of the widget’s header and background container with these CSS codes:
Header:
.es-header-component-top {
border: 1px solid #797a59;
}
Background:
.es-main-content {
border: 1px solid #797a59;
}
These codes should be added to the Custom CSS fields on the Style tab of your widget’s settings.
Hi @Max this works fine. Very Helpful.
The Background border doesn’t look so good on me, but it’s good to know how to do it.
If I can help myself with Custom CSS, it doesn’t necessarily need a setting. I just didn’t know where to post it.
A wish list for Custom-CCS might be an idea ?
This solves a lot of things quicker… perhaps?
kind redards
sina
@Sina If you don’t like the style of the background border, you can adjust it to your liking by change the border width and color.
As for the Custom CSS wishlist, we already have a CSS Codes category, where you can find the most popular solutions for different apps, including Reviews. Feel free to check it out - CSS Codes - Elfsight Community