How to edit the forum buttons?
2 posters
Page 1 of 1
How to edit the forum buttons?
Hii!! I've seen some forums editing their 'Preview', 'Send', 'Login', etc. buttons - this forum for example.
How do I turn this:
Into this:
???
How do I turn this:
Into this:
???
Last edited by Moku on June 24th 2015, 7:58 pm; edited 1 time in total
Re: How to edit the forum buttons?
Hi @Moku,
Add the following rules to your stylesheet.
( Display > Colors > CSS stylesheet )
Change the colors as you wish.
Add the following rules to your stylesheet.
( Display > Colors > CSS stylesheet )
- Code:
/* buttons */
a.button1, a.button2, button.button2, input.button1, input.button2 {
color:#FFF !important;
font-weight:bold;
background:#8C5;
border:none !important;
border-radius:3px;
padding:5px 10px !important;
margin:3px;
-webkit-transition:300ms;
transition:300ms;
}
a.button1:hover, a.button2:hover, button.button2:hover, input.button1:hover, input.button2:hover { background-color:#7B4 }
a.button1:focus, a.button2:focus, button.button2:focus, input.button1:focus, input.button2:focus { background-color:#333 }
Change the colors as you wish.
Re: How to edit the forum buttons?
Thank you Ange Tuteur, nothing has changed though.
My forum version is phpBB2, maybe that's the problem?
My forum version is phpBB2, maybe that's the problem?
Re: How to edit the forum buttons?
You'll need to use this CSS for phpbb2 :
- Code:
/* buttons */
input.mainoption, input.liteoption {
color:#FFF !important;
font-weight:bold;
background:#8C5;
border:none !important;
border-radius:3px;
padding:5px 10px !important;
margin:3px;
-webkit-transition:300ms;
transition:300ms;
}
input.mainoption:hover, input.liteoption:hover { background-color:#7B4 }
input.mainoption:focus, input.liteoption:focus { background-color:#333 }
Similar topics
» [Solved] Edit 3 Buttons Please
» Can't edit navigation bar messages buttons
» Category and Edit Buttons CSS Code
» edit thanks and multi quote buttons
» Post Edit Buttons Not Showing
» Can't edit navigation bar messages buttons
» Category and Edit Buttons CSS Code
» edit thanks and multi quote buttons
» Post Edit Buttons Not Showing
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum