Page 1 of 1

Removing icons from notes

Posted: Thu Mar 22, 2018 2:00 pm
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?

Re: Removing icons from notes

Posted: Fri Mar 23, 2018 2:55 pm
by cosmin_andrei
Hello,

Please let us know what transformation scenario are you currently using.

Re: Removing icons from notes

Posted: Fri Mar 23, 2018 7:22 pm
by beccalinasmom
DITA Map WebHelp Classic

Re: Removing icons from notes

Posted: Tue Mar 27, 2018 4:29 pm
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

Re: Removing icons from notes

Posted: Tue Mar 27, 2018 6:58 pm
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?

Re: Removing icons from notes

Posted: Tue Mar 27, 2018 8:20 pm
by Costin
Please provide a screenshot. You can send it to support@oxygenxml.com