Icon feed rss in k2

Premium sports magazine Joomla template with clean, easy to customize and unique design.
GK User
Mon Jun 03, 2013 6:52 pm
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
User avatar
Junior Boarder

GK User
Tue Jun 04, 2013 8:51 am
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.
User avatar
Platinum Boarder

GK User
Tue Jun 04, 2013 10:31 am
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 ;(
User avatar
Junior Boarder

GK User
Wed Jun 05, 2013 10:01 am
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 ;(


nothing?
User avatar
Junior Boarder

GK User
Mon Jun 10, 2013 12:07 pm
Please replace css code with below code as you entered wrong image url. ( localhost : ) )

Code: Select all
a.k2FeedIcon {
    background: url("/nomosweb/images/feed.png") no-repeat !important;
    display: inline-block;
    text-indent: 25px !important;
}


Reply requested from users other topic
https://www.gavick.com/forums/viewtopic ... 41&t=26027

See you around...
User avatar
Platinum Boarder


cron