Before you ask please READ THIS

Changing Color on website and Footer setting

edited May 2012 in Airborn Posts: 10
Hi Support team,

1 - Can you help me change the color of the area which is below slider ..
i have attached the screenshot for better understanding (colors.png)

2 - and i also wanted to the change the color of font in the same screenshot

3 - i am facing a problem in the last box of footer where alignment is not correct , it always go up or down when i add last footer widget , can you guide if i am making any mistake here and how to fix (screenshot Footer.png)

website: www.urecomm.com

Please help me with these, looking forward for your response
Thanks
Post edited by aamir on

Comments

  • AirAir
    Posts: 10,970
    Hi there aamir

    1&2: You have to edit file /wp-content/themes/airborn/style-def.css line ~447

    #boxHello { background:#ebebeb url(common/gfx/theme1/images/shadowhome.png) bottom repeat-x; padding:30px 25px 0px 25px; }
    and change it to

    #boxHello {
    background-color:#ebebeb;
    background-image: none;
    color: #ff0000;/* FONT COLOR */
    padding: 30px 25px 0px 25px;
    }
    edit colors you like :-)

    3: it looks like it behave that way cause it is empty(no title no content). Does it behave the same when it is full of content? If yes please fill it with content :-)

    With regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion