I want to remove the left border line and the icon from all notes in my project. I have a custom style sheet that includes the following:
.note {
background-color: #E8EAEF;
text-decoration: none;
border-left: none;
}
I know that this stylesheet is in use because other items do impact the output. What have I done wrong?
Removing icons from notes
-
- Posts: 67
- Joined: Mon Jun 12, 2017 10:50 am
Re: Removing icons from notes
Hello,
Please let us know what transformation scenario are you currently using.
Please let us know what transformation scenario are you currently using.
Regards,
Cosmin
--
Cosmin Andrei
oXygen XML Editor and Author Support
Cosmin
--
Cosmin Andrei
oXygen XML Editor and Author Support
-
- Posts: 4
- Joined: Thu Mar 22, 2018 1:56 pm
Re: Removing icons from notes
DITA Map WebHelp Classic
-
- Posts: 221
- Joined: Tue Jul 01, 2014 11:48 am
Re: Removing icons from notes
Hello,
To remove the background-image from note elements you could use the following CSS fragment:
Regards,
Bogdan
To remove the background-image from note elements you could use the following CSS fragment:
Code: Select all
.note>span{
background-image: none !important;
}
Bogdan
Bogdan Cercelaru
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
-
- Posts: 4
- Joined: Thu Mar 22, 2018 1:56 pm
Re: Removing icons from notes
Thank you! Unfortunately, I have no background image, just an icon and a left-border line. Can someone suggest a code sample to remove those?
Re: Removing icons from notes
Please provide a screenshot. You can send it to support@oxygenxml.com
Costin Sandoi
oXygen XML Editor and Author Support
oXygen XML Editor and Author Support