how can i edit the colour of the branding and the twitter bar as they go out off symmetry
!!!
Best Answer Danny , 18 December 2012 - 11:55 AM
The PageLines logo in the footer is an image. If you wish to have this image black you will need to edit that image in software such as GIMP or Adobe Photoshop.
Go to the full post
Posted 13 December 2012 - 03:10 PM
how can i edit the colour of the branding and the twitter bar as they go out off symmetry
!!!
Posted 13 December 2012 - 03:10 PM
i want them black !
Posted 14 December 2012 - 03:38 AM
Hi there,
As you've got the site to full width you'll need to color both the sections independantly using css.
#simple_nav {background:#000000;}
.section-twitterbar {
background: none repeat scroll 0 0 #000000;
}
Posted 14 December 2012 - 09:47 AM
but can i change the colour of the pagelines logo down under the simple nav ??? i want that logo to b black ! can it be ?
Posted 18 December 2012 - 11:55 AM Best Answer
The PageLines logo in the footer is an image. If you wish to have this image black you will need to edit that image in software such as GIMP or Adobe Photoshop.