to.headerbar {
background-color: #12A3EB;
background-image: url("{T_THEME_PATH}/images/spring_header.jpg");
color: #FFFFFF;
It didn't change anything; the header still is tiling. And yes, I did refresh my cache. Is there something else/something different I ought to do to resolve this?.headerbar {
background-color: #12A3EB;
background-image: url("{T_THEME_PATH}/images/spring_header.jpg");
background-repeat: no-repeat;
color: #FFFFFF;
background-repeat: no-repeat;
within the .headerbar
, either in colours.css or common.css.headerbar
inside common.css
after that, you need to goto:Code: Select all
ACP -> Styles -> Style components -> Themes -> Spring Flowers -> Refresh. Yes to confirm.
ACP -> General -> Purge the cache. Run now. Yes to confirm.
Code: Select all
CTRL/Shift + F5 in your Browser to see the changes have taken effect.
Code: Select all
background-repeat: no-repeat;
Code: Select all
.headerbar {
background-color: #12A3EB;
background-image: url("{T_THEME_PATH}/images/spring_header.jpg");
background-repeat: no-repeat;
color: #FFFFFF;
Code: Select all
.headerbar {
background: #ebebeb none repeat-x 0 0;
color: #FFFFFF;
margin-bottom: 4px;
padding: 0 5px;
Code: Select all
background-repeat: no-repeat;
Code: Select all
repeat-x 0 0
\styles\SpringFlowers\theme
and open stylesheet.css
Code: Select all
@import url('borders.css");
Code: Select all
@import url("borders.css");