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.

change following css entry available in file template.css located in directory \templates\ja_purity\css\template.css.

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

Popular posts from this blog

How to decompile jsxbin to jsx

Gavik Photoslide GK2: Not able to upload photos - Joomla! Forum - community, help and support

Phoca Guestbook logger registret bruger af - Joomla! Forum - community, help and support