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.

Changing text color of links and transparency

5 posters

Go down

In progress Changing text color of links and transparency

Post by Rhino.Freak March 10th 2013, 9:10 am

Hey all, I have been customizing my forums, and faced a few problems that needs solutions!

First is that
Changing text color of links and transparency Stuff11
The color 1, 2 and 3 needs to be made transparent, please help me how?

also can we change the color of text in "Who is Online?" "Statistics" "Forthcoming Calender Events" "Birthdays" etc. ?
please tell me a way to do so!
Also
Changing text color of links and transparency Stuff110
I wanna remove that annoying color too!

Forum Link
Invision


Last edited by Rhino.Freak on March 16th 2013, 9:45 am; edited 1 time in total
Rhino.Freak
Rhino.Freak
Helper
Helper

Male Posts : 1248
Reputation : 104
Language : English
Location : Mumbai, India

http://freetest.forumotion.net/

Back to top Go down

In progress Re: Changing text color of links and transparency

Post by SLGray March 10th 2013, 10:05 am

These all go in your CSS:

Color 1.
Code:
  div#logostrip {
    background-color: transparent;
}
Color 2.
Code:
#submenu {
    background: transparent;
}
Color 3. When you make this transparent, the text will not been visible.
Code:
  #userlinks {
    background-color: transparent;
}
Color 4.
Code:
#gfooter {
    background-color: transparent;
}


Changing text color of links and transparency 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: Changing text color of links and transparency

Post by Rhino.Freak March 10th 2013, 2:52 pm

thanx a lot man, works brilliantly!! Very Happy
just a few issues left is changing text color for " logged in as ..", who is online, birthdays etc..

and whats the code to change opacity of these things?
Rhino.Freak
Rhino.Freak
Helper
Helper

Male Posts : 1248
Reputation : 104
Language : English
Location : Mumbai, India

http://freetest.forumotion.net/

Back to top Go down

In progress Re: Changing text color of links and transparency

Post by Sir Chivas™ March 10th 2013, 3:30 pm

Just add this into all of the codes above:

Code:
-webkit-opacity: 0.5;
   -moz-opacity: 0.5;
   filter:alpha(opacity=50);

So,

Code:
  div#logostrip {
    background-color: transparent;
-webkit-opacity: 0.5;
   -moz-opacity: 0.5;
   filter:alpha(opacity=50);
}
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6965
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

Back to top Go down

In progress Re: Changing text color of links and transparency

Post by Rhino.Freak March 11th 2013, 9:33 am

Rhino.Freak wrote:can we change the color of text "Logged in as "username"" "Who is Online?" "Statistics" "Forthcoming Calender Events" "Birthdays" "Administration Panel" etc. ?
please tell me a way to do so!
Rhino.Freak
Rhino.Freak
Helper
Helper

Male Posts : 1248
Reputation : 104
Language : English
Location : Mumbai, India

http://freetest.forumotion.net/

Back to top Go down

In progress Re: Changing text color of links and transparency

Post by MrEighty8 March 11th 2013, 5:25 pm

Code:

.formsubtitle, table.ipbtable th.formsubtitle {
  color:#HEXNUMBER;
}

Replace HEXNUMBER with the color
MrEighty8
MrEighty8
New Member

Posts : 16
Reputation : 4
Language : English

Back to top Go down

In progress Re: Changing text color of links and transparency

Post by Rhino.Freak March 12th 2013, 5:32 am

MrEighty8 wrote:
Code:

.formsubtitle, table.ipbtable th.formsubtitle {
  color:#HEXNUMBER;
}

Replace HEXNUMBER with the color

thanx man! but the problem is clickable links are still not colored, and also
"Logged In As .." too
Rhino.Freak
Rhino.Freak
Helper
Helper

Male Posts : 1248
Reputation : 104
Language : English
Location : Mumbai, India

http://freetest.forumotion.net/

Back to top Go down

In progress Re: Changing text color of links and transparency

Post by MrEighty8 March 15th 2013, 10:03 pm

Code:
a:link { color: #HEX; }
a:active { color: #HEX; }
a:visited { color: #HEX; }
a:hover { color: #HEX; }
MrEighty8
MrEighty8
New Member

Posts : 16
Reputation : 4
Language : English

Back to top Go down

In progress Re: Changing text color of links and transparency

Post by Rhino.Freak March 16th 2013, 8:28 am

MrEighty8 wrote:
Code:
a:link { color: #HEX; }
a:active { color: #HEX; }
a:visited { color: #HEX; }
a:hover { color: #HEX; }

But I don't want the names of topics to be colored like that :/
Rhino.Freak
Rhino.Freak
Helper
Helper

Male Posts : 1248
Reputation : 104
Language : English
Location : Mumbai, India

http://freetest.forumotion.net/

Back to top Go down

In progress Re: Changing text color of links and transparency

Post by Jophy March 16th 2013, 9:19 am

Please change the title of your topic, that is related to your question/issue, so that other users will be able to find their question/issue using the search engine.
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top


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