Border between slider and body content

See attached image to help you understand what I’m trying to do.

Hi @cjcuccaro,

Here is a custom CSS code to override the border color, please add this code on X > Theme Options then CSS.

#x-site .x-slider-container.below {
    border-bottom: 5px solid #ff2a13;
}

You can change the hex code “#ff2a13” to your desire hex color, you can find here the corresponding hex code for your desire color.

"Please note that providing custom code is outside the scope of our theme support. Issues that will arise from the use of custom codes should be forwarded to a 3rd party developer."

Thank you.

Brilliant! Works perfectly. Thank you!

You’re welcome!
We’re glad Marc were able to help you out.

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