site description editing help?
2 posters
The forum of the forums :: Support forum :: Administration Panel, packages, credits and other paid features problems :: Problems Archives
Page 1 of 1
site description editing help?
is it possible to change how this looks ie making the text bigger, bold or even inserting a image?
Last edited by Geordieboy80 on December 19th 2011, 3:29 pm; edited 1 time in total
OMGitsDMC- Forumember
- Posts : 166
Reputation : 0
Language : english
Re: site description editing help?
Try by adding in your CSS Stylesheet:
- Code:
div#logo-desc p{
color: #000 !important;
font-weight: bold !important;
font-size: 15px !important;
}
Guest- Guest
Re: site description editing help?
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;
}
OMGitsDMC- Forumember
- Posts : 166
Reputation : 0
Language : english
Re: site description editing help?
Do you mean a background image? Okay:
For background image, and also text color, font style, size:
For background color, and also text color, font style, size:
For icon before description text, and also text color, font style, size:
For background image, and also text color, font style, size:
- Code:
div#logo-desc p{
color: #000 !important;
font-weight: bold !important;
font-size: 15px !important;
background: url(IMAGELINK);
}
For background color, and also text color, font style, size:
- Code:
div#logo-desc p{
color: #000 !important;
font-weight: bold !important;
font-size: 15px !important;
background: #DDD;
}
For icon before description text, and also text color, font style, size:
- Code:
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;
}
Guest- Guest
OMGitsDMC- Forumember
- Posts : 166
Reputation : 0
Language : english
Re: site description editing help?
Solved | Archived
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» Site description.
» Site description
» Site description randomizer
» Site description hidden
» Site Description Issue
» Site description
» Site description randomizer
» Site description hidden
» Site Description Issue
The forum of the forums :: Support forum :: Administration Panel, packages, credits and other paid features problems :: Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum