In reference to a June 14th question about removing the logo from a responsive HTML5 layout
Willam replied:
There are two ways to do this:
- Import a transparent png of 1x1 px and set that as the logo image.
- Remove the table cell with class "logo" from the layout pages. Then update the CSS for the table.headertable and the table cells.
I changed the logo, but I don't know what he meant by "remove the table cell with class 'logo' from the layout pages." Which files?
I think "update the CSS for the table.headertable and the table cells" means removing the table.headertable td.logo section from main.css.
Sorry for the noob questions, but I am not a techie.![]()
