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
where I can change the Fontsize of the Footer :
<h3 class="siteName">BicycleWorld </h3>
Regards
In the style.custom.css file please add the flowing class and set ny font you need:
.siteName {
font-size: 14px;
}
Regards, AS Team.
Thanks your answer.
I did add this to the style.custom.css
but seems it changed nothing
you can see my website under: www.strawel.cn
maybe you have any idea how to fix it
with regards.. TOM
Try this one:
.siteName {
font-size: 14px !important;
}
Regards, AS Team.