I would like to change the style of the ul - list elements. I already created a separate class in the custom css area. Color and font-weight is being applied to the li-elements, but I'm trying to use a custom list-style-image, too.
This is the css code:
.ownul
{
color: #dd002a;
list-style-image: url('images/small-arrow.jpg') !important;
font-weight: bold;
}
and HTML code:
<ul class="ownul">
<li>...</li>
</ul>
Of course the image is available and path is correct. It's shown in the editor preview, but not in the front end. How and where can I override the template default circle bullet?
Regards,
Matthias
AS Templates
POSTED: 2014-12-17
Hello L00P1978,
What is your site url please and on which page we can see these changes?
Regards, AS Team.
L00P1978
POSTED: 2014-12-22
Hi,
Sorry for late reply. The URL is http://www.auto-zilt.de/joomla/index.php/services/elaskon
The UL list below caption "Elaskon Pflegestation" should show check marks instead of the bullets.
The entire website is still under construction.
Thanks,
Matthias
AS Templates
POSTED: 2014-12-22
Hello L00P1978,
We see the following code on your page:
<ul class="elaskon">
<li>Hohlraumkonservierung</li>
<li>Unterbodenschutz</li>
<li>Korrosionsuntersuchung</li>
<li>Fachberatung und Verkauf von Elaskon-Produkten</li>
</ul>
Get an access to all 94 items designed and developed by AS Designing team plus all the future items
which will be released over the course of your club subscription.
Price starting from $59.00
I would like to change the style of the ul - list elements. I already created a separate class in the custom css area. Color and font-weight is being applied to the li-elements, but I'm trying to use a custom list-style-image, too.
This is the css code:
.ownul
{
color: #dd002a;
list-style-image: url('images/small-arrow.jpg') !important;
font-weight: bold;
}
and HTML code:
<ul class="ownul">
<li>...</li>
</ul>
Of course the image is available and path is correct. It's shown in the editor preview, but not in the front end. How and where can I override the template default circle bullet?
Regards,
Matthias
What is your site url please and on which page we can see these changes?
Regards, AS Team.
Sorry for late reply. The URL is http://www.auto-zilt.de/joomla/index.php/services/elaskon
The UL list below caption "Elaskon Pflegestation" should show check marks instead of the bullets.
The entire website is still under construction.
Thanks,
Matthias
We see the following code on your page:
<ul class="elaskon">
<li>Hohlraumkonservierung</li>
<li>Unterbodenschutz</li>
<li>Korrosionsuntersuchung</li>
<li>Fachberatung und Verkauf von Elaskon-Produkten</li>
</ul>
there is no class "ownul", please check it.
Regards, AS Team.