Community Forums › Forums › Design Tips and Tricks › html in a text box
This topic contains 6 replies, has 4 voices, and was last updated by John 5 months ago.
-
AuthorPosts
-
December 10, 2012 at 3:00 pm #4262
> Is it possible for me to add a html text box to the sidebar that will allow just that area to have a different colored background or background image.
>
> I am trying to replicate http://www.thelegaldeedpollservice.org.uk/ on
> the test domain http://deedpoll.rednoisemedia.co.uk/
>
> on the widget areas where they are images I can do that fine, but I am
> struggling with some of the other areas such as the need help widget
> on the right hand sidebar
>
> URL
> http://deedpoll.rednoisemedia.co.uk/
>
December 10, 2012 at 3:18 pm #4270Read this -http://wpbtips.wordpress.com/2009/09/19/background-color-to-text/.
Twitter Handles: @thecre8tivediva | Website: Cre8tiveDiva.com | LinkedIn Group: http://goo.gl/nNe1m
Why Not Take The Challenge! – Help us answer some of the unanswered postsDecember 10, 2012 at 3:24 pm #4274It is possible – every widget is assigned a specific ID by WordPress which you can use in your CSS to customize that particular widget. Firebug will help you drill down to what that ID is.
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google
December 11, 2012 at 12:50 pm #4542I am new to this so… I am using the balance theme, I would like to customize the title in the text widget by altering the font and color. I can alter the font and color of the text in the text box but the not title. I can not find on the css editor the text widget. Any help, thanks.
December 17, 2012 at 6:40 am #5723gatorman,
To help you we’ll need a link to your site and specific details about which widget title you want to change and which changes to make.
John
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google
December 17, 2012 at 6:51 am #5726I got that resolved from help here in another thread. This is what I did.
.widget-area h4 {
color: #ff4040;
font-family: Verdana, Arial, Tahoma, sans-serif;
font-size: 11px;
font-weight: bold;
margin: 0 0 15px;
padding: 0;
text-transform: capitalize;
}This forum is so great, especially for a newbie. I have learned a ton in a short period of time. I never even knew how to look and find the code for specfic elements on a page. Now I have seen how to do that and have identified several areas and tweaked them to my taste. Just great fun. The site is still a work in progress and the progress moves at the speed of a glacier but… http://www.belovedesigns.com
December 17, 2012 at 7:14 am #5731Glad to hear it – keep learning!
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google
-
AuthorPosts
The topic ‘html in a text box’ is closed to new replies.