Hello everyone, I’m looking for some help with customizing this theme. All in all I am blown away by the rich options and little touches this theme gives even novice users, very glad I discovered Enlightenment.
On this development site,
http://two.hundredn.com
I want to do two things:
1) I want to remove the thin white hairline on the right of the feature image of the leaf and water drop. Can anyone give any suggestions? I’ve been looking for a css parameter to modify and nothing I find works. Is this an issue at the template level?
2) I want to make the ‘leaf and drop’ feature area (just a single-page slider, as per the tutorial and other suggestions here in the support forum) taller so that I can show more of the image and type at the size I want to, but I want the height to be responsive. How would I do that?
Thanks
-
This topic was modified 9 years, 4 months ago by Dialog. Reason: clarified my request - responsive height
Hi Dialog,
Just went to your site. To remove the hairline, remove the box-shadow in your .content-sidebar-wrapper class.
You can paste the following in your custom css:
.content-sidebar-wrapper {
box-shadow:none;
}
Sorry I can’t understand the 2nd question. I might be able to help you if you elaborate further.
Cheers,
Onath