Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • ge0rgel1986 Friend
    #160980

    hello everyone!

    I am trying to make some small changes in the template so that it can fit my needs. I have a couple of issues that i cannot find answer through my forum search.
    first I would like to remove the border from the right column’s banner and language selection. i try to add some code like
    img { border: 0 none; }
    in the template.css but i didt get anything. Does anyone know how to remove those borders?

    the second issue Im dealing with is the color of the active button in horizontal menu bar. The default color is blue and I would like to change it to an orange in order to fit with my company’s logo.

    thanks in advance!
    George

    dunglq Friend
    #379604

    Hi,

    First, if you place banner at right position, please try this code to remove border:


    #ja-right img {
    border: 0 !important;
    }

    Second, if you want to change color of menu to organe you can open file templates/ja_purity_ii/css/menu/mega.css

    find around line 84 this code


    ul.level0 li.active {
    background: url("../../images/grad1-mask.png") repeat-x scroll center top #006699;
    }

    and change color code #006699 to your color

    ge0rgel1986 Friend
    #379635

    thanks a lot for your answer but nothing happened to both of the additions.

    I added the first code to the template.css file

    and I replaced the color to the apropriate one to the mega.css
    :’ (

    the second with the colors works properly in IE8 but not in firefox . I still have the problem with the banner and language borders

    dunglq Friend
    #379636

    <em>@ge0rgel1986 225451 wrote:</em><blockquote>thanks a lot for your answer but nothing happened to both of the additions.

    I added the first code to the template.css file

    and I replaced the color to the apropriate one to the mega.css
    :’ (

    the second with the colors works properly in IE8 but not in firefox . I still have the problem with the banner and language borders </blockquote>

    Hi,
    Could you give me your site url to check ?

    steinar Friend
    #379638

    <em>@ge0rgel1986 225451 wrote:</em><blockquote>the second with the colors works properly in IE8 but not in firefox</blockquote>

    If things work properly in IE but not in Firefox, my first impulse would be to empty caches, both in Joomla backend >> tools and in my browser. 🙂

    ge0rgel1986 Friend
    #379640

    <em>@steinar 225455 wrote:</em><blockquote>If things work properly in IE but not in Firefox, my first impulse would be to empty caches, both in Joomla backend >> tools and in my browser. :)</blockquote>

    you are right i got to clean the browser’s cache. Thank you!

    any idea for the banner borders?

    ge0rgel1986 Friend
    #379653

    <em>@dunglq 225453 wrote:</em><blockquote>Hi,
    Could you give me your site url to check ?</blockquote>

    unfortunately its not up yet, Im working localy. Thanks again for your help!

    thangnn1510 Friend
    #380425

    Dear ge0rgel1986!

    Could you give the screenshot in the bugs to help us locating problem and give solutions more easily.

    Regards!

    ge0rgel1986 Friend
    #380914

    I attach a screenshot with my site version as it is right now.
    additionaly i would like to ask how to remove the “Joomla Appliance – Powered by TurnKey Linux “.
    I tried several things i found on the net but nothing really worked, and i think its the complexity of the template because I am working on another site with a free random template and the css code addition worked like a charm.

    again thanks for your interest, I really appreciate!


    1. banner2
    aman204 Friend
    #380917

    <em>@ge0rgel1986 227103 wrote:</em><blockquote>I attach a screenshot with my site version as it is right now.
    additionaly i would like to ask how to remove the “Joomla Appliance – Powered by TurnKey Linux “.
    I tried several things i found on the net but nothing really worked, and i think its the complexity of the template because I am working on another site with a free random template and the css code addition worked like a charm.

    again thanks for your interest, I really appreciate!</blockquote>

    If you wish to remove it globally for all modules set to right position, Go to templates/ja_purity_ii/layouts/blocks/right.php file and change this::

    <jdoc:include type=”modules” name=”<?php echo $right1;?>” style=”JArounded” />

    to

    <jdoc:include type=”modules” name=”<?php echo $right1;?>” style=”xhtml” />

    ge0rgel1986 Friend
    #381218

    thats it!!! thanks a lot 😀

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

This topic contains 11 replies, has 5 voices, and was last updated by  ge0rgel1986 13 years, 7 months ago.

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