The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Change color an font is register and main.

4 posters

Go down

In progress Change color an font is register and main.

Post by Medias November 28th 2013, 11:47 pm

Hello. How can i change
A:the agree with term services font color? http://mediascenter.forumfreek.com/register
B:This font size and color or edit the words Change color an font is register and main. THIS
avatar
Medias
New Member

Posts : 11
Reputation : 0
Language : greek

Back to top Go down

In progress Re: Change color an font is register and main.

Post by TheCrow November 28th 2013, 11:56 pm

Hello Medias,

What version is your forum?
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Change color an font is register and main.

Post by Medias November 29th 2013, 12:00 am

I have phpbb3


Last edited by Medias on November 29th 2013, 12:33 am; edited 1 time in total
avatar
Medias
New Member

Posts : 11
Reputation : 0
Language : greek

Back to top Go down

In progress Re: Change color an font is register and main.

Post by TheCrow November 29th 2013, 12:08 am

It is difficult to change that because by having phpbb3 the templates are available to change them. Both of your requests are easily changeable throw the templates.. Confused 
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Change color an font is register and main.

Post by Medias November 29th 2013, 12:11 am

Can I modify the current template?I dont want to change it.
avatar
Medias
New Member

Posts : 11
Reputation : 0
Language : greek

Back to top Go down

In progress Re: Change color an font is register and main.

Post by TheCrow November 29th 2013, 12:18 am

No i mean that you cannot change the template because of the forum version which is why you cannot change what you want.. I know how to change them but it is throw the templates..

So its better to wait for someone else to answer..
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Change color an font is register and main.

Post by Medias November 29th 2013, 12:21 am

ok thank you.
avatar
Medias
New Member

Posts : 11
Reputation : 0
Language : greek

Back to top Go down

In progress Re: Change color an font is register and main.

Post by TheCrow November 29th 2013, 12:26 am

Τry adding this in your CSS Stylesheet (but it is not sure it will work)

Code:
.main-content standalone {
color: #000000;
}
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Change color an font is register and main.

Post by Medias November 29th 2013, 12:31 am

Unfortunatelly...no..absolutelly no change,.
avatar
Medias
New Member

Posts : 11
Reputation : 0
Language : greek

Back to top Go down

In progress Re: Change color an font is register and main.

Post by TheCrow November 29th 2013, 12:34 am

ok then if u want you can change all the normal default buttons of forumotion with this code:

Code:

      /*Dynamic Forumotion Buttons by Proxy*64*.Please don't remove this comment*/
input[type="submit"]{
color:#FFFFFF;
background-color:#000000;
border:double 2px #000000;
border-radius:4px;
text-shadow:-4px 1px 10px #000000;
}

input[type="submit"]:hover{
color:#000000;
  background-color: #FFFFFF;
  }
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Change color an font is register and main.

Post by SLGray November 29th 2013, 1:02 am

Code:
.main-content standalone {
    color: #000000 !important;
    }


Change color an font is register and main. Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Change color an font is register and main.

Post by Ange Tuteur November 29th 2013, 1:06 am

For the terms of service color, you're talking about the boutons right?

Try this CSS for those:
Administration Panel > Display > Pictures and colors > Colors > CSS stylesheet
Code:
.button1.cgu-buttons, .button2.cgu-buttons{
color:#000 !important;
}
For your second query use this CSS:
Code:
.header .posts{
font-size:12px;
color:red;
}
.header .topics{
font-size:12px;
color:red;
}
.header .lastpost{
font-size:12px;
color:red;
}
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum