Shape 5

Joomla Templates => EZ Web Hosting - Club => : leisser November 04, 2013, 01:14:54 AM



: ezwebhosting top section colors and logo
: leisser November 04, 2013, 01:14:54 AM
Hello
Is there a way to change the ezwebhosting top section colors (the blue and the black) and logo size?

thank in advance


: Re: ezwebhosting top section colors and logo
: mylwomedia November 04, 2013, 12:36:09 PM
Yes and Yes  :D

I'll start with your logo size first....

1) Here are the elements in the template file to change. [marked in bold]

#s5_logo {
    cursor: pointer;
    float: left;
    height: 79px;
    margin-bottom: 6px;
    margin-left: 0;
    margin-top: 11px;
    width: 87px;

Now? There is possible "width limits" in which if you make your logo too wide, it could affect something

2) May I ask what browser you are using?

3) I have have just installed this myself to test it and used the SiteShaper, so I have not tried inserting a logo yet to see what breaks and I plan on changing colors also...but that will be later.

J


: Re: ezwebhosting top section colors and logo
: mikenicoll November 04, 2013, 01:42:40 PM
Hello,

1) - You can change the logo parameters at line 523 in the Template.CSS file

2) - The Social/Register bar is affected by the Highlight Color chosen in the Template Manager. You can adjust the other colors by adding this to the custom.css file and adjusting the color codes.


#s5_header_area1 {
background: #c00 !important;}

#s5_header_area_inner {
background: #0ff; !important;}

-Mike