There is a slight line where the sticky menu is at the top, visible on the slider. Not sure why, thanks for looking at this.
- Steve
There is a slight line where the sticky menu is at the top, visible on the slider. Not sure why, thanks for looking at this.
Hi Steve,
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
.text-slider .maintitle:after {
display: none;
}
Regards,
Kharis
aThemes Support