how to make forum statistic & footer like this?

alprly

Active member
Registered
Joined
Apr 24, 2020
Messages
32
Points
18

Reputation:

1- How can I make a forum statistics view like the picture at the bottom?
2- How can I make the link titles in the Header large like the image below?
my code;
HTML:
<h3 style="color:#3b84df;" class="collapseTrigger collapseTrigger--block" data-xf-click="toggle" data-target="< :next">
HELP</h3>
<ul class="footerList">
    <li><a href="#">Custom link</a></li>
     <li><a href="#">Custom link</a></li>
     <li><a href="#">Custom link</a></li>
     <li><a href="#">Custom link</a></li>
</ul>
3- As can be seen in the picture, there is one custom footer and one normal footer. How can I add a logo next to the normal footer like in the bottom picture?

In short, how can I make my footer area look like the footer area on the forum site in the picture?

my forum
Screenshot_138.jpg



another forum
Screenshot_136.jpg
 

Ayon

[Developer]
Collaborate
Registered
Joined
Oct 18, 2019
Messages
250
Points
253

Reputation:

1- How can I make a forum statistics view like the picture at the bottom?
2- How can I make the link titles in the Header large like the image below?
my code;
HTML:
<h3 style="color:#3b84df;" class="collapseTrigger collapseTrigger--block" data-xf-click="toggle" data-target="< :next">
HELP</h3>
<ul class="footerList">
    <li><a href="#">Custom link</a></li>
     <li><a href="#">Custom link</a></li>
     <li><a href="#">Custom link</a></li>
     <li><a href="#">Custom link</a></li>
</ul>
3- As can be seen in the picture, there is one custom footer and one normal footer. How can I add a logo next to the normal footer like in the bottom picture?

In short, how can I make my footer area look like the footer area on the forum site in the picture?

my forum
View attachment 28242


another forum
View attachment 28243
alprlyGive the link to the site
 

alprly

Active member
Registered
Joined
Apr 24, 2020
Messages
32
Points
18

Reputation:

nulledbb.com
 

Ayon

[Developer]
Collaborate
Registered
Joined
Oct 18, 2019
Messages
250
Points
253

Reputation:

Top