Hi,
what's the file/line of CSS that that controls the colour of the welcome banner at the top of the theme, and the thin banner/line left behind when it is closed?
Hi,
what's the file/line of CSS that that controls the colour of the welcome banner at the top of the theme, and the thin banner/line left behind when it is closed?
Hi tacularmatt,
Kindly add this code in Quick CSS(located in Choices > Theme Options > Styling) or at the bottom of custom.css:
#info_text_header {
background-color: red;
}
or
#info_text_header {
background-color: red !important;
}
Just change the color value. Hope this helps.
Regards,
Ismael
Thanks, that helped a lot...for the sake of completeness though the following give you control of the banner, the icon and the border respectively
.#info_text_header {
background-color: red;
}
#info_text_header a {
background-color: red;
}
#header {
border-color: red;
}
Hey!
Glad that Ismael could help you :)
Best regards,
Peter
This topic has been closed to new replies.