Hi there,
I’ve installed WPFolio 1.74 with a child theme and am having this same problem with the 1px background coloured line running across the top of the footer.
When I inspect it with Firebug the location of that particular code is shown as ” https://www.lesleypechter.com/v1/?wp_folio_css=css (line 44) ” which I don’t think exists.
Firebug shows the code as:
div.footer {
background-color: #FFFFFF;
border-top: 1px solid #FFCC33;
and then below that the code that I’ve entered in the child Style.css is crossed out:
.footer {
border-top: 1px solid #FFFFFF;
and it’s the same if I add the border code directly into the parent Style.css
So it’s being overridden somewhere…?
Thanks for any help in advance!