1. apelsinskal
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 05 November 2015
  5.  Subscribe via email
Hi
I need to turn off fint awesome icons (since I want to edit them myself).
But if I turn it off in templates - styling, it shows only the box. Seems not to choose the image from the images/social_icons folder.
How do I get the template to choose the images in the folder? Enlighten template.
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of this issue?

Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 1
Accepted Answer Pending Moderation
0
Votes
Undo
Here is font awesome turned off. Facebook symbol in upper right corner is just blank when turning it of.
link
  1. more than a month ago
  2. Commercial Templates
  3. # 2
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

Try adding the following to the Custom CSS field of your templates parameters...


.social-facebook > a {
background: rgba(0, 0, 0, 0) url("/templates/j51_enlighten/images/social_icons/facebook.png") repeat scroll 0 40px;
}


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 3
Accepted Answer Pending Moderation
0
Votes
Undo
Thanks, works fine.
I can't find anywhere in the css to turn off the hover text though, do you know where I find it?
  1. more than a month ago
  2. Commercial Templates
  3. # 4
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Presuming you are referring to the title tooltip, try removing the 'title' tag from each of the icons in your templates social_icons.php (../templates/j51_enlighten/php/layouts/social_icons.php)...


<li class="social-rss"><a href="/<?php echo $this->params->get('social_rss'); ?>" target="_blank" title="RSS"><i class="fa fa-rss"></i></a></li>


Would become...


<li class="social-rss"><a href="/<?php echo $this->params->get('social_rss'); ?>" target="_blank"><i class="fa fa-rss"></i></a></li>


Ciarán
  1. more than a month ago
  2. Commercial Templates
  3. # 5
Accepted Answer Pending Moderation
0
Votes
Undo
thanks. i was looking in the css....
  1. more than a month ago
  2. Commercial Templates
  3. # 6
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!