is it possible to change how this looks ie making the text bigger, bold or even inserting a image?
Last edited by Geordieboy80 on Mon 19 Dec - 15:29; edited 1 time in total
div#logo-desc p{
color: #000 !important;
font-weight: bold !important;
font-size: 15px !important;
}
cheers for that, is there anyway to insert an image where the text goesGassy wrote:Try by adding in your CSS Stylesheet:
- Code:
div#logo-desc p{
color: #000 !important;
font-weight: bold !important;
font-size: 15px !important;
}
div#logo-desc p{
color: #000 !important;
font-weight: bold !important;
font-size: 15px !important;
background: url(IMAGELINK);
}
div#logo-desc p{
color: #000 !important;
font-weight: bold !important;
font-size: 15px !important;
background: #DDD;
}
div#logo-desc p{
color: #000 !important;
font-weight: bold !important;
font-size: 15px !important;
background: url(http://2img.net/i/fa/admin/couronne.png) no-repeat;
padding-left: 19px;
padding-top: 2px;
}