Borders around images showing up…
-
I am using Twenty Seventeen and changed the background to black using this code:
.colors-light .site-content-contain {
background-color: #000000;
}.entry-title, .entry-title a {
color: white !important;
font-family: arial;
font-size: 12pt !important;
}/* The menu background colour */
.navigation-top,
.main-navigation ul {
background: black;
border: 0;
}/* The text colour */
.navigation-top a,
.menu-toggle {
color: white;
}When I did so, images on the pages all of a sudden showed with a white border which I would like to remove. Anyone have any ideas?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Borders around images showing up…’ is closed to new replies.