Style WGrid

Style WGrid [Paid] 2.3.4

No permission to buy ($20.00)
Hello.

How would I remove the glowing bar above the node list?
Find and delete this code WGrit -Templates-wt_theme.less.

CSS:
.block-header a:after {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: rgb(157,255,255);
    background-image: linear-gradient(90deg, rgba(157,255,255,1) 0%, rgba(62,149,182,1) 100%);
    box-shadow: rgba(145, 241, 246, 0.7) 0 3px 18px 0px;
    border-radius: 0 0 0.25em 0.25em;
}
 
Back
Top Bottom