Comments 1Melibu407 started the conversationMay 25, 2020 at 10:28amHello, do you have an idea why this list icons appears in Safari Browser? In Chrome Browser for example they aren't displayed- and that's correct. In Gravity Forms that makes no sense to show points.How can I hide this especially for this Form?https://www.dynattic.com/paketler/Thank you 60Olga repliedMay 25, 2020 at 2:32pmHello,I see that you ask about some 3rd party plugin which isn't connected with your theme.But ok, we'll give your an advice. These markers appear because you have a list - .https://prnt.sc/sngqwqall lists in our theme has such markersTo not show them you should write the css like this :.gf_stylespro .gfield::after{content:none}thanks! 1Melibu407 repliedMay 26, 2020 at 7:51amReally nice works 👍 Im very happy when you tell me the css for the second stage/ hierarchy. it doesn't effected that. thank you 60Olga repliedMay 26, 2020 at 12:46pmHello,this form has other fields. And they are also created via lists. You should analyze the code and create the analogical css for this form fieldsTo find html/css work with a browser console - ( f12 ) in your theme. https://atendesigngroup.com/blog/how-determine-which-css-styling-element thanks! Sign in to reply ...
Hello, do you have an idea why this list icons appears in Safari Browser? In Chrome Browser for example they aren't displayed- and that's correct. In Gravity Forms that makes no sense to show points.
How can I hide this especially for this Form?
https://www.dynattic.com/paketler/
Thank you
Hello,
I see that you ask about some 3rd party plugin which isn't connected with your theme.
But ok, we'll give your an advice. These markers appear because you have a list - .https://prnt.sc/sngqwq
all lists in our theme has such markers
To not show them you should write the css like this :
.gf_stylespro .gfield::after{content:none}
thanks!
Really nice works 👍
Im very happy when you tell me the css for the second stage/ hierarchy. it doesn't effected that. thank you
Hello,
this form has other fields. And they are also created via lists.
You should analyze the code and create the analogical css for this form fields
To find html/css work with a browser console - ( f12 ) in your theme.
https://atendesigngroup.com/blog/how-determine-which-css-styling-element
thanks!