Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • brennac Friend
    #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 Moderator
    #483987

    You can change it here

    Open templates/ja_mero/css/template.css file

    .logo-text h1 {
    color: #444
    }
    .logo-text h1 a {
    color: #444
    text-decoration: none;
    }
    .logo-text:hover h1 a,
    .logo-text h1 a:hover,
    .logo-text h1 a:active,
    .logo-text h1 a:focus {
    text-decoration: none;
    }

    blunoa Friend
    #484080

    NO 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 Moderator
    #484137

    Yes, 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>


    1. change_hover_text
    blunoa Friend
    #484186

    Well my solution is the easiest one :p

    Phill Moderator
    #484195

    brennac,

    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?

    Ninja Lead Moderator
    #484352

    Hi phill,

    About any css customization it needs to be changed in custom.css file.

    Regards

    catalina sampol Friend
    #489949

    Thks, It’s been very useful!

Viewing 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