Support Forum

  • Page:
  • 1

jtweet borders around tweets.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Can you please tell me what to change in the jtweet.css file in order to remove the borders around the tweets in jtweet?

take a look at www.yknott.com and see the squares around each tweet...I want to remove those so it's just all the grey background.

Thanks,
k
  • Kathleen Knott's Avatar
  • Kathleen Knott
  • Previous Member
  • 53 posts
  • Karma: 0
The administrator has disabled public write access.
Hi Kathleen,

It is not a jtweet thing, it's your template. template.css line 340:

.medium .mainblock-mod ul li, .side-mod ul li {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#B7B7B7 url(../images/main/main-med-readon-bg.png) repeat-x scroll 0 0;
border:1px solid #9C9C9C;
}
  • Seth's Avatar
  • Seth
  • Moderator
  • 8358 posts
  • 225 Thanks
  • Karma: 202
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers