Remove borders and replace header – Newsy theme
-
1. how can i remove the borders from all images in the newsy theme? What is the CSS code for this. I’ve tried to change borders by setting advanced settings of images to “0” but that didn’t change anything
2. How can I remove the gray stacked header from the custom Newsy theme and replace it with just a small logo with text. Is there a css code?The blog I need help with is: (visible only to logged in users)
-
-
-
Sorry, but do you also know the css code to remove all borders of my images on all the pages?
-
-
-
You want to remove the border from all places right, then try adding this,
img.aligncenter, img.alignleft, img.alignright, img.alignnone, .wp-caption img, div.gallery img, .entry-thumbnail img, .commentlist .avatar{
border: none !important;
} -
- The topic ‘Remove borders and replace header – Newsy theme’ is closed to new replies.