Question:
how to change font color in a div tag html snippet?
?
2013-02-17 07:45:25 UTC
I want change the color and font size on just the title (recent activity) and the loading screen title (loading activity) . Any help with this would be greatly appreciated. Also how can I pick out certain words to change certain colors. say the timeline being (ra show time ago) how can i keep that black and change links (4 contents or items) without changing the font color on the description or the action that triggered the recent activity feed. Someone buying an item will show John Doe , 44 purchased blahblahblah (not clickable) then under it, it shows a link of the item title and under that it shows the timeline unclickable beside that is a picture ( to the left top) and the snippet is 2 colums I beleive the picture being in the left column alone and the column on the right being the title contents of the item and trigger. You can see a little bit of what im talking about on www.noretailsale.com its the recent activity feed on the left side under the social bar. Thank you for any help. The current coding is also included below.

Loading Activity...
Three answers:
dhananjai
2016-10-08 08:09:41 UTC
to alter a font, in basic terms upload right here on your form... font-family members:"Lucida Grande",Arial,Helvetica,sans-serif; This ensures that if Lucida Grande isn't put in on the customers pc, then Arial would be used somewhat. If Arial isn't obtainable, Helvetica. If that's no longer obtainable, than use the pc's default sans-serif font. that's significant given which you are able to on no account be a hundred% effective that a particular font is put in, so which you would be able to supply suggestions for the browser interior the form a variety of of of your selected fonts are not obtainable.
?
2013-02-17 08:17:33 UTC
Put a span around "Loading Activity":



Loading Activity...



As for the activity list entries, here's the code of a single item:



A Hanoi, 44, VN user just viewed the

Toys & Hobbies>Remote Controlled>Helicopters

collection

about an hour ago






To make the name stand out, you need to edit the code that puts it together, and for instance put a span tag around the name:

A Hanoi, 44, VN user just viewed the ...



then add a css rule for the class:



.ra_txt_wrp .name_hightlight {

color: #777; // grey

}
?
2016-10-08 01:31:37 UTC
to alter a font, in basic terms upload right here on your form... font-family members:"Lucida Grande",Arial,Helvetica,sans-serif; This ensures that if Lucida Grande isn't put in on the customers pc, then Arial would be used somewhat. If Arial isn't obtainable, Helvetica. If that's no longer obtainable, than use the pc's default sans-serif font. that's significant given which you are able to on no account be a hundred% effective that a particular font is put in, so which you would be able to supply suggestions for the browser interior the form a variety of of of your selected fonts are not obtainable.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...