Help with adding a disclaimer to the bottom of my forum
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Help with adding a disclaimer to the bottom of my forum
Hello and good day.
I have a phpbb3 forum and my question is:
How do I go about putting a disclaimer at the bottom of my forum? I post fanfiction and want to make sure that
I don't get myself into trouble.
Charliee39
I have a phpbb3 forum and my question is:
How do I go about putting a disclaimer at the bottom of my forum? I post fanfiction and want to make sure that
I don't get myself into trouble.
Charliee39
Re: Help with adding a disclaimer to the bottom of my forum
Hi,
Add this to your CSS. ACP>Display>Colors>CSS Stylesheet
Alter the color and text of your choice.
Add this to your CSS. ACP>Display>Colors>CSS Stylesheet
- Code:
.copyright:after {
content: "YOUR TEXT";
float: center;
color: #000000;
text-shadow: 0 0 0px black;
}
Alter the color and text of your choice.
inallsorts- Forumember
- Posts : 246
Reputation : 8
Language : English
Re: Help with adding a disclaimer to the bottom of my forum
Sorry, but I'm a partial dummy. I found where you stated to add it, but which line do I copy and paste to?
I see numbers and I see things like body.chatbox, but am unsure as to exactly where to put it.
and thank you for the help
I see numbers and I see things like body.chatbox, but am unsure as to exactly where to put it.
and thank you for the help
Re: Help with adding a disclaimer to the bottom of my forum
you put it ethier the top of the css. just find the first part of the css, press enter, then paste
- Code:
.copyright:after {
content: "YOUR TEXT";
float: center;
color: #000000;
text-shadow: 0 0 0px black;
}
Re: Help with adding a disclaimer to the bottom of my forum
I wanted to let you know that I following the instructions but it wouldn't do it; but
that is okay. I'll just do it differently.
Thank you for all the help and have a very good day.
You can make this as solved.
Charliee39
that is okay. I'll just do it differently.
Thank you for all the help and have a very good day.
You can make this as solved.
Charliee39
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