change the colour of the grey bar (SOLVED) - Joomla! Forum - community, help and support
does know if can change colour of grey bar pdf, print , email friend option is? please see our website visualize.
can editing css? if abouts? use ja purity template.
can editing css? if abouts? use ja purity template.
change following css entry available in file template.css located in directory \templates\ja_purity\css\template.css.
before change:
after change: removes grey bar
after change: removes both grey bar , grey border
before change:
code: select all
.article-tools {
border-top: 1px solid #dddddd;
width: 100%;
float: left;
clear: both;
margin-bottom: 15px;
display: block;
background: #ececec;
}
after change: removes grey bar
code: select all
.article-tools {
border-top: 1px solid #dddddd;
width: 100%;
float: left;
clear: both;
margin-bottom: 15px;
display: block;
/* background: #ececec; */
}
after change: removes both grey bar , grey border
code: select all
.article-tools {
/* border-top: 1px solid #dddddd; */
width: 100%;
float: left;
clear: both;
margin-bottom: 15px;
display: block;
/* background: #ececec; */
}
Comments
Post a Comment