Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Post-Kicker, -Byline & -Footer (http://forum.bytesforall.com/forumdisplay.php?f=17)
-   -   How can change dynamic category font color (http://forum.bytesforall.com/showthread.php?t=9641)

praveenc4 Sep 14, 2010 03:51 AM

How can change dynamic category font color
 
Hi Frds,

Thanks for wonderful theme,

I tried to change font color for dynamic category name, but it is not working.

can any one help me out to change font color.

Thanks,
Praveen

juggledad Sep 14, 2010 04:33 AM

need more info, versions URL, better description - are you talking about a plugin? widget? page?

praveenc4 Sep 14, 2010 05:19 AM

I am using Atahualpa 3.4.9 wordpress theme.

I need to change after post, footer items. where we have a links 'leave a comment' & category name.

Here i need to change font color for category name, which generating dynamically.

I am able change font color for 'leave a comment' link but not category name.

Please help me out to change the category font color.

juggledad Sep 14, 2010 05:44 AM

you can change the color of the categories using
HTML Code:

.post-footer a {color: #00ffff !important; }
but this will change the entire line and if there are multiple categories, they will all be the same color. There is no unique identifier being generated.

You might be able to go into the code and add a 'class=' and then the category name to the <a> that is generated and then specify a css selector for each category.

praveenc4 Sep 14, 2010 05:52 AM

please find the below code:

<br />
<image(comment-gray.gif)> %comments('<span class="col">Leave a comment'</div>, '<span class="col">One comment</span>', '% comments', '<span class="col">Comments are closed</span>')% &nbsp; <image(folder-gray.gif)> %categories-linked(', ')% %tags-linked('&nbsp; <image(tag-gray.gif)> ', ', ', ' &nbsp; ')% %edit('<span class="col"> | </span>', '<span class="col">Edit</span>', '')%

In that you can see the <span class="col">leave a comment</span>

Here %categories-linked(', ')%, which generating dynamically category name. so, how i change the font color for this kind of code.

praveenc4 Sep 15, 2010 07:31 AM

waiting for reply...

juggledad Sep 16, 2010 09:29 AM

what version of Atahualpa and WP?
What is your UL?
point to the page demonstrating what you want to do.


All times are GMT -6. The time now is 05:13 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.