like dcz signuter
i want add words in footer but in tooo small font
Moderator: Moderators



<span class="copyright"></span>class="copyright" 
dcz wrote:Ho, so it's just regular styling then, the best way being to add a css class in your style's css style sheet, and use it within a span or a div.
As you can see in phpBB SEO footer, the small copyright and sitemaps links are using the copyright css class, all the code is within :
- Code: Select all
<span class="copyright">
and
- Code: Select all
</span>
And href link uses as well the
- Code: Select all
class="copyright"
attribute.
This class is the subSilver standard one, look up in you subSilver.css file, you'll find the proper declaration for it.
++

Users browsing this forum: No registered users and 3 guests