sepearted line between child pages in home page
-
Hi I used this code to remove the seperate line in my home page
/*remove child page sepearate line*/
article {
border-bottom: none !important;
}I want that line only under the testimonials… how can I add it only there?
thanks!
The blog I need help with is: (visible only to logged in users)
-
This will put the border back below the testimonials.
.home #post-25 { border-bottom: 1px solid #f2f2f2 !important; }
- The topic ‘sepearted line between child pages in home page’ is closed to new replies.