taylor_smith
Member
Posted 1 year ago #
I'm trying to remove or hide the title text in the Epione theme. In header.php, I found this:
<!--Header-->
<div id="header">
<div class="head">
<div id="logo">
<a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a>
<span class="desc"><?php bloginfo('description'); ?></span>
</div>
</div>
</div>
<!--Header END-->
I've tried removing "<?php bloginfo('name')" and clearing my cache, but the text still shows. I've tried removing everything between "Header" and "Header END," but the text still shows. What am I doing wrong?
The site is located here: http://combatarms.stratics.com. The header.php is currently restored to the original, as shown above.
taylor_smith
Member
Posted 1 year ago #
edit style.css; find:
#logo a{ font-family: 'Lobster1.3Regular'; font-size:48px; color:#565656; text-decoration:none; text-transform:lowercase; text-shadow: 3px 3px 5px #000; cursor:pointer;}
add visibility:hidden; to it.
taylor_smith
Member
Posted 1 year ago #
My style.css now states:
#logo a{ font-family: 'Lobster1.3Regular'; font-size:48px; color:#565656; text-decoration:none; text-transform:lowercase; text-shadow: 3px 3px 5px #000; cursor:pointer; visibility:hidden;}
However, the logo is still showing at http://combatarms.stratics.com, despite clearing the cache. :<
the logo is still showing
i would hope so, however the title text should be gone (and it is gone when i view your site); if not, press 'CTLR F5' to clear the browser cache (again)
taylor_smith
Member
Posted 1 year ago #
Yay! I'm not sure why the text continued to show previously, but it is gone now. Does it typically take a couple of minutes to display changes?
Regardless, it is repaired. Thank you very much for your help!