
|
|||
![]() Just like the subscribe box , featured video , hot conversation box are styled using this image . How can I style my other widgets like tag cloud , category and few more with this image. I saw it on few websites . But don`t know how to do it . So any sort of help would be appreciated . Thanx to all in advance.
Last edited by Jitender; 11-16-2008 at 08:44 AM. |
|
|||
|
Hey Jay ,
Thx for the reply buddy .... But bro this code did not work.I am using blog layout. I had copied the code mentioned by you above exactly. But nothing happened. So would you pls look into it once more ![]() And thx once again for the help.. Take care.
|
|
|||
|
Hey Jay,
Help me out if possible friend.. ![]() I tried doing the above exactly as you told me.. But am unable to get it there.. This buddy has it on his web.. here Richard Bonner - A Super Affiliate In Progress! |
|
||||
|
i just checked your site, none of the code i mentioned are running?
anyway the code i gave you works perfectly, Code:
locate <h3> tags and replace it with <h2><span><span><strong> and then locate </h3> tags and replace it with </strong></span></span></h2> for tag cloud Code:
<div class="tagcloud">
<h2><span><span><strong><?php echo ot_lang( 'sidebar_cloud' ); ?></strong></span></span></h2>
<ul>
<li><?php wp_tag_cloud('smallest=8&largest=20&number=25&orderby=name');?></li>
</ul>
</div>
<div class="clear"></div>
|
|
|||
|
Hey Thx Jay.
The code you mentioned above did the magic . However friend it only does magic for the by default widgets that come with one-theme . If I use my own widget lets say some text widget that comes out plain and not with the style.Anyways your help did surely work I really appreciate it. Thx to mc2w as well. Friend I didn`t try your code because I`ve dropped the idea as of now but I thank you as well for replying , this would certainly help others in the forum.Hey Jay I am using that firebug thingie however I didn`t know that it could be used this way as well and I also tried doing it and man I could solve my few css problems with it. Nice addon ![]() Thx man
|
| Tags |
| style, widgets |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Rearranging widgets in sidebar | 97hills | Using One Theme | 2 | 10-19-2009 12:54 PM |