This topic has 5 replies, 3 voices, and was last updated 11 years ago by Anonymous.
Viewing 6 posts - 1 through 6 (of 6 total)
http://www.ccconbell.com/index/
The “Style5” option when using the Icon Box feature displays a “Woo Commerce” title and a shopping card icon that cannot be changed no matter what you input. What code needs to be changed/how can I fix this so I can customize this feature and use whatever icon I choose?
Thank you.
Hi andrewhumme,
Find the follwing path,
"hopes\page_builder\aivah_sc\shortcode\icon_box.php"
'<i class="fa fa-shopping-cart services_icon4" '.$icon_bgcolor_style3.'></i>';
just replace the icon class name you wish to display.
Regards,
krishnaveni
That does not work. The shopping cart does not change, no matter what icon I change it to.
Hi andrewhumme,
Find the follwing path,
“hopes\page_builder\add_ons\shortcodes\vc_iconbox.php”
‘<i class=”fa fa-shopping-cart services_icon4″ ‘.$icon_bgcolor_style3.’></i>’;
just replace this code
‘<i class=”fa ‘.$icon.’ services_icon4″ ‘.$icon_bgcolor_style3.’></i>’;
Regards,
krishnaveni
Thank you for the help.
Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.