Hello,
Im trying to remove the two borders on the blog page here: http://2e6.274.myftpupload.com/blog/
the one around the image and the one around the post. I cant figure it out. Tried a bunch of different things.
Appreciate the help
Rena
Hello,
Im trying to remove the two borders on the blog page here: http://2e6.274.myftpupload.com/blog/
the one around the image and the one around the post. I cant figure it out. Tried a bunch of different things.
Appreciate the help
Rena
Hi Rena,
Please add this code in X > Theme Options > CSS:

.blog .entry-featured {
border: 0;
padding: 0;
}
Here are some related links for further reading:
Hope this helps.
Hi, im pretty familiar with css selectors and im using the inspector but I cant seem to find the solution. I tried what you gave me but it wont work either.
oh i see whats wrong. Theres an error in my code somewhere. So what you gave me worked. Thanks
Hi Rena,
Glad you were able to figure it out. You can always copy your custom CSS rules into an online tool like CSS Lint (http://csslint.net/) and see if you’re getting any CSS errors.
If you get any errors, your CSS rules will not parse correctly until you fix them.
Cheers!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.