Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author stefanoai

    (@stefanoai)

    Hi, the red line is on your template on title widget if you want to remove it
    can put this css

    .widget .widget-title:before { background-color:transparent!important; }

    if you want to remove the red line only on the title of youtube widget responsive so use thet one

    .widget_youtube_responsive .widget .widget-title:before { background-color:transparent!important; }

    Have a good day ??

    Plugin Author stefanoai

    (@stefanoai)

    Sorry i had write wrong code,
    the right code is:

    .widget_youtube_responsive .widget-title:before {
        background-color:transparent!important;
    }
    Thread Starter nishkarshsharma93

    (@nishkarshsharma93)

    Doesn’t help. I added the above codes in the CSS. Still the same.

    Thread Starter nishkarshsharma93

    (@nishkarshsharma93)

    done ?? thanks

    Plugin Author stefanoai

    (@stefanoai)

    U r welcome ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove the red line from the widget?’ is closed to new replies.