Hi,
How to remove title from Notice section topic?
Regards,
Piotr
Bookmap to PDF via CSS
-
- Posts: 166
- Joined: Wed Oct 16, 2019 3:47 pm
Re: Bookmap to PDF via CSS
Hello,
Depending on your case you should have in your CSS style-sheet a selector looking like the following:
To help you finding how the selectors are applied in your content you can debug the css.
If you debug your css, you can refine the rule I gave you and adapt it to your needs.
Regards,
Julien
Depending on your case you should have in your CSS style-sheet a selector looking like the following:
Code: Select all
*[topicrefclass~="bookmap/notices"] *[class~="topic/title"] {
display: none;
}
If you debug your css, you can refine the rule I gave you and adapt it to your needs.
Regards,
Julien
Re: Bookmap to PDF via CSS
Thanks, Julien
I'm sure that I was trying this one, with no luck.
Now, after copy/paste from your reply, works just brilliant.
Something was messed up during my previous try.
Thanks again,
I'm sure that I was trying this one, with no luck.
Now, after copy/paste from your reply, works just brilliant.

Something was messed up during my previous try.
Thanks again,
Regards,
Piotr
Piotr