Announcement
Collapse
No announcement yet.
How do I change editors text background color
Collapse
X
-
-
If not mistaken it look like when the text is highlighted. You can use the selection pseudo css property
::-moz-selection,
::selection { background-color: #000;color:#fff }
Style manager> style name abc> Edit templates> Css Templates> css_additional.css
If using vbCloud, turn on sitebuilder> styles>Last edited by napy8gen; Sun 21 Feb '21, 3:22pm.Get Our New Flat Theme Pro Pack or Grab all 36 vb5.6.6 skins @sultantheme.com -vb3 responsive style or vb4 responsive style and vbcloud custom style and Please check out Our first vBCloud pre-made theme
-
You would need to create a custom BBCode for users to apply a background to specific text within a post.
Something like:
[background=#XXXXXX]text[/background]
The replacement should be:
<span style="background-color:{option}">{param}</span>
Make sure Use Option is set to Yes.
Example:
Apollo 11 was the spaceflight that landed the first humans,Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API
Comment
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Comment