• Resolved deftdanny

    (@deftdanny)


    I was wondering if it is possible to make the line thicker or use cut out squares as a line on the slider image page below the text? Here is my website clickks.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    you can use the CSS code below to modify the text slider:

    .text-slider .maintitle:after {
        background-color: transparent;
        border-bottom-width: 3px;
        border-bottom-style: dashed;
        border-bottom-color: #ff7700;
    }

    and you can put the code in above using custom CSS plugin.

    Thread Starter deftdanny

    (@deftdanny)

    Awanrmb,

    Thank you so much! I appreciate your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to make or change the line underneath the text on the slider’ is closed to new replies.