• Hi.
    I have chosen to use a text widget in the feature area. I want to make a bulleted list. But the text size is too large – how can I change this?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author kevinhaig

    (@kevinhaig)

    You can try an in-line style.

    In the text widget

    <ul style="font-size:10px;">
    <li>list item 1</li>
    <li>list item 2</li>
    <li>list item 3</li>
    </ul>

    Thread Starter maller82

    (@maller82)

    Thank you for your response. I am not used to use html codes. Where do I place the code and the “real” text?

    Theme Author kevinhaig

    (@kevinhaig)

    List Item 1, List Item 2….is the real text.

    Thread Starter maller82

    (@maller82)

    Hi Kevin. Thank you so much for your help!
    I am almost there ??

    https://www.bram-el.dk/wordpress/

    I want the text underneath the listing (“Vi hj?lper…”) to be as the text above the listing. Do I miss a html code?

    Theme Author kevinhaig

    (@kevinhaig)

    Put the text below the </ul> tag. Add a line break with <br/> if you want.

    You should probably Google around to get some basic html instruction sites, to get you started. You will need to know basic html and css if you are going to set up and maintain your own site ??

    Thread Starter maller82

    (@maller82)

    Your probably right ?? Thank you so much for your help. I appreciate it a lot ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Text font and size in widget’ is closed to new replies.