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.

Enlarge this image to see fullsize - Font Color

4 posters

Go down

Solved Enlarge this image to see fullsize - Font Color

Post by runawayhorses May 10th 2012, 9:28 pm

How do you change the text above images on the forum posts that are wide enough to display this link on top of the image "Enlarge this image to see fullsize"? I would like to change the font color via CSS of that text link without it affecting any other font colors.

thanks


Last edited by runawayhorses on May 11th 2012, 1:52 am; edited 1 time in total
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Solved Re: Enlarge this image to see fullsize - Font Color

Post by LGforum May 10th 2012, 11:36 pm

Code:

.resizebox .resize_content a {
  font-size: 14px;
}
Change 14px to whatever obviously.
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Solved Re: Enlarge this image to see fullsize - Font Color

Post by +Fusion- May 11th 2012, 12:33 am

LGforum wrote:
Code:

.resizebox .resize_content a {
  font-size: 14px;
}
Change 14px to whatever obviously.

i believe she said Font color, Wink

Code:

.resizebox .resize_content a {
  font-color: #000000;
+Fusion-
+Fusion-
Forumember

Male Posts : 252
Reputation : 4
Language : English
Location : Flying

http://www.xcodezz.com

Back to top Go down

Solved Re: Enlarge this image to see fullsize - Font Color

Post by LGforum May 11th 2012, 1:19 am

Ah yes my apologies. In that case the code is:

Code:

.resizebox .resize_content a {
  color: #000;
}
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Solved Re: Enlarge this image to see fullsize - Font Color

Post by runawayhorses May 11th 2012, 1:52 am

Thanks LG it worked perfectly.. Smile
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

Solved Re: Enlarge this image to see fullsize - Font Color

Post by +Fusion- May 11th 2012, 3:37 am

LOL @ my fail code
+Fusion-
+Fusion-
Forumember

Male Posts : 252
Reputation : 4
Language : English
Location : Flying

http://www.xcodezz.com

Back to top Go down

Solved Re: Enlarge this image to see fullsize - Font Color

Post by SLGray May 11th 2012, 5:22 am

Topic Solved & Locked


Enlarge this image to see fullsize - Font Color 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 : 51489
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Back to top

- Similar topics

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