Thread Starter
dormaj
(@dormaj)
in case the code is not showing, here it is without the brackets:
In Chrome Inspect when I change the this code:
img style=”position: absolute;” class=”hd-img” src=”” height=”100″ width=”2000″ alt=””
to this code:
img style=”position: absolute;” class=”hd-img” src=”” height=”150″ width=”2000″ alt=””
Please give a screenshot for this issue.
Thread Starter
dormaj
(@dormaj)
The page is here – http://www.mikehassett.net/
and a screenshjot is here – http://www.mikehassett.net/wp-content/uploads/2017/02/screeenshot-Mike-Hassett-Realtor.jpeg
It is that slim white horizontal line that I need to eliminate.
Thanks!
Thread Starter
dormaj
(@dormaj)
Here is another screenshot highlighting the code snippet using Chrome Inspect that creates the horizontal line when not using a HD image in header.
http://www.mikehassett.net/wp-content/uploads/2017/02/MH-screenshot-2.jpg
Hello,
Please go to Dashboard -> Appearance -> Customize -> Theme Options -> Theme General Options -> Custom CSS
insert code into Custom CSS box and save –
.header_section .hd-img {
display: none;
}