• Resolved emilysparkle

    (@emilysparkle)


    for the life of me, i can’t figure out the css to affect simple-links. i’m not an expert at css, but i’m not a novice. i’ve used firebug to try to figure out the syntax and tried suggestions i’ve found in this forum, but to no avail.

    i’m just trying to get the bullets to go away and have my links in a particular category display inline on a page so the logos of our sponsors line up next to each other. i think i’ve tried every combo of css and my eyes are about to fall out.

    .entry li.simple-links-item, .entry li.simple-links-item-shortcode {list-style-type: none!important; display: inline!important;}

    unifierfestival-.-com-/-our-sponsors is the url (minus the minus signs)

    thank you so much. the plugin works perfectly. i’m not sure why i can’t figure this out.

    https://www.ads-software.com/plugins/simple-links/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mat Lipe

    (@mat-lipe)

    Helo,

    Give this a try.

    .simple-links-item{
        list-style: none;
        width: 25%;
        float: left;
        padding: 10px;
    }

    You may have to add !important in case your theme is overriding the styles.

    Adjust as necessary

    Thread Starter emilysparkle

    (@emilysparkle)

    yeah, sadly that doesn’t work for me, not even with all of them marked important. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘shortcode syntax to turn off bullets?’ is closed to new replies.