Hi all,
I've been doing some CSS changes to AbanteCart and pretty much cracked it. However, after changing all the css in the (file path here) I have several things i cannot change.
My colour scheme for the client is black, gold, and white. Black being the back ground, Gold being Borders, and White being text.
However there is part of the css code in the coding that has no link to the webpages (unless there are several css files), named heading4.
as seen here > storedothide-n-chicdotco.uk/index.php?rt=content/content&content_id=4
Page source:
<h1 class="heading1">
<span class="maintext"><i class="fa fa-list"></i> Shipping</span>
<span class="subtext"></span>
</h1>
<div class="contentpanel">
<h4 class="heading4">some description</h4>
<div class="content">
<div class="row">
<div class="col-md-12 pull-left">
some text about shipping </div>
</div>
</div>I've tried adding heading4 into the css, but there has been no change.
any thoughts?