How to add Login & Register an Account icons instead of text?

Tagged: 

ThemeBurn SupportForumsOpenCart ThemesShoppica 2 OpenCart ThemeHow to add Login & Register an Account icons instead of text?

This topic has been marked as not a support question.

Hello Themeburn,

I’ve tried to find a post about it but I couldn’t.
So I’m resorting to the Themeburn Wizards magic right now.
1- How can I add Login & Register an Account icons instead of text?
2- How can I move the block all the way to the top of homepage?

Thanks

Jose

 Jose
June 8, 2014 at 6:29 pm #32252

Hello!!??

Nobody attended to this?
I know it’s not a support issue but I think someone could rapidly direct me with no trouble at all.

Thanks

  • This reply was modified 3587 days ago by  Jose.
 Jose
June 28, 2014 at 8:42 pm #32398
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
July 9, 2014 at 4:43 pm #32502

Oh boy,

Thanks for the how-to guide.

Jose

 Jose
July 9, 2014 at 5:17 pm #32507

Hi,

I’m neither a web designer nor a coder so it’s kind of hard to implement this by myself.
And obviously I’m not sure how to implement the part 2 of the guide.
Anyway, I’ve managed to make a vQmod xml file with changes to the header.tpl but there are a few lines of code that need to be worked.

Would you care to elaborate a bit more the second part, please?
I will do it but I need to know where to add the classes in here:

<?php endif; ?>
          <p id="welcome_message">
            <?php if (!$logged) echo $text_welcome; else echo $text_logged; ?>
          </p>
          <ul class="s_list_1">
            <?php if ($tbData->common['wishlist_enabled']): ?>
            <li><a href="<?php echo $wishlist; ?>" id="wishlist_total"><?php echo $text_wishlist; ?></a></li>
            <?php endif; ?>
            <li id="login_icon_1"><a href="<?php echo $account; ?>"><?php echo $text_account; ?></a></li>
            <?php if ($tbData->common['checkout_enabled']): ?>
            <li><a href="<?php echo $shopping_cart; ?>"><?php echo $text_shopping_cart; ?></a></li>
            <li><a href="<?php echo $checkout; ?>"><?php echo $text_checkout; ?></a></li>
            <?php endif; ?>
          </ul>
        </div>]]>

  • This reply was modified 3576 days ago by  Jose.
 Jose
July 9, 2014 at 7:14 pm #32508
You will need to register in order to post topics and read replies in the ThemeBurn.com support forums!
July 22, 2014 at 11:55 am #32589
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.