Bulleted list with arrows and custom font size

  • Posted in : Responsy WP
  • keithpa
    Participant

    I would like to create bulleted lists with arrows like on this page: http://snapshotphotobooth.com/packages/

    Here is the code I would like to apply this bulleted list to:

    Get in the Picture with your friends and family!
    1. Set up your pose on the live view monitor.
    2. Press the foot pedal to start taking photos.
    3. Photos are printed instantly – everyone in the photo gets a print!
    4. A 3×2 foot black frame sets the stage, however the frame is optional.
    5. For our vertical layouts we do not use a frame.
    6. Snapshot requires access to power and a min 8 x 5 feet.

    I will remove the numbering once I figure out how to get the arrow bullets with this font size.

    ahmetsali
    Keymaster

    Hi, you can use this shortcode;

    [list_wrap list_type="simple"]
    [list_item]Lorem ipsum dolor sit amet, consectetuer adipiscing elit.[/list_item]
    [list_item]Aliquam tincidunt mauris eu risus.[/list_item]
    [list_item]Vestibulum auctor dapibus neque.[/list_item]
    [/list_wrap]
    
    keithpa
    Participant

    great – thanks

    how do i make the font for the list 16?

    is it possible to set the font size globally on a page?

    keithpa
    Participant

    How do i set the line spacing for the bullet points to 1.5 or double space?

    ahmetsali
    Keymaster

    you can try this custom css code;

    .content ul.list.simple li {
        font-size: 16px;
        line-height: 1.5;
    }
    
    keithpa
    Participant

    do i put this before the shortcode you mentioned above?

    ahmetsali
    Keymaster

    no it is custom css, please see this post about using custom css;

    http://www.pixelwars.org/forums/topic/how-to-use-custom-css-for-wordpress-themes/

Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Responsy WP’ is closed to new topics and replies.