• Resolved dfwmax

    (@dfwmax)


    I want to either add a bottom border/line to the slider and/or add a line above each featured page to break up the sections from a visual standpoint, especially on mobile devices. I’ve looked and looked and I know I must have seen the answer somewhere on this forum but for the life of me I can’t find it now that I need it.

    Any and all help is greatly appreciated. Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • There’s a new Snippet waiting for approval. In the meantime, try this:

    /* 2px=thickness, solid=style (dotted - dashed - solid - double - groove - ridge - inset - outset), #000=color */
    #customizr-slider {
    border-bottom: 2px solid red;
    }

    making changes as you need.

    Thread Starter dfwmax

    (@dfwmax)

    Wow! That was fast. Thank you so much.

    Thread Starter dfwmax

    (@dfwmax)

    Just tried it. Perfect.

    It is perfect but when I scale window down it makes some white areas on the top and bottom…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Adding a bottom border to the slider or a line above the featured pages’ is closed to new replies.