Notifications
Clear all

[Solved] Could this be fixed?

8 Posts
2 Users
0 Likes
765 Views
Posts: 10
Customer
Topic starter
(@djdubuque)
Member
Joined: 5 years ago

You will see that when I created a pole the pole doesn't show a checkbox like I think it should.

Capture
Topic Tags
7 Replies
Posts: 4168
 Tom
Admin
(@tomson)
Famed Member
Joined: 9 years ago

@djdubuque,

This cannot be fixed without accessing that page. Any URL to that topic? This is a CSS conflict with your theme, we need to debug it on your forum.

Reply
2 Replies
Customer
(@djdubuque)
Joined: 5 years ago

Member
Posts: 10

@tomson aviationelectrician.navy/forum

Reply
 Tom
Admin
(@tomson)
Joined: 9 years ago

Famed Member
Posts: 4168

@djdubuque,

Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:

#wpforo #wpforo-wrap input[type="radio"]{
   -webkit-appearance: radio;
   -moz-appearance: radio;
   height: auto;
}
#wpforo #wpforo-wrap input[type="checkbox"]{
   -webkit-appearance: checkbox;
   -moz-appearance: checkbox;
   height: auto;
}
Reply
Posts: 10
Customer
Topic starter
(@djdubuque)
Member
Joined: 5 years ago

Worked great, thank you

Reply
Posts: 10
Customer
Topic starter
(@djdubuque)
Member
Joined: 5 years ago

Could you assist in another issue?  If you had a chance to look at the site you will notice that the text in the header and footer are black.  I would appreciate it if you could direct me or assist me in changing that to white.

Reply
1 Reply
 Tom
Admin
(@tomson)
Joined: 9 years ago

Famed Member
Posts: 4168

@djdubuque,

This is a support forum for wpForo addons. We don't provide website customization and styling support here, it's totally out of our support scope. The footer of your website is powered by your WordPress active theme, so you should contact either the theme developers or the WordPress support.

Reply
Posts: 10
Customer
Topic starter
(@djdubuque)
Member
Joined: 5 years ago

ok, thank you

Reply
Share:
Scroll to top