joomla h2 page title not showing chrome - Joomla! Forum - community, help and support
hi guys (unisex),
i creating template , reason not show titel (h2) in chrome.
ie , ff works fine. came across thiss before?
many help
ps forgot link "eurosecurite18.com/18/fr/prestations"
i creating template , reason not show titel (h2) in chrome.
ie , ff works fine. came across thiss before?
many help
ps forgot link "eurosecurite18.com/18/fr/prestations"
you need remove content out class code needs this
instead of this
code: select all
.mmg-postheader{
bottom: 3px;
background: url("../images/blockheadericon.png") no-repeat;
display: inline-block;
font-size: 0;
line-height: 0;
margin-right: 6px;
position: relative;
vertical-align: middle;}instead of this
code: select all
.mmg-postheader{
bottom: 3px;
content: url("../images/blockheadericon.png") !important;
display: inline-block;
font-size: 0;
line-height: 0;
margin-right: 6px;
position: relative;
vertical-align: middle;}
Comments
Post a Comment