• Priority: 0
  • Status: Closed
  • Theme: Alysum
  • Assigned To: Alex
  • Private: No
  • Open Date: 31.01.16, 16:09
  • Opened by: dennis
  • Closed by: Alex
  • Closed on: 24.03.16, 14:18
  • Reason: No answer from a customer
  • Comment: Glad to help!

Ticket #9128 - block banner, header and footer color

hi there,

Is there any css code that i can use to change the color the bar of block banner to suit my festive theme?

see pic for example of the place that i wanted to change the color.

and also any css code to change the background color and text color of header, footer?

Thanks.

Comments

dennis 31 Jan 2016, 16:26

i found the way to change block banner back ground color inside my css code.

but can you help with the code to change header line and footer (text and background color) in css code?
or is it changeable inside the theme module?

Alex 01 Feb 2016, 16:10

Hi.
CustomCSS

body {background-color: #F00 !important} /* header background color */
#header span, #header a, #header li {color: black !important} /* header text color */
#footer {background-color: #F00 !important} /* footer background color */
#footer span, #footer a, #footer li, #footer h4, #footer div {color: black !important} /* footer text color */

Best wishes ;-)