Please or Register to create posts and topics.

Changing the color and size of the forum title

Page 1 of 2Next

Please see the screenshot attached.

I would like to ask how to change the color and size of the text next to the home icon (in this forum, it is “Asgaros Support Forum”), thanks.

Uploaded files:
  • SS.jpg

Anyone can help me?

 

Thanks in advance!

You can edit that via css of you theme with:

#af-wrapper #forum-breadcrumbs {
    font-size: 18pt !important;
}

Hope helps 🙂

Cheers!

Thank you very much!

 

How to change the title color please?

 

Thanks in advance!

 

Peter

Just use

color: colorcode !important;

You can check more CSS rules here if you are new in this
https://www.w3schools.com/css/

Cheers!

#af-wrapper #forum-breadcrumbs {
color: #aaaa00 !important;
}

 

#af-wrapper #forum-breadcrumbs {
font-size: 18pt !important;
color: #aaaa00 !important;
}

 


I’ve tried above css, both of them have changed color of home icon, but didn’t affected the title (text) next to it.

Sorry for giving you trouble again.

Thanks

Peter

Thats because its a link. you can try adding:

#af-wrapper #forum-breadcrumbs a {
font-size: 18pt !important;
color: #aaaa00 !important;
}
Asgaros has reacted to this post.
Asgaros

It works! Thank you!

And also any CSS can change the title size of the forums (screenshot attached)?

Thanks in advance!

Uploaded files:
  • 1.jpg

Its in

#af-wrapper .forum .forum-title {

}

 

Cheers!

Asgaros has reacted to this post.
Asgaros

Thank you very much!

Page 1 of 2Next