I thought it was a widget problem but it looks like I need to remove it from theme. Here it is http://screencast.com/t/55d5fVFGF also my website is http://www.thefoodfather.com Please tell how to remove for just that section.
Bullet triangle in footer
9 posts from 3 voices-
Posted 1 year ago #
-
Hey,
add following code to style.css:
.box .aktt_tweets li a{ background: none; padding-left: 0 }Posted 1 year ago # -
Thanx it wored!
Also how do i get it to format the tweet correctly it's throwing in extra lines in the tweet. See image http://screencast.com/t/H1VukUyZuYmg
website http://www.thefoodfather.com
Posted 1 year ago # -
Please use:
.box .aktt_tweets li a{ background: none; padding-left: 0; border-bottom: none; }Posted 1 year ago # -
Ok thanks, but now you are going to hate me I decide to use a different plugin called HL twitter which I really like. I don't mind the line separation or the triangles, but I noticed that if a tweet contains a web address it separates it with the line. Is there a way to not to do that for web address within tweets?
http://screencast.com/t/PElnPt2HQ
I really appreciate all your help it's nice to know there are people that support their product! I will recommend your themes all day
Posted 1 year ago # -
anything?
Posted 1 year ago # -
Hey,
the line is caused by a border below links. The style for this is located in style1.css:.box li a, #footer .box .recentcomments { background: url("../images/skin1/bullet1.png") no-repeat scroll 0 12px transparent; border-bottom: 1px solid #333333; }You can remove the border-bottom line, this, however, will also remove your seperation lines between tweets.
To keep this seperation line you can add the following to the bottom your style.css file..hl_recent_tweets li { border-bottom: 1px solid #ff0099; }Posted 1 year ago # -
Perfect it work thx for the info you rock
Posted 1 year ago # -
Glad that Chris could help you :)
Posted 1 year ago #
Reply
You must log in to post.














