Adding bullets in a footer widget

Discussion in 'Dzonia WordPress Theme' started by dajenkin, Apr 14, 2013.

Thread Status:
Not open for further replies.
  1. dajenkin

    dajenkin New Member

    Joined:
    Apr 12, 2013
    Messages:
    20
    Likes Received:
    0
    Hi,

    How can I add bullets in a Footer widget. I'm using the Text Widget and I do not see another widget available to be able to do this. I checked off Automatically Add Paragraphs w/in the widget and this helps, but still would like to add bullets to my list I created ...

    Thank you,
    Diane
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Diane,

    Select text widget and just add your content in code format given below.

    Code:
    <ul>
    <li> Your content </li>
    <li> Your content </li>
    <li> Your content </li>
    <li> Your content </li>
    </ul>
     
  3. dajenkin

    dajenkin New Member

    Joined:
    Apr 12, 2013
    Messages:
    20
    Likes Received:
    0
    Ok, did this - thank you - but, is there a way to have this bulleted list under the title of the widget like a Custom Menu widget that lines up the bulleted Site Menu directly under the title?
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Add code as shown in image.


    [​IMG]

    It will look same as custom menu.
     
  5. dajenkin

    dajenkin New Member

    Joined:
    Apr 12, 2013
    Messages:
    20
    Likes Received:
    0
    Works now! Thank you!
     
Thread Status:
Not open for further replies.

Share This Page