Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • antoniocerasuolo Friend
    #177861

    Hi,

    two questions:

    1) I wanted to know how to change the fonts for the SLOGAN , the current editor doesnt really supply much options..in any case do you have a suggestion?? wasnt there a different editor that can be installed??

    2) the Slogan background Image.. can you let me know the size this image must be?? should it be a .png or .jpg ??

    thanks,
    Antonio

    chavan Friend
    #456318

    use css to do it. be more specific in how and what need to be changed, Please post a screenshot , this will be more helpful. Also post your site url.

    antoniocerasuolo Friend
    #456354

    Hi i want to change the FONT of MILANO PARTY TOURS!!

    please go to http://www.milanopartytours.com

    chavan Friend
    #456369

    Add this code to this file : http://www.milanopartytours.com/templates/ja_travel/css/template.css


    #ja-slogan h3{
    font-family:Arial;
    }

    Note: If you Find my Post useful please click on the Thanks Icon

    antoniocerasuolo Friend
    #456420

    Hi,

    can you also please let me know how I can change the Font size and color??

    thanks,
    Antonio

    chavan Friend
    #456426

    Add this code


    #ja-slogan h3{
    font-family:Arial;
    font-size:13px; /* You can change the 13px to any size */
    color:#FF0000; /* RED COLOR */
    }

    Note: If you Find my Post useful please click on the Thanks Icon

    antoniocerasuolo Friend
    #456438

    hi chavan,

    Thank you very much. so i will simply edit the template.css with notepad and I will add this code.

    thanks,
    Antonio

    antoniocerasuolo Friend
    #456509

    Hi Again,

    can you help me again?

    how do I change the information in the section “Contact Name Here”

    URL : http://www.milanopartytours.com/index.php/en/contact-us-page

    regards,
    Antonio

    chavan Friend
    #456524

    can you please post your Admin details and ftp details in PM. So will checkout and provide you the solution

    antoniocerasuolo Friend
    #456540

    hi chavran,

    i just sent you the ftp details to PM.

    keep me updated…

    thanks
    Antonio

    otomol Friend
    #465532

    Hi my question is about where to change the “Optional Slogan Here” text, i have to do it in the backend or in a css, php. I already try eliminating this section in the templates/ja_travel/blocks/header.php

    I just disable this part of the php

    <?php else:
    /*
    $logoText = (trim($this->getParam(‘logoText’))==”) ? $siteName : JText::_(trim($this->getParam(‘logoText’)));
    $sloganText = JText::_(trim($this->getParam(‘sloganText’))); ?>
    <div class=”logo-text”>
    <h1><a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $logoText; ?></span></a></h1>
    <p class=”site-slogan”><?php echo $sloganText;?></p>
    </div>
    */
    <?php endif; ?>

    I clean the cache of my site but the “Optional Slogan Here” text is still there. Any other option to removed and/or to change it.

    Thanks

    Ninja Lead Moderator
    #465599

    <em>@otomol 336173 wrote:</em><blockquote>Hi my question is about where to change the “Optional Slogan Here” text, i have to do it in the backend or in a css, php. I already try eliminating this section in the templates/ja_travel/blocks/header.php

    I just disable this part of the php

    <?php else:
    /*
    $logoText = (trim($this->getParam(‘logoText’))==”) ? $siteName : JText::_(trim($this->getParam(‘logoText’)));
    $sloganText = JText::_(trim($this->getParam(‘sloganText’))); ?>
    <div class=”logo-text”>
    <h1><a href=”index.php” title=”<?php echo $siteName; ?>”><span><?php echo $logoText; ?></span></a></h1>
    <p class=”site-slogan”><?php echo $sloganText;?></p>
    </div>
    */
    <?php endif; ?>

    I clean the cache of my site but the “Optional Slogan Here” text is still there. Any other option to removed and/or to change it.

    Thanks</blockquote>

    🙂 please take backup to default all the things you have been changed and go to
    <blockquote>Admin area -> Module Manager and disable module appear with “slogan” postion-> clear cache</blockquote>
    Problem your site will solve it now.

    chamitart Friend
    #511545

    Chavan,

    I have followed the steps and modify the template.css. I did not find any #ja-slogan, so where exactly in the entire template code, do I have to place that code that you said?

    The slogan code that I have is:

    p.site-slogan {
    color: #ccc
    display: block;
    font-size: 85%;
    margin: 3px 0 0;
    padding: 0 10px;
    text-transform: uppercase;

    I want to use this font: font-family: Bardley Hand ITC;

    <em>@Chavan 324054 wrote:</em><blockquote>Add this code


    #ja-slogan h3{
    font-family:Arial;
    font-size:13px; /* You can change the 13px to any size */
    color:#FF0000; /* RED COLOR */
    }

    Note: If you Find my Post useful please click on the Thanks Icon</blockquote>

    otomol Friend
    #511547

    What exactly do you want to do?
    You want to remove the slogan, go to Admin area -> Module Manager -> FIND the Module “Slogan” and unpublish that module, remember to clean cache.

    If you want to change the text, do it in the Module: “Slogan”

    chamitart Friend
    #511549

    I want to change the font of the slogan to this font type: Bardley Hand ITC;

Viewing 15 posts - 1 through 15 (of 17 total)

This topic contains 17 replies, has 5 voices, and was last updated by  Ninja Lead 10 years, 11 months ago.

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