Skip to main content
JDShelton09
Known Participant
October 29, 2015
Answered

In reference to a June 14th question about removing the logo from a responsive HTML5 layout

  • October 29, 2015
  • 2 replies
  • 410 views

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.

This topic has been closed for replies.
Correct answer Willam van Weelden

You have to remove the table cell in the HTML of the *.slp files. There should be a <td class="logo"> in the HTML that needs to be removed.

2 replies

JDShelton09
Known Participant
November 2, 2015

Thank you Willam.

Willam van Weelden
Willam van WeeldenCorrect answer
Inspiring
October 30, 2015

You have to remove the table cell in the HTML of the *.slp files. There should be a <td class="logo"> in the HTML that needs to be removed.