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.

How to get free ads and how to make font color change?

Go down

How to get free ads and how to make font color change? Empty How to get free ads and how to make font color change?

Post by PlatinumWata December 11th 2010, 2:01 pm

When I choose Forumotion over Invision it said free none ads etc.

I have a ad just below my banner, and it looks awful....how can i take this off? Do I have to pay 12 dollars just to take one banner of?

My chat box is working, but the log in, refresh etc is red, and I need it white....how can I change it? CSS?
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

How to get free ads and how to make font color change? Empty Re: How to get free ads and how to make font color change?

Post by Guest December 11th 2010, 3:43 pm

Try
ACP - General - Forum - Configuration - Activate ads : Guest (:

try put this in your CSS:
ACP - DIsplay - Colors - CSS Stylesheet:
Code:

#chatbox_header a {
   color: #fff !important;
   }
avatar
Guest
Guest


Back to top Go down

How to get free ads and how to make font color change? Empty Re: How to get free ads and how to make font color change?

Post by PlatinumWata December 11th 2010, 3:47 pm

The chatbox worked like a charm!

But the ads are still there!!

I only have two options....alll or members and guests.
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

How to get free ads and how to make font color change? Empty Re: How to get free ads and how to make font color change?

Post by Guest December 11th 2010, 3:49 pm

I can't help you with the adz (:
I think you may pay for them :/
avatar
Guest
Guest


Back to top Go down

How to get free ads and how to make font color change? Empty Re: How to get free ads and how to make font color change?

Post by PlatinumWata December 11th 2010, 3:50 pm

Ok, thats fine!

Thanks anyways!

One more questions since your here....

My chatbox has a white background.....can i make it have a theme background of a picture I have? that would be cool
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

How to get free ads and how to make font color change? Empty Re: How to get free ads and how to make font color change?

Post by Guest December 11th 2010, 3:55 pm

Yah of course (:
In your CSS again add this:

Code:

body.chatbox {
   background-image: url(THE BACKGROUND LINK HERE);
   }
avatar
Guest
Guest


Back to top Go down

How to get free ads and how to make font color change? Empty Re: How to get free ads and how to make font color change?

Post by PlatinumWata December 11th 2010, 3:58 pm

It works but it doesnt go in the place people type.....it also doesnt go all the way up and only to the online thing and stops.
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

How to get free ads and how to make font color change? Empty Re: How to get free ads and how to make font color change?

Post by Guest December 11th 2010, 4:01 pm

Try this code too:
Code:

.chatbox_row_1 {
   background-color: transparent;
   }
.chatbox_row_2 {
   background-color: transparent;
        background-image: none;}

#chatbox_members .member-title {
   background-color: transparent;
   }
#chatbox_header.main-head {
   background-color: transparent;
   }
avatar
Guest
Guest


Back to top Go down

How to get free ads and how to make font color change? Empty Re: How to get free ads and how to make font color change?

Post by PlatinumWata December 11th 2010, 4:36 pm

it works!!!!

now how do i transparent it down abit? so its abit transparent....im talking about the image put inside chat box.
PlatinumWata
PlatinumWata
Forumember

Male Posts : 447
Reputation : 0
Language : English
Location : United States (born from England)

Back to top Go down

How to get free ads and how to make font color change? Empty Re: How to get free ads and how to make font color change?

Post by Guest December 11th 2010, 6:16 pm

I don't think its possible Very Happy but you can do that with photoshop Very Happy
but let's try this:
inside this code:
Code:

body.chatbox {
  background-image: url(THE BACKGROUND LINK HERE);
  }

Add:
Code:
filter:alpha(opacity=90); opacity:0.9;
avatar
Guest
Guest


Back to top Go down

Back to top

- Similar topics

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