Make my own Surfix / icon ?

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Wed Jan 02, 2013 7:10 pm
Hi,

How do I make my own surfix icon, and added to this template ?


BR, Wiberg
User avatar
Gold Boarder

GK User
Wed Jan 02, 2013 10:23 pm
You mean icon in typography area ? Please just look how existing icons are coded in typography.styleX.css file, then copy part of code to override.css and use your custom background image. Exactly the same you can make it if you want to use suffix for module but to give you more help you need to show me what effect you want to achieve.
User avatar
Platinum Boarder

GK User
Thu Jan 03, 2013 10:03 am
Hi,

I want to add this logo as a surfix in modul....

BR, Wiberg


bkrztuk wrote:You mean icon in typography area ? Please just look how existing icons are coded in typography.styleX.css file, then copy part of code to override.css and use your custom background image. Exactly the same you can make it if you want to use suffix for module but to give you more help you need to show me what effect you want to achieve.
User avatar
Gold Boarder

GK User
Thu Jan 03, 2013 6:24 pm
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
#gkWrap2 .box.your-suffix > h3 {
             padding-left: 45px;
   background: transparent url('../images/style1/yourFilename.png') no-repeat 0 0;
   padding-top: 0;
   height: 32px;
   margin-top: 10px;

}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Sat Jan 12, 2013 11:41 am
Hi,

Sorry for my late reply - but this is not working :-(

BR, Wiberg

bkrztuk wrote:Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
#gkWrap2 .box.your-suffix > h3 {
             padding-left: 45px;
   background: transparent url('../images/style1/yourFilename.png') no-repeat 0 0;
   padding-top: 0;
   height: 32px;
   margin-top: 10px;

}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Gold Boarder

GK User
Sat Jan 12, 2013 1:38 pm
Could you show me your site URL ? It is always easier to check CSS/HTML code on live site.
User avatar
Platinum Boarder


cron