AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Solved] Strange dot show on tag

3 Posts
2 Users
0 Reactions
1,615 Views
adisaputro
Posts: 130
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@adisaputro)
Estimable Member
Joined: 7 years ago
[#15530]

Hi,

I want to report this strange dot. The dot is shown on tag list below topic content. This dot is shown on desktop and mobile version. You can easily saw this dot if you magnify the screen.

This is the dot:

What is this?


Topic Tags
2 Replies
2 Replies
Tutrix
(@tutrix)
Joined: 6 years ago

Noble Member
Posts: 1519
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
Posted by: @adisaputro

What is this?

the dot comes from


.wpf_ac_results {
padding: 0;
margin: 0;
list-style: none;
position: absolute;
z-index: 10000;
border: 1px solid #dddddd;
box-shadow: 0 1px 2px rgba( 100, 100, 100, 0.8 );
background-color: #fff;
}

you can remove it with

.wpf_ac_results {
border: none;
}

Dashboard > Forums > Settings > Style (custom css)


adisaputro
(@adisaputro)
Joined: 7 years ago

Estimable Member
Posts: 130
adisaputro
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian

@tutrix thank you, your tips fixed the problem, but I hope wpforo team can fix this without needed to insert css code


Share: