Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • adrianv Friend
    #187084

    Hi,

    Please can some one point me to the file where i can cange the colour of the footer from the current black colour to the same colour as the whole template?

    And where can i change the colour of the highlighted Red text (Menu, Newsletter, Buttons, Links etc) from Red to a grey colour?

    Thanks Again! Need help ASAP!

    pavit Moderator
    #491104

    Hi

    Which version of Joomla are you using ? 2.5 or 3.0 ?

    adrianv Friend
    #491109

    Hi,

    Im using 2.5.10

    Thanks

    pavit Moderator
    #491110

    Hi

    <blockquote>Please can some one point me to the file where i can cange the colour of the footer from the current black colour to the same colour as the whole template?</blockquote>

    Could you please add a detailed screenshot of your needed changes ?
    and also a link to your page ?

    adrianv Friend
    #491119

    Thanks, i will do so later today,

    But very quickly i am using a different slideshow module on my home page. How do i get it to show on my mobile devices?

    It is displayed in the “slideshow” Position and i have moved it to “User 1” but still no luck getting it to display on my mobile.

    Very difficult client giving me lots of issues.

    pavit Moderator
    #491132

    <blockquote>It is displayed in the “slideshow” Position and i have moved it to “User 1” but still no luck getting it to display on my mobile.</blockquote>

    It depends if the User 1 position is enabled to show on mobile layout

    adrianv Friend
    #491134

    Ah yes, i figured it out. Thank you so much!

    I will have the screen shots for you later, im sure they easy fixes.

    Thanks for the excellent speedy response!! 🙂

    adrianv Friend
    #491194

    Hi Again,

    Ok so is it possible to change the hover colour of the menu from red (When selected) to another colour like Grey or White?

    And the same for the Submit button, to change from a red colour to black and the hover colour to Grey or white?

    The same goes for Links and the “to Top” link.

    And lastly, How can i remove this Line that places itself at the end of articles to the right hand side?

    Your help is greatly appreciated!

    Thanks Again!


    1. Menu
    2. subscribe-button
    3. links
    4. Top-Button
    5. Side-bar
    pavit Moderator
    #491209

    Hi

    Please post a link to your page so i can check better

    adrianv Friend
    #491250
    pavit Moderator
    #491253

    <blockquote>Ok so is it possible to change the hover colour of the menu from red (When selected) to another colour like Grey or White?</blockquote>

    Goto this file templatesja_zitecssmenumega.css

    Around line 32

    <blockquote>.ja-megamenu ul.level0 li.mega a.mega:hover,
    .ja-megamenu ul.level0 li.mega a.mega:active,
    .ja-megamenu ul.level0 li.mega a.mega:focus {
    color: #EF2A33 <————change this to your preferred color
    }</blockquote>

    Around line 56

    <blockquote>.ja-megamenu ul.level0 li.active a.mega {
    color: #EF2A33 <————change this to your preferred color
    }</blockquote>

    <blockquote>And the same for the Submit button, to change from a red colour to black and the hover colour to Grey or white?</blockquote>

    Goto /templates/ja_zite/css/template.css

    Around line 1047

    #ja-botsl1 .button {
    background: none repeat scroll 0 0 #000000 <--------Background color
    border: 1px solid #000000<--------Border color
    color: #FFFFFF
    font-size: 92%;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 6px 5px;
    text-transform: uppercase;
    }

    #ja-botsl1 .button:hover {
    background-color: #74AF57 <——– Hover color change to white or what else you like
    border-color: #74AF57<——–Border color
    cursor: pointer;
    }

    <blockquote>The same goes for Links and the “to Top” link.</blockquote>

    Goto /templates/ja_zite/css/template.css

    Around line 1005

    #ja-botsl1 a {
    color: #EF2A33<-------- Change this
    }

    <blockquote>And lastly, How can i remove this Line that places itself at the end of articles to the right hand side?</blockquote>

    Goto /templates/ja_zite/css/template.css

    Around line 417

    <blockquote>div.item-page {
    border-right: 1px solid #DDDDDD <——Change 1px solid #DDDDDD to none;
    margin-top: 10px;
    padding-right: 20px;
    }</blockquote>

    adrianv Friend
    #491260

    Brilliant!!

    You are a life saver!! Thank you soo much!

    Last last thing, I removed the line at the end of artciles, now there is a line above the Module, which line can i remove this with?

    Please look at: http://www.mywildheart.co.za/index.php/contact

    And above the contact form is the line.

    I looked for it in the template.css code but theres quite alot i am unsure what it is. This should be the last change for now.

    Thanks!

    pavit Moderator
    #491310

    Hi

    In the file templatesja_zitecsstemplate.css

    Around line 637

    div.ja-moduletable, div.moduletable { border-top: 1px solid #ccc }

    Change to

    div.ja-moduletable, div.moduletable { border-top: none; }

    Regards

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

This topic contains 13 replies, has 2 voices, and was last updated by  pavit 11 years, 4 months ago.

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