• Resolved Baddouh

    (@baddouh)


    Hi James,

    Thanks for your plugin, very usefull.
    I use in my site with the option Unordered list but the bullets not apear… also if I use the ordered nothing change.
    I put the lines in the theme stylesheet:

    /* Styles for Simple Link List Widget */
    .widget_link_list ul {} /* Style for unordered list */
    .widget_link_list ol {} /* Style for ordered list */
    .widget_link_list ul li {} /* Style for unordered list item */
    .widget_link_list ol li {} /* Style for ordered list item */

    Need to change something more?
    How I can change the color of the link?
    My site is ritarte.net
    Thanks

    https://wordpress.org/plugins/simple-link-list-widget/

Viewing 1 replies (of 1 total)
  • Thread Starter Baddouh

    (@baddouh)

    I found a solution:

    /* Styles for Simple Link List Widget */
    .widget_link_list ul {list-style-type:square; padding:0 0 0 20px; color:#ffcc00;} /* Style for unordered list */
    .widget_link_list a:hover {color:#ffcc00;}

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Unordered list and color’ is closed to new replies.