Removing lines
-
Can I remove the following lines?
1. on front page, line before widgets
2. on “giving back” page, line before grid photos
The blog I need help with is: (visible only to logged in users)
-
-
-
Hi,
Your solutions:
1. To remove line before widget then Replace following CSS@media screen and (min-width: 1180px) ??-eJx9UltywyAM…mZ/UYxtX…:5603 .front-page-content-area .without-featured-image { border-bottom: 1px solid #fff; padding: 3em 55px 0 55px; }or you can remove “border-bottom: 1px solid #f2f2f2” from your CSS
2. To remove line before grid photos replace following CSS
@media screen and (min-width: 600px) ??-eJx9UltywyAM…mZ/UYxtX…:5258 .child-pages { border-top: 1px solid #fff; padding-top: 3em; }Same as Issue no. 1
Thanks,
Aakash Patel -
Hi,
Solution for 4th,
To remove lines between the posts then replace following CSS with your “.hentry:after” CSS.hentry:after { background: #fff; display: block; position: relative; left: -5.1%; width: 110.2%; height: 1px; }Thanks,
Aakash Patel -
Hi,
Solution for 3rd,
You have common CSS for the issue 3rd and 4th when you will apply CSS for the issue 4th as I have given solution above then it will automatically remove the line above the footer.Thanks,
Aakash Patel -
Hi, I can’t seem to figure out your solutions for 1, 2 and 3. @thesacredpath, are you able to help?
-
Hi there, for the front page, to remove the line above the begin, embrace and continue widgets, add the following.
.front-page-content-area .without-featured-image { border-bottom: none; }For the top of the footer widgets on the main page.
.footer-widget-area { border-top: none; }For Giving Back.
.child-pages { border-top: none; }On The Latest, it seems you have gotten that code as I’m seeing now lines between the posts.
Let me know how things go.
-
-
- The topic ‘Removing lines’ is closed to new replies.