Joomla experts please help.

Discussion in 'HTML & Website Design' started by Webmaster2008, May 5, 2008.

  1. #1
    Webmaster2008, May 5, 2008 IP
  2. sentuken

    sentuken Peon

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    On your server, find this file and open/edit it:

    http://www.wavingattrains.com/redevo_eleven/templates/redevo_aphelion_green/css/template_css.css

    Inside this file, find:
    #heading {
    width:100%;
    position:relative;
    padding:16px 0px 0px 0px;
    }
    Code (markup):
    Replace with:
    #heading {
    display: none;
    width:100%;
    position:relative;
    padding:16px 0px 0px 0px;
    }
    Code (markup):
    This should remove the "Red Evo." Now, to remove the three A's.

    Find:
    #buttons{
    position:absolute;
    right:23px;
    top:40px;
    }
    Code (markup):
    Replace with:
    #buttons{
    display: none;
    position:absolute;
    right:23px;
    top:40px;
    }
    Code (markup):
    Save this file then check the page. Goodluck!
     
    sentuken, May 5, 2008 IP
  3. Webmaster2008

    Webmaster2008 Peon

    Messages:
    213
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Dude you rock! It worked. I hope you dont mind awnsering a few questions more. I will click some links for you or something if you want.


    1)How can I put a logo, banner and/or text in that grey area at the top (where the newsflash is in sample data mode)


    2) Can I make more of the top red show like before while still having got rid of the default red evo and aaa.


    3) Where do I change the color scheme? I know its possible but cant for the life of me find where to do it.


    Thanks so much I will compensate you a bit if you keep helping with these little probs I really appreciate it.

    Joomla makes beautiful website but is very unuserfriendly and fairly time inefficient from what I have seen so far. But man I LOVE the final product:D
     
    Webmaster2008, May 5, 2008 IP