2 questions:-
1. How do i remove the black header and footer (including social networking buttons)?
2. How do i change the colour of the header and footer - I cannot locate relevant code in the ccs?
Thanks
2 questions:-
1. How do i remove the black header and footer (including social networking buttons)?
2. How do i change the colour of the header and footer - I cannot locate relevant code in the ccs?
Thanks
Header:
minimal-skin.css:
#header .submenu {
background: none repeat scroll 0 0 #000000;
border-bottom: 7px solid #EEEEEE;
color: #AAAAAA;
}
The background color is here: #000000 for the header.
For the footer, same CSS file:
#socket {
background: none repeat scroll 0 0 #111111;
}
For future theme updates, it would be better, if you place these changed codes in your custom.css in Corona's CSS folder.
Hey!
Thanks colorit2 for helping us out :)
Best regards,
Peter
You must log in to post.