anythinglifted wrote:
I have recently started a new webpage for my wife [
http://www.mytaylormadedreams.com ] and am having the same issue.
I was able to remove the heading title but there is still a block around where it used to be. See pic below
Attachment:
Picture 4.png
There is no border around the block but there is a shadow and that is visible..
Any help on the subject?!!
I looked at your site and noticed that the page title is missing from the top bar in the web browser. That means (I think) that you deleted the page title from the Global Configuration Site Settings. You need the page title there for search engines to find you more easily.
What you need to do to remove the wording from on top of your banner image is to
edit the template's index.php file. I don't believe you can do that from within Joomla. I had use the web server's File Manager to edit the file. The part you need to edit is the <DIV> tag with the code that looks something like this:
<div id="header">
<div id="logo">
<a href="index.php">
I removed the code that was here</a>
</div>