- Posts: 103
- Thank you received: 1
Adding a link to a RSS feed
-
joa
Inactive member -
Topic Author
- Member
-
Less
More
11 years 11 months ago #28568
by joa
Replied by joa on topic Adding a link to a RSS feed
I added the piece of code to the bottom but nothing happened. See DBBL News under joomla.bc-marburg.de
/* joomla 3.0 */
.element-invisible {
display: none;
}
li.email-icon a {
display: inline-block;
width: 25px;
height: 25px;
text-indent: -9999px;
background-image: url(../images/emailButton.png);
background-repeat: no-repeat;
}
li.print-icon a {
display: inline-block;
width: 25px;
height: 25px;
text-indent: -9999px;
background-image: url(../images/printButton.png);
background-repeat: no-repeat;
}
small {
font-size: inherit;
}
.newsfeed-item {
margin-bottom:8px!important;
}
/* joomla 3.0 */
.element-invisible {
display: none;
}
li.email-icon a {
display: inline-block;
width: 25px;
height: 25px;
text-indent: -9999px;
background-image: url(../images/emailButton.png);
background-repeat: no-repeat;
}
li.print-icon a {
display: inline-block;
width: 25px;
height: 25px;
text-indent: -9999px;
background-image: url(../images/printButton.png);
background-repeat: no-repeat;
}
small {
font-size: inherit;
}
.newsfeed-item {
margin-bottom:8px!important;
}
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6806
- Thank you received: 724
Time to create page: 0.079 seconds