Notifications
Clear all

wpForo 1.x.x [Closed] Add logo instead of forum title ?

13 Posts
4 Users
3 Likes
2,481 Views
Posts: 8
(@boardboss)
Active Member
Joined: 3 years ago

Thank you for that. Which file should that code be pasted into? 

6 Replies
Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1267

@boardboss

Dashboard > Forums > Settings > Style (custom css)

(@boardboss)
Joined: 3 years ago

Active Member
Posts: 8

@tutrix Thank you for the additional information. That CSS did not place the file in the desired location.

Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1267

use

#wpforo #wpforo-wrap.wpft-forum #wpforo-title {
  background: url(your Logo);
  background-repeat: no-repeat;
  height: 100px;
  color: transparent;
}

you can adjust the position with > margin

 

(@boardboss)
Joined: 3 years ago

Active Member
Posts: 8

@tutrix Thanks for the reply. For some reason, I did not receive any notification of your message, and I just now saw it. Please see this: https://prnt.sc/26ksn78

Tutrix
(@tutrix)
Joined: 4 years ago

Noble Member
Posts: 1267

@boardboss 

This is the logo or header of your wordpress theme and not the forum title 😉 

(@boardboss)
Joined: 3 years ago

Active Member
Posts: 8

@tutrix Okay, thank you for that. I had read in a much older post that this needed to be done in wpForo because I had enabled the 'Turn WordPress to wpForo' option. I was just checking this and found where to change it as I received notification of your reply. Thanks again for pointing me in the right direction.

Page 2 / 2