Change the background color & text color of prompt element

How to change the background color & text color of this prompt element

Hello Keezia,

Thanks for writing in!

You are referring to the Classic Prompt element. Be advised that this classic element relies on the global settings in X > Theme Options. The button can be adjusted in X > Theme Options > Buttons.

The text color is using the settings from X > Theme Options > Typography > Headings and X > Theme Options > Typography > Body and Content.

The background color of the prompt section is using this default CSS built-in the stack stylesheet. For example, if you are using renew stack, it will have this CSS code:

.x-prompt {
    border: 10px solid #e5e5e5;
    background-color: #fff;
}

You can modify the code above and add CSS code into X > Theme Options > CSS. Feel free to make adjustments as you need. Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Best Regards.

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