Sorry
it's possible insert a rss icon instead of "Sottoscrivi questo feed RSS" of K2?
http://88.198.84.57/nomosweb/index.php/sanita.html
a.k2FeedIcon { text-indent: -999em !important; background-image: url('path/to/your/image.png') !important}
bkrztuk wrote:Yes it is possible and the easiest way is to set this as a background image. Please add this code to override.css file in root/templates/gk_template_name/css directory :
- Code: Select all
a.k2FeedIcon { text-indent: -999em !important; background-image: url('path/to/your/image.png') !important}
and then just remember to enable "Use override CSS" option in template advanced settings tab.
nomos wrote:bkrztuk wrote:Yes it is possible and the easiest way is to set this as a background image. Please add this code to override.css file in root/templates/gk_template_name/css directory :
- Code: Select all
a.k2FeedIcon { text-indent: -999em !important; background-image: url('path/to/your/image.png') !important}
and then just remember to enable "Use override CSS" option in template advanced settings tab.
i have done it, but cannot works ;(
a.k2FeedIcon {
background: url("/nomosweb/images/feed.png") no-repeat !important;
display: inline-block;
text-indent: 25px !important;
}