How do I edit the CSS for JUST the Site Description?
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
How do I edit the CSS for JUST the Site Description?
Hello, forum! Please help me isolate an element on my site and adjust it. I want to be able to change the font and the positioning of the Site Description (next to the logo).
When I edit ".gen" or "span.gen" in CSS, it affects ALL the fonts in my profile menus. Not good.
I have no idea how to isolate and adjust the properties of this ONE box of text and I feel like I've tried EVERYTHING.
Here's my forum:
http://illustrare.forumotion.com/
Thanks for any and all support!
Sarah
When I edit ".gen" or "span.gen" in CSS, it affects ALL the fonts in my profile menus. Not good.
I have no idea how to isolate and adjust the properties of this ONE box of text and I feel like I've tried EVERYTHING.
Here's my forum:
http://illustrare.forumotion.com/
Thanks for any and all support!
Sarah
Last edited by Sarah.givemestories on February 28th 2016, 2:56 am; edited 1 time in total
Sarah.givemestories- Forumember
- Posts : 38
Reputation : 2
Language : English
Location : USA
Re: How do I edit the CSS for JUST the Site Description?
HI there,
All you have to do is make the CSS coding inside the text where you write it out inside the admin panel from the "style" part of the tag.
Admin Panel -->> General -->> Forum --.>> Configuration -->> Site Description -->> Enter the following code and fill it out accordingly.
Because there is a character limit on the text box, in the case if you run out of the limit, simply use a "class" part of the code to edit the CSS inside the stylesheet.
And then in your CSS Stylesheet...
Hope that helps.
If you have any questions feel free to ask.
All you have to do is make the CSS coding inside the text where you write it out inside the admin panel from the "style" part of the tag.
Admin Panel -->> General -->> Forum --.>> Configuration -->> Site Description -->> Enter the following code and fill it out accordingly.
- Code:
<span style="CSS GOES HERE">TEXT GOES HERE</span>
Because there is a character limit on the text box, in the case if you run out of the limit, simply use a "class" part of the code to edit the CSS inside the stylesheet.
- Code:
<span class="NAME OF YOUR CHOICE">TEXT GOES HERE</span>
And then in your CSS Stylesheet...
- Code:
.NAME OF YOUR CLASS {
CSS CODING
}
Hope that helps.


NEVER provide your founder's account or email
Please provide forum's URL when dealing with design and appearance issues
Don't forget to mark the topic as
when the issue is resolved. This helps the staff greatly.
PM Support is prohibited!
TOS | General Rules | FAQ | Tricks & Tips | Latest Updates | Introduce Yourself

Please provide forum's URL when dealing with design and appearance issues
Don't forget to mark the topic as

PM Support is prohibited!
TOS | General Rules | FAQ | Tricks & Tips | Latest Updates | Introduce Yourself

Re: How do I edit the CSS for JUST the Site Description?
Hello, @ Sarah.givenstories!
Ignore what the @Draxion said.
For you to make the desired changes. Access your CSS and search for ".Desc {".
There you will find the following properties:
Bye!
Ignore what the @Draxion said.
For you to make the desired changes. Access your CSS and search for ".Desc {".
There you will find the following properties:
- Code:
font-size: 22px;
font-style: italic;
margin-left: -145px;
margin-right: 315px;
margin-top: -110px;
position: absolute;
Bye!

Re: How do I edit the CSS for JUST the Site Description?
@PaladinoS, you don't have to be rude about it... I was just making a suggestion to his problem as I edited mine just fine by the way I did it.

NEVER provide your founder's account or email
Please provide forum's URL when dealing with design and appearance issues
Don't forget to mark the topic as
when the issue is resolved. This helps the staff greatly.
PM Support is prohibited!
TOS | General Rules | FAQ | Tricks & Tips | Latest Updates | Introduce Yourself

Please provide forum's URL when dealing with design and appearance issues
Don't forget to mark the topic as

PM Support is prohibited!
TOS | General Rules | FAQ | Tricks & Tips | Latest Updates | Introduce Yourself

Re: How do I edit the CSS for JUST the Site Description?
@PaladinoS wrote:Hello, @ Sarah.givenstories!
Ignore what the @Draxion said.
For you to make the desired changes. Access your CSS and search for ".Desc {".
There you will find the following properties:
- Code:
font-size: 22px;
font-style: italic;
margin-left: -145px;
margin-right: 315px;
margin-top: -110px;
position: absolute;
Bye!
Ahem. That's there because I PUT it there. Thanks to Draxion's advice. I just haven't gotten around to posting here and saying thank you.
Thanks Draxion!
Sarah
Sarah.givemestories- Forumember
- Posts : 38
Reputation : 2
Language : English
Location : USA
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum