On my website (http://www.davideldib.com) I have used the random text widget. you can find it at the right bottom "Was andere über David sagen ..."
I am fighting to change the font size and I have no idea what to do. Please help.
Thanks
David
On my website (http://www.davideldib.com) I have used the random text widget. you can find it at the right bottom "Was andere über David sagen ..."
I am fighting to change the font size and I have no idea what to do. Please help.
Thanks
David
Any idea?
Try using Firefox with the Firebug add-on for this kind of CSS work.
http://getfirebug.com/
Add this to your CSS file.
.randomtext { font-size: 1.4em; }
.randomtext h2 { font-size: 1em !important; }
Personally, I would have fixed the widget code (wrapped the text inside the paragraph, added a proper class to it).
andrei, you are my hero. thank you very much! it works!
You must log in to post.