Notifications
Clear all

wpForo 1.x.x [Closed] Edit link css and use of ' in title.

3 Posts
1 Users
0 Reactions
1,814 Views
Posts: 7
Topic starter
(@geekm0nkey)
Active Member
Joined: 7 years ago

when using the add/edit link in the MCE mine comes back blank. (its there, just like white on white)

also when adding a ' to the form name, the result comes out as say.. doing geekm0nkey's forum, you get geekm0nkey/'s forum.

 

2 Replies
Posts: 7
Topic starter
(@geekm0nkey)
Active Member
Joined: 7 years ago

I was able to fix the CSS issue with the following custom CSS.

.mce-label{
color: black !important;
}
.mce-textbox{
color: black !important;
}
.mce-foot .mce-container-body button{
color: black !important;
}
Posts: 7
Topic starter
(@geekm0nkey)
Active Member
Joined: 7 years ago

Sorry, explanation.. It was a conflict with using the twenty seventeen (dark) theme.