Home › Forums › Legacy Support › Support queries › How-to & Troubleshooting › Tooltip Styling / Ajax dropdown
- This topic has 17 replies, 2 voices, and was last updated 8 years, 6 months ago by H.K. Latiyan.
-
AuthorPosts
-
April 14, 2016 at 9:56 am #42914AdeninoSpectatorHi There,
- Can you please tell us how to restyle the bg for the tooltips site wide?
- How to force the dropdown to show quizzes, units, questions etc, we do not want to have to type 4 characters to get the right one. Please see attached screenshot.
April 15, 2016 at 11:01 am #43133H.K. LatiyanParticipant1) You can use this css in your appearance->customize->custom css:.field_wrapper a.tip {color:#000;}
2) This is not possible. We have added this to cut the load on the server and for faster results. The dropdown select will work fine only for smaller websites but for large website it will put much load on the server and the site could stop working or hang because of this. So to avoid this we have added this type of search and it cannot be changed.April 17, 2016 at 12:10 pm #43392AdeninoSpectatorHi, I have copied the CSS you included in the customizer and I changed the #000 to our colors but no change! Please check your css and let us know what should we do. Kind regards, AdeninoApril 18, 2016 at 8:09 am #43443H.K. LatiyanParticipantWell it works fine at our test setup, refer: http://prntscr.com/atndgh You can try adding important, like this:.field_wrapper a.tip {color:#000 !important;}
If this also does not work then share the site url and the credentials to see this page. PS: Please mark your reply as private while sharing the credentials.April 18, 2016 at 9:16 am #43463AdeninoSpectatorDear Latiyan, the screen shot you provided does not show a tooltip content! You simply showing me the css colour style. Please refer to the screen shot that I attached to this reply to see what we mean. Only the ? with the circle have changed colour to what we want but the actual content of the tool tip is still showing in a dark grey background. Try to change the background colour of the actual tooltip content and resend the css with a screenshot. Best regards, AdeninoApril 18, 2016 at 11:49 am #43504H.K. LatiyanParticipantApologies for misunderstanding. You can use this custom css:
You can change the background and the color both..field_wrapper label .tooltip.top.fade.in .tooltip-inner { color:#000; background:#fff; }
April 18, 2016 at 12:15 pm #43514AdeninoSpectatorThank you, it worked, but now we still have the little triangle showing with the old colour, how to change it? best regards, AdeninoApril 18, 2016 at 12:35 pm #43525H.K. LatiyanParticipantUse this custom css for the arrow:.field_wrapper label .tooltip.top.fade.in .tooltip-arrow { border:#fff; }
April 18, 2016 at 1:13 pm #43540AdeninoSpectatorthe arrow is not showing at all now! are you sure you gave us the right css style for the arrow?April 18, 2016 at 1:32 pm #43545H.K. LatiyanParticipantRemove the above css and use this css instead:.field_wrapper label .tooltip.top.fade.in .tooltip-arrow {border-top-color:#ff0000;}
April 18, 2016 at 2:26 pm #43565AdeninoSpectatorHi Latiyan, thank you, it's working now. However, it did not change all tool tips site wide! See attached a screen shot please. When in all courses the tooltip it still having a dark grey background. How do we change this too to be like the other tooltips we just changed? Kind regards, AdeninoApril 19, 2016 at 10:00 am #43707H.K. LatiyanParticipantfor this remove .field_wrapper label from the previous css and it will work site wide. like: .tooltip.top.fade.in .tooltip-arrow {border-top-color:#ff0000;}April 19, 2016 at 12:23 pm #43753AdeninoSpectatorThank you, all good now. In order not to keep writing back and force to you. How can we change your colour from #313b3d to #000 using the custom css? So that we can then replace all colours ourselves to what ever we need. Kind regards, AdeninoApril 20, 2016 at 10:37 am #43892H.K. LatiyanParticipantPlease clarify from where you want to change this color. Many major color settings are given in theme customizer, For particular page you will need to specify specific classes on that page to change the color.April 20, 2016 at 11:46 am #43913AdeninoSpectatorHi Latiyan You are right most of them are done, except these three, and I think they are widgets customisation, please see the 3 attached screenshots. 1. Course Category 2. Advanced Search 3. Courses Stats Three of them are widgets that we need to change them to blue, and then we are done. I must salut you for your positive attitude towards your customers and your constant support. Best regards Adenino -
AuthorPosts
- The topic ‘Tooltip Styling / Ajax dropdown’ is closed to new replies.