Enable 4 corner colors on your slider width & height
-
Playing with my style.css,a commonsensical surge came up within me after I have first tried this idea on my localhost server on my PC *scared of the white screen of death,so I try everything offline before implementing on the actual server*.Now to the main discuss here’s the *snippet* to add to your style.css to enable you add your respective chosen colors to your slider width and height..
#snippet:
/* 2px=thickness, solid=style (dotted-dashed-solid-double-groove-ridge-inset-outset), red=color */
#customizr-slider {
border-bottom: 2px solid red;
}/* 2px=thickness, solid=style (dotted-dashed-solid-double-groove-ridge-inset-outset), red=color */
#customizr-slider {
border-top: 2px solid red;
}/* 2px=thickness, solid=style (dotted-dashed-solid-double-groove-ridge-inset-outset), red=color */
#customizr-slider {
border-left: 2px solid red;
}/* 2px=thickness, solid=style (dotted-dashed-solid-double-groove-ridge-inset-outset), red=color */
#customizr-slider {
border-right: 2px solid red;
}Here’s how it looks on my project:
https://www.utlebe.com.Inspired By:Sir Dave Bardell
Played with by:me
*winks*
- The topic ‘Enable 4 corner colors on your slider width & height’ is closed to new replies.