Content Area Dropdown - shadwo, padding etc

Hello,

I can’t find the settings for a content-area-dropdown’s shadow etc. - only the toggle has this settings, but not the dropdown?

Is this a missing feature or can you help me where to find these settings? I’d like to hide the shadow …

Best regards

Uli

Hi Uli,

Sorry that you’re having that issue, that seems to be a bug with the latest release. I’ve submitted this to our issue tracker so the developers will be made aware of it.

For now please add this custom CSS to the Content Area Dropdown’s Element CSS area, to add a shadow on it.

$el .x-dropdown {
	box-shadow: 0em 8px 12px 12px rgba(0,0,0,0.15);
}

Feel free to adjust those values.

Thank you for understanding,

H friech,

thank you for your help. As I want to HIDE the shadow, I now used the following CSS and it worked:

$el .x-dropdown {none;}

Best regards

Uli

Cool, we are happy to assist you with this.

Cheers!

Hi @ULinn,

I just wanted to post a quick update here that we’ve corrected this for the next release.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.