Site logo

Archived topic

gray lines left und right on the mobile version

1 reply · Started by Robert on August 26, 2019

Viewing posts 1–2 of 2

Hi

on the mobile version from http://www.window-opole.pl/ I have left und right, all through the page, two 1px width gray lines. The lines are going from the top, down to the footer

How can i change the color from the lines or completely remove it ?

Thx
Roberto

Hi there,

in Customizer > Additional CSS you have CSS from a Site Library Import - this is the block of code you need to remove or change:

.site-content .inside-article, .sidebar .widget, .comments-area {
    box-shadow: 0px 0px 0px 1px rgba(214,218,222,1);
}
This archived topic is closed to new replies.