Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] Sidebar Title or modify css of a specify widget (http://forum.bytesforall.com/showthread.php?t=12502)

ponzaracconta Jan 28, 2011 10:57 AM

[SOLVED] Sidebar Title or modify css of a specify widget
 
As the title say, it's possible to show a title for the sidebars and change the css of a specify widget?

I use Atahualpa 3.5.3 and wordpress 3.0.4

Thanks

juggledad Jan 28, 2011 11:12 AM

you could add a text widget as the first and use that for the title

yes you can modify the css for a single widget by using a CSS Insert built with a CSS Selector that targets the widget in question.

You'll need to look at the generated source of a page to determine how to build your CSS Selector.

ponzaracconta Jan 29, 2011 03:25 PM

with the css selector i've found that the widget is

div id="text-5" class="widget widget-text"

now what css i have to insert to modify this widget?

juggledad Jan 29, 2011 06:45 PM

All depends on what you are trying to do. If you used
HTML Code:

#text-5{color:#00ffff;}
all the text would be a bright blue.

A good reference for CSS is w3schools.com/css

ponzaracconta Jan 30, 2011 02:52 PM

Thanks a lot, it works


All times are GMT -6. The time now is 05:42 AM.

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