Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • nhtsukien Developer
    #204933

    Hi, i use JA Medicare
    How can i hide or remove slogan:
    Medicare
    Joomla Template for Medical

    Althought, in my template, i configuration with new logo and my slogan, but default slogan alway appear after my logo.

    jooservices Friend
    #564252

    Hi there
    In basically you can use display:none to hide it.

    Thank you,
    Viet Vu

    Pankaj Sharma Moderator
    #564261

    Hello
    You can remove the slogan from template manager options .
    if you are using quickstart package you can see there are a no. Of template styles present in the template manager section . You need to apply the changes for all template styles as they are assigned to different menu items .
    if still you have issues share your working site url here .
    so i can check it.

    vikasmca Friend
    #564669

    Hello All,

    I am also getting same problem with slogan.
    Please help how to resolve issue..
    Vikas

    vikasmca Friend
    #564670

    How to make display :none..
    Please suggest

    jooservices Friend
    #564676

    Hi @vikasmca
    Please create your own topic with issue detail.

    Thank you,
    Viet Vu

    vikasmca Friend
    #564701

    Still waiting for reply.. please suggest how to remove slogan from logo

    Althought, in my template, i configuration with new logo and remove slogan text, but still default slogan alway appear after my logo.

    Vikasmca

    Pankaj Sharma Moderator
    #564702

    <em>@vikasmca 465592 wrote:</em><blockquote>Still waiting for reply.. please suggest how to remove slogan from logo

    Althought, in my template, i configuration with new logo and remove slogan text, but still default slogan alway appear after my logo.

    Vikasmca</blockquote>
    Hello Vikas
    Please share your working site url here so i can assist you .
    If you are working on a local system Take a look on my solution Given Here

    jooservices Friend
    #564763

    Hi there
    Here you are

    <!-- LOGO -->
    <div class="col-xs-10 col-sm-10 col-md-3 logo">
    <div class="logo-<?php echo $logotype, ($logoimgsm ? ' logo-control' : '') ?>">
    <a href="<?php echo JURI::base(true) ?>" title="<?php echo strip_tags($sitename) ?>">
    <?php if($logotype == 'image'): ?>
    <img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
    <?php endif ?>
    <?php if($logoimgsm) : ?>
    <img class="logo-img-sm" src="<?php echo JURI::base(true) . '/' . $logoimgsm ?>" alt="<?php echo strip_tags($sitename) ?>" />
    <?php endif ?>
    <?php if($sitename !='') : ?><span><?php echo $sitename ?></span><?php endif; ?>
    <?php if($slogan !='') : ?><small class="site-slogan"><?php echo $slogan ?></small><?php endif; ?>
    </a>
    </div>
    </div>
    <!-- //LOGO -->

    templatesja_medicaretplsblocksheader.php
    You can hide by css or hard code remove as your needed.

    Thank you,
    Viet Vu

    jooservices Friend
    #565744

    Hi there
    Just wonder everything is solved ? Than i can close this topic.

    Thank you,
    Viet Vu

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 4 voices, and was last updated by  jooservices 9 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum