Show/Hide icons

Started by Jip, 04 February 2024, 23:52:47

Previous topic - Next topic
A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

Jip

Hello
Unfortunately, the Show/Hide icons option works. I had already read an old post on this forum about it. The problem was solved by removing it from the source code. Who can explain to me where and how I can extract icons from the source code?? :(
com_abook_4_0_2
Joomla! 4.2.9 Stable
Yip

A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9

Jip

Quote from: Jip on 04 February 2024, 23:52:47Hello
Unfortunately, the Show/Hide icons option works not. I had already read an old post on this forum about it. The problem was solved by removing it from the source code. Who can explain to me where and how I can remove icons from the source code?? :(
com_abook_4_0_2
Joomla! 4.2.9 Stable
Yip

federica

"Show/Hide icons" option concerns the little menu at the top right side of book page (now I fixed the show/hide).
If you want to hide the icons of detail list you have to add a CSS rule like the follow

.bookdetails [class^="icon-"], [class*=" icon-"] {
  display: none;
}
Al mondo ci sono 10 tipi di persone, quelli che hanno capito il codice binario e quelli che non l'hanno capito.
Informatizzati [url="https://informatizzati.org"]https://informatizzati.org[/url]
Stacca la spina [url="https://disconnessi.org"]https://disconnessi.org[/url]

Jip


A financial contribution is greatly appreciated as a support, to help us to keep live the project.
If you like this project you can donate some piece of BitCoin to this address: bc1qy5tgq6tvrckac2a57unxvqcnxamrvhduve9sj9