• Resolved estudi33

    (@estudi33)


    Hi,
    I’m using the link widget in the sidebar but the pictures are no space between them.
    It’s possible to increase the space between the images?

    Also I would like to modify the hover effect, changing the colour.

    Web link: http://www.dentalinfo.info

    Thank you for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • /* add margin and remove border*/
    .widget_links li { margin : 10px 0; border: none !important;}
    .widget_links li:after { border: none !important ;}
    
    /* remove background on hover */
    .widget_links li:hover { background: none !important;}

    You cannot really change the color of the images (IMHO) as they are made now, you need some additional element which will overlap them.

    Thread Starter estudi33

    (@estudi33)

    Perfect!!
    Thank you very much for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Space between links in sidebar’ is closed to new replies.