Keyword

remove dotted line at bottom of frontend display?

  • altoidboy
  • altoidboy's Avatar Topic Author
  • Offline
  • New Member
More
16 years 4 months ago #8916 by altoidboy
i've got the rss feeder working great in my joomla site. for my purposes, i show only 1 latest post. but at the bottom of the post is a dotted line that is a little irritating to the graphic layout of my site. anyone know how to get rid of it?

Please Log in or Create an account to join the conversation.

More
16 years 1 month ago #8917 by portugaonline
Replied by portugaonline on topic Re: remove dotted line at bottom of frontend display?
In this file mod_jw_srfr/mod_jw_srfr.css

lines:

ul.srfr li {margin:4px 0;padding:2px 4px;border-bottom: 1px dotted #ccc;list-style:none;clear:both;background:#ffffcc;}
ul.srfr li:hover {margin:4px 0;padding:2px 4px;border-bottom: 1px dotted #ccc;list-style:none;clear:both;background:#ffffbb;}

remove border -> border-bottom: 1px dotted #ccc;
or modify dotted to solid

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum