I just updated my theme and now the CSS I used to remove the second page heading isn't working. Do I have to alter this code?
The code I used:
#top .product_title.page-title {
display: none !important;
}
Also I wasn't using widget in the footer so I made this area transparent to show the image background. I used
#footer{
background: transparent !important;
}
The bottom socket with the copyright stood alone and appeared as a separate bar at the bottom of the web page. Now it appears to be all joined and there is a fine line across the page followed by white space and then the copyright bar.
Is it possible to change this back?
Thanks in advance. Always appreciate the help.














