AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: ocbroadband on July 10, 2020, 03:20:35 AM

Title: Class items for html tags
Post by: ocbroadband on July 10, 2020, 03:20:35 AM
Hi All,

New cart user here.   So, I'm getting familiar with the system, and notice that there's many 'images' that are displayed using HTML tags when using the editor, such as the ones below.


<ul class="contact">
<li><span class="phone">
</span>+123 456 7890, +123 456 7890</li>
<li><span class="mobile">
</span>+123 456 7890, +123 456 78900</li>
<li><span class="email">
</span>help at xxxx</li>
<li><span class="email">
</span>help at xxxx</li
</ul>


But I'm not quite sure where to find all the available tags that are available?

I couldn't find anything in the documents for them either.   Everything is default setup at this point.

Thanks,

Lyle

PS, attempted to use the 'insert code' option, but it flagged and said I was inserting an external link, so I couldn't use the formatting for the HTML code.
Title: Re: Class items for html tags
Post by: maxter on July 10, 2020, 06:37:45 AM
Welcome to AbanteCart Lyle!

I think you are looking to change HTML in the footer based on what you posted.

Most likely, these are in one of the footer blocks.

Check this doc to see how to edit layout and blocks
https://abantecart.atlassian.net/wiki/spaces/AD/pages/11763764/Pages+Layouts

Title: Re: Class items for html tags
Post by: ocbroadband on July 10, 2020, 11:44:45 AM
Hi,

Thanks for the reply.  It's not just the footer items, its anything that creates an image from an HTML class, such as the social icons block.  Essentially, its anything that is a HTML block.   When viewed in the editor, its just txt, but when the class is applied, it places a image.  So I'm trying to find what are all the available classes that are built into the CSS that I can use.

Lyle
Title: Re: Class items for html tags
Post by: maxter on July 19, 2020, 06:30:16 PM
You can start looking in the code.

Here are the template files:
https://github.com/abantecart/abantecart-src/tree/master/public_html/storefront/view/default/template

and CSS are here:
https://github.com/abantecart/abantecart-src/tree/master/public_html/storefront/view/default/stylesheet