• Resolved Project Cylo

    (@josherons)


    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*

Viewing 5 replies - 1 through 5 (of 5 total)
  • David_G

    (@questas_admin)

    Looks good.

    Thread Starter Project Cylo

    (@josherons)

    Thanks questas_admin…Like what Sir Dave will say,*spiced up with my words*——“as your commendation makes it worth spending the time testing things”…..Morning

    But if all 4 sides are the same, could be coded as a single entry:

    #customizr-slider {
    border: 2px solid red;
    }

    Thread Starter Project Cylo

    (@josherons)

    Now,that’s a cleaner approach..Trying this out..

    Afternoon Sir….

    Thread Starter Project Cylo

    (@josherons)

    Good Morning Sir, implemented your cleaner approach to my style.css. Worked perfectly as expected..Everything from your are regarded as #Lengendary, and #Epic….

    Once more, thanks alot.

    Newbiee+++

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Enable 4 corner colors on your slider width & height’ is closed to new replies.