Notifications
Clear all

wpForo 1.x.x [Solved] Some css problem

3 Posts
2 Users
0 Reactions
868 Views
Posts: 31
Topic starter
(@uman231)
Eminent Member
Joined: 7 years ago

In the share urls box the close icon is corrupt as an example.

I can't see why id:

wpforo-dialog-close

 

do not work.

 

Site:

https://uwtd.me

2 Replies
Alvina
Posts: 1862
Moderator
(@alvina)
Member
Joined: 5 years ago

Hi @uman231,

Please try teh following CSS code:

.fa-window-close:before {
content: "\f410" !important;
}

The CSS code should be added in the Dashboard > Forums > Settings > Styles admin page "Custom CSS Code" textare.

Don't forget to delete all caches and press CTRL+F5(twice) on the frontend befpre checking.  

1 Reply
(@uman231)
Joined: 7 years ago

Eminent Member
Posts: 31

@alvina

 

Ahh.. Thanks..

 
I'm wondering why this came up as a problem out of nowhere..