I cannot find where to modify the panel (or container, skin, css, content ???) to tweak the text that appears in the logo of our website. I looked at the html in IE and it looks like this:
<div class="areaone">
<div class="clouds">
<div class="skinmaster centercolumn">
<div class="logobox"><a id="dnn_dnnLOGO_hypLogo" title="Camp Hawkins" href="http://www.camphawkins.org/Home.aspx"><img id="dnn_dnnLOGO_imgLogo" src="/Portals/2/Skins/CHSkins/logo.png" alt="Camp Hawkins" style="border-width:0px;" /></a></div>
<div class="topbannerbox"><span class="headtextA">Camp Dates!</span><br />
<span class="headtextB">June 27th - 29th 2011</span>
</div>
<div class="clear"></div>
</div>
</div>
</div
But I cannot find a way to edit this via dotnetnuke. I don't see anything like 'logobox' anywhere. I can tweak everything else, but I cannot get the edit button to come up for anything above the menu bar. I'm assuming this is has been hard-coded into a skin or something (I'm just guessing).
The link to the website is here:
http://www.camphawkins.org/
I want to remove/edit the words Camp Date! and the dates. Or, if I can ever figure out how to edit them, I'll just do that
I'm not sure if the snippet of html above is enough to figure out where this might be. I've got all the html is that might be more useful.
I'd appreciate any help!
Thanks.