I want all my Rich Text Editors to be surrounded by a border. I see that an empty div below the column div is created surrounding it, but I can't locate it to modify its class an apply my style. Here is an snippet of my code:
<div class="col-md-3 column">
<div> <!-- div which style I want to modify -->
<h2>Help<h2>
<p>Visit our guidance for tips and support, here.</p>
<h2>Favorite Functionalities</h2>
<ul>
<li>Meeting point</li>
<li>Our Corner</li>
<li>Documents</li>
</ul>
</div>
Do you mean the RTE in the CMS (backend) OR are you referring to the when you output the content of the RTE on the Frontend in your Views/Partials etc?
Apply stiles outside RTE
Hi All,
I want all my Rich Text Editors to be surrounded by a border. I see that an empty div below the column div is created surrounding it, but I can't locate it to modify its class an apply my style. Here is an snippet of my code:
Any ideas?
Thanks,
Hi Francisco,
Is this the grid editor rte? If so, you can find the view file at
~Views/Partials/Grid/Editors/Rte.cshtml
If it's on a page template however, you'll need to show us the full code, or at least where the RTE is getting rendered.
Hope that helps :)
Hi Ben, I didn't see you reply. This is what I wanted.
Thanks to both for your help
Hi Francisco,
Can you clarify what you mean a bit more...
Do you mean the RTE in the CMS (backend) OR are you referring to the when you output the content of the RTE on the Frontend in your Views/Partials etc?
Thanks
Craig
Thanks for your answer Craig. I meant the RTE in the CMS.
Cheers,
is working on a reply...