The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
How to change toolt...
 
Share:
Notifications
Clear all

[Solved] How to change tooltip text color?

20 Posts
2 Users
5 Likes
621 Views
Posts: 11
Topic starter
(@wellboy)
Active Member
Joined: 1 year ago

Hi! I want to change the color of the tooltip text inside the form. Does anyone know how to do this with CSS?

Screenshot 2022 12 04 at 21 31 02

Thank you!

 

19 Replies
Asti
Posts: 7124
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi @wellboy,

This is just a small CSS conflict with the theme or other plugins. Please leave the example URL where we can see the wpDiscuz plugin activated to allow us to debug the issue and provide a solution for you. 

2 Replies
(@wellboy)
Joined: 1 year ago

Active Member
Posts: 11
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7124

@wellboy,

Please use the CSS code below: 

div#wpdcom .wpd-form-row .wpdiscuz-item input::placeholder {
     color:#000000 !important;
}

Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

Don't forget to delete the caches before checking.

Posts: 11
Topic starter
(@wellboy)
Active Member
Joined: 1 year ago

Great it works! Thank you!
One more question, on the same page - I make the rating display "before content" and it is reflected twice: above the header and before the content. Why?

Screenshot 2022 12 06 at 13 40 36

 

Posts: 11
Topic starter
(@wellboy)
Active Member
Joined: 1 year ago

also at the bottom of the page

Screenshot 2022 12 06 at 13 44 06

 

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7124

@wellboy,

You should correctly configure the "Display Ratings" option. Please find the info here: https://wpdiscuz.com/docs/wpdiscuz-7/plugin-settings/article-and-comment-rating/#display-ratings

Posts: 11
Topic starter
(@wellboy)
Active Member
Joined: 1 year ago

I did. But the rating is displayed in three places

Screenshot 2022 12 06 at 13 57 03

 

Posts: 11
Topic starter
(@wellboy)
Active Member
Joined: 1 year ago

I think it has to do with the Layout theme settings for the header, main part and footer. Is there any way to limit the display to the middle part of the page?

5 Replies
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7124

@wellboy,

Please show on the screenshot which one you would like to keep. 

Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7124

Try this CSS code. I guess it should solve your issue: 

.fusion-tb-header .wpd-custom-field, .fusion-tb-footer.fusion-footer .wpd-custom-field{
    display:none;
}
(@wellboy)
Joined: 1 year ago

Active Member
Posts: 11

@asti Thank you! It worked, but the rating is now reflected on all pages of the site. These pages are not allowed to have comments embedded in their settings.

(@wellboy)
Joined: 1 year ago

Active Member
Posts: 11

@asti this one, please

Screenshot 2022 12 06 at 14 34 12
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7124

@wellboy,

Then, the CSS provided here will work fine: https://wpdiscuz.com/community/troubleshooting/how-to-change-tooltip-text-color/#post-18550  

Posts: 11
Topic starter
(@wellboy)
Active Member
Joined: 1 year ago

By the way, it also appears on other pages that do not have a comment form. Look at this for example  https://pronumerolog.com/smatrix-web/

5 Replies
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7124

@wellboy,

You can use the CSS code below: 

.page-id-2766 .wpdiscuz-post-rating-wrap.wpd-custom-field{
    display:none;
}

If there are other pages comma separate those in the code. For example: 

.page-id-276X .wpdiscuz-post-rating-wrap.wpd-custom-field, .page-id-2766 .wpdiscuz-post-rating-wrap.wpd-custom-field{
      display:none;
}

Please watch this video: https://www.screencast.com/t/ZLMnQwT3a

This time put the code in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.

(@wellboy)
Joined: 1 year ago

Active Member
Posts: 11

@asti The rating is displayed on almost all pages. Will I need to list all the id's of these pages? No other options?

Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7124

@wellboy,

Then you should use the "Display comment form for post types" option. Doc here: https://wpdiscuz.com/docs/wpdiscuz-7/getting-started/manage-comment-forms/comment-form-settings/#post-types

(@wellboy)
Joined: 1 year ago

Active Member
Posts: 11

@asti I don't understand, both are regular pages. If I turn off the display on pages, then the comment form is turned off on all pages.

Figured it out. Specify the page-id where the form will be placed.

Screenshot 2022 12 06 at 15 15 43

 Thank you Asti!

Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7124

@wellboy,

Thank you for letting us know. Glad to hear that the issue is solved.

We're going to mark this thread as resolved. Feel free to open a new topic if you have further questions.

Share: