Guest Posted August 22, 2021 Posted August 22, 2021 In the last line of the image we have 5 icons of which 4 are duplicated because we have access to the same places, so I would like to remove all and keep only the magnifying glass icon, the search icon. I would like a CSS for this. Thank you very much.
Solution Happy2Play 9444 Posted August 22, 2021 Solution Posted August 22, 2021 Something like this div.dockedtabs-tabs a[data-index="0"], div.dockedtabs-tabs a[data-index="1"], div.dockedtabs-tabs a[data-index="2"], div.dockedtabs-tabs a[data-index="4"] { display: none; }
Guest Posted August 22, 2021 Posted August 22, 2021 (edited) What a show. And your dedication to helping is truly amazing. Thank you very much indeed. Edited August 22, 2021 by CarlosLima
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now