Archived topic
Stupid question related to widgets
1 reply · Started by Kerry on January 10, 2015
Hi there
I am sorry for the stupid question but I am very new to the world of technology and am slowly trying to figure this out on my own...
I have two questions related to widgets:
1. How do I change the size of the font in a widget? I have read about changing the CSS code but I cant even figure out where exactly to do this for the widget (yes I am blonde)
2. How do I create a hyperlink within widget content? Presumably in the same place as above but again I cant find the course code for it.
Please help.
Many thanks
K
Hi there,
I'll be adding an option to alter the width font size ASAP.
For now, you can use this CSS:
.widget {
font-size: 15px;
}
You'll see a URL for a custom CSS plugin in my signature below.
As for the hyperlink, the Text widgets require HTML.
<a href="http://google/com">This links to Google</a>
Hope this helps :)