Removing icons from notes

Post here questions and problems related to editing and publishing DITA content.
beccalinasmom
Posts: 4
Joined: Thu Mar 22, 2018 1:56 pm

Removing icons from notes

Post by beccalinasmom »

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?
cosmin_andrei
Posts: 138
Joined: Mon Jun 12, 2017 10:50 am

Re: Removing icons from notes

Post by cosmin_andrei »

Hello,

Please let us know what transformation scenario are you currently using.
Regards,
Cosmin
--
Cosmin Andrei
oXygen XML Editor and Author Support
beccalinasmom
Posts: 4
Joined: Thu Mar 22, 2018 1:56 pm

Re: Removing icons from notes

Post by beccalinasmom »

DITA Map WebHelp Classic
bogdan_cercelaru
Posts: 222
Joined: Tue Jul 01, 2014 11:48 am

Re: Removing icons from notes

Post by bogdan_cercelaru »

Hello,

To remove the background-image from note elements you could use the following CSS fragment:

Code: Select all

.note>span{
background-image: none !important;
}
Regards,
Bogdan
Bogdan Cercelaru
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
beccalinasmom
Posts: 4
Joined: Thu Mar 22, 2018 1:56 pm

Re: Removing icons from notes

Post by beccalinasmom »

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?
Costin
Posts: 829
Joined: Mon Dec 05, 2011 6:04 pm

Re: Removing icons from notes

Post by Costin »

Please provide a screenshot. You can send it to support@oxygenxml.com
Costin Sandoi
oXygen XML Editor and Author Support
Post Reply