if you have jetpack installed,
go to “appearances” / “Edit CSS”
paste this there,
.site-content article {
-moz-hyphens: auto;
border-bottom: 4px double #EDEDED;
margin-bottom: 5.14286rem;
padding-bottom: 1.71429rem;
word-wrap: break-word;
}
Just make it black so it matches the background.
border-bottom: 4px double #000000;
I dont have jetpack installed. Can I use this in the custom css manager?
Jetpack username password combination doesnt match my wp-admin
Yes, Custom CSS Manager is fine.
http://mercuriproject.com/
The code worked in custom css manager but there is still another white line.
Also, the youtube video doesnt increase in width when I change the attributes, why is this?
nevermind I fixed the width problem, still need to remove the white line
If you want to get rid of the footer entirely (on the entire site), try this:
footer[role="contentinfo"] {
display: none;
}
Where is an example page of the images issue?
footer[role=”contentinfo”] {
border-top: 1px solid #EDEDED;
clear: both;
font-size: 0.857143rem;
line-height: 2;
margin-left: auto;
margin-right: auto;
margin-top: 1.71429rem;
max-width: 68.5714rem;
padding: 1.71429rem 0;
}
for the second line iof you want to make it black. #000000
Yet removing the footer as WPyogi has suggested will work too.