Image/header at the top of the website - Joomla! Forum - community, help and support
template: protostar
hello,
how can enter background image stay under title of website(which text logo). when trying play positions puts image next title, not under it.
hello,
how can enter background image stay under title of website(which text logo). when trying play positions puts image next title, not under it.
you add css entry similar following achieve want.
when try add new css entry or edit existing entry in protostar template, suggest using file user.css in directory \templates\protostar\css. if have not created file, file has created. reason using file user.css changes make css entries not overwritten future releases of joomla!
code: select all
.header {
background: url(../../../images/powered_by.png) no-repeat;
}
when try add new css entry or edit existing entry in protostar template, suggest using file user.css in directory \templates\protostar\css. if have not created file, file has created. reason using file user.css changes make css entries not overwritten future releases of joomla!
Comments
Post a Comment