[Resolved] Stupid question related to widgets

Home Forums Support [Resolved] Stupid question related to widgets

Home Forums Support Stupid question related to widgets

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #63946
    Kerry

    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

    #64005
    Tom
    Lead Developer
    Lead Developer

    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 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.