Tagged: x
-
AuthorPosts
-
August 12, 2016 at 6:10 pm #1129314
targa2ParticipantEvery time I use the [highlight] function to markup text the background defaults to a particular colour. Is this being pulled from some global CSS setting and if so , how do I access and change that setting?
August 12, 2016 at 11:14 pm #1129588
Prasant RaiModeratorHello There,
Thanks for writing in!
You can add this under Custom > CSS in the Customizer to change background color:
mark.x-highlight { background-color: #ddd !important; }If you would like to remove the background color, please use following CSS instead:
mark.x-highlight { background-color: transparent !important; }Thanks.
August 13, 2016 at 7:35 am #1129864
targa2ParticipantI’ll try that. Thanks
August 13, 2016 at 7:49 am #1129870
targa2ParticipantYes. That worked. So tell me this. If I wanted to do the same for all “content band” short codes I would just replace “highlight” with “content band” in that same CSS code?
August 13, 2016 at 8:04 am #1129874
ThaiModeratorHi There,
In that case, please try with this:
.x-content-band { background-color: #ddd !important; }Hope it helps 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1129314 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
