Remove contact Us icons and change text to links

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeRemove contact Us icons and change text to links

This topic has been marked as resolved.

Hi Themeburn support,

I am trying to change text in “Contact Us” footer to links and to remove icons from showing. I have tried but then I get the large space between the links.

Could you help me with this?

Thanks,
Marko

April 29, 2013 at 12:05 pm #22657

Hi Themeburn,

Just to let you know I did it with scripting in css
.s_icon_32 .s_icon {
display: none !important;
}

and then I added links to footer.tpl

span class=”s_icon_32″>

<?php echo '’ . $footerInfo['mobile2']; ?>

Hope this is good.

Thanks,
Marko

May 1, 2013 at 12:31 pm #22748

Hi Marko,

Thanks for sharing your modification :)

BR,
ThemeBurn team

May 7, 2013 at 5:32 pm #22926
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.