Strange dot show on...
 
Notifications
Clear all

wpForo 1.x.x [Solved] Strange dot show on tag

3 Posts
2 Users
0 Reactions
986 Views
adisaputro
Posts: 128
Topic starter
(@adisaputro)
Estimable Member
Joined: 6 years ago

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: 5 years ago

Noble Member
Posts: 1453
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: 6 years ago

Estimable Member
Posts: 128

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