-
AuthorPosts
-
February 19, 2013 at 1:54 pm #185092
Where do I change the hover text over the logo and header from Ja Mero to the name of my site? Thanks!
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 20, 2013 at 7:18 am #483987blunoa Friendblunoa
- Join date:
- June 2007
- Posts:
- 11
- Downloads:
- 7
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 8 times in 4 posts
February 20, 2013 at 7:34 pm #484080NO no no no no no
There is no need to edit the code
in template manager click on the tab theme and you will notice Logo Type with a drop down menu.
So select Text and magically will appear site name and slogan
That’s all replace the site name and slogan.
Select in the drop down menu image now and save
Pay attention that you edit the default template or template assigned to Home page
Regards
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
February 21, 2013 at 8:43 am #484137Yes, you can use css disable it or you can change it from JA Mero Template, see the screenshot
Or you can remove it by code
Open templates/ja_mero/tpls/blocks/header.php file
from
<h1>
<a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>"<?php echo $logoimage ?>>
<span><?php echo $sitename ?></span>
</a>
<small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
</h1>change to
<h1>
<a href="<?php echo JURI::base(true) ?>" <?php echo $logoimage ?>>
<span><?php echo $sitename ?></span>
</a>
<small class="site-slogan hidden-phone"><?php echo $slogan ?></small>
</h1>
blunoa Friendblunoa
- Join date:
- June 2007
- Posts:
- 11
- Downloads:
- 7
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 8 times in 4 posts
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
February 21, 2013 at 10:58 pm #484195brennac,
If it is just the wording you want to change ie to your own site name then the solution shown by blunoa is the one you would probably use. If you wanted to have nothing shown then the PHP modification would be best.
Ninja Lead,
Just a question for you. As Mero is a T3V3 template would adjusting template.css be the right way to go about adjusing css or should we use custom.css or the less files directly?
1 user says Thank You to Phill for this useful post
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
April 15, 2013 at 3:24 pm #489949Thks, It’s been very useful!
AuthorPostsViewing 8 posts - 1 through 8 (of 8 total)This topic contains 8 replies, has 5 voices, and was last updated by catalina sampol 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Remove Ja Mero from Logo Hover
Viewing 8 posts - 1 through 8 (of 8 total)