Remove two orange borders from Academica theme.
-
I have tried various things in the CSS Stylesheet Editor. Any help much appreciated!
The blog I need help with is: (visible only to logged in users)
-
It appears like you found out how to do this. If not, let us know, but I see no orange borders on your site.
-
hello, I’m trying to do the same.
The following css did not work…
.posts .post,
.posts .page {
border-bottom: none;
}Does anyone have an idea why this may be?
-
You’re close. The border in this case on a div element with an ID of “slider-wrap”. Your example was using the wrong selectors. Try this instead:
#slider-wrap { border: 0; }
- The topic ‘Remove two orange borders from Academica theme.’ is closed to new replies.