Add a border underneath the Slider

Where to copy/paste this code?
The simplest way is to use the Custom CSS section of the customizer option screen. If you have many customizations to make in CSS and PHP, then we strongly recommend you create a child theme. Everything you need to know about creating a child theme with Customizr here.

/* START OF Add a border underneath the Slider */
/* 2px=thickness, solid=style (dotted-dashed-solid-double-groove-ridge-inset-outset), red=color */
#customizr-slider {
border-bottom: 2px solid red;
}
/* END OF Add a border underneath the Slider */

3 thoughts on “Add a border underneath the Slider”

Comments are closed.