Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Francisco Cruzado 3 posts 83 karma points
    Nov 22, 2017 @ 10:28
    Francisco Cruzado
    0

    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:

    <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>
    

    Any ideas?

    Thanks,

  • Ben Palmer 176 posts 842 karma points c-trib
    Nov 22, 2017 @ 12:00
    Ben Palmer
    100

    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 :)

  • Francisco Cruzado 3 posts 83 karma points
    Nov 22, 2017 @ 13:18
    Francisco Cruzado
    0

    Hi Ben, I didn't see you reply. This is what I wanted.

    Thanks to both for your help

  • Craig Mayers 164 posts 508 karma points
    Nov 22, 2017 @ 12:53
    Craig Mayers
    0

    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

  • Francisco Cruzado 3 posts 83 karma points
    Nov 22, 2017 @ 13:04
    Francisco Cruzado
    0

    Thanks for your answer Craig. I meant the RTE in the CMS.

    Cheers,

Please Sign in or register to post replies

Write your reply to:

Draft