1. obi
  2. Commercial Templates
  3. Wednesday, 26 April 2017
  4.  Subscribe via email
I found a little Bug in the beautiful "Kodaline"-Template:

j51_kodaline/inc/style.php

A semicolon is missing at the end of the line in line 7.


body {
color: '.$this->params->get('body_font_color').';
font-family:'.str_replace("+"," ",$body_fontstyle).'
font-size: '.$this->params->get('body_fontsize').'px;
}


Fix: Line 5-9 should be changed in


body {
color: '.$this->params->get('body_font_color').';
font-family:'.str_replace("+"," ",$body_fontstyle).';
font-size: '.$this->params->get('body_fontsize').';
}


After that, the webfonts for the "body" works fine ;-)

Regards
Obi
Accepted Answer Pending Moderation
0
Votes
Undo
Hi Obi

Thank you for bringing this to our attention. Much appreciated.

The issue has been amended.

Thanks agaiin! :)

CiarĂ¡n
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


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