Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1144142
    ANBIZWebAdmin
    Participant

    Hi,

    How do I customize the Line shortcode to look exactly like in the attachment provided?

    Thanks.

    #1144550
    Paul R
    Moderator

    Hi,

    Thanks for writing in!

    You can add a class to your line shortcode

    
    [line class="my-line"]
    

    Then add this in Custom > Edit Global CSS in the customizer

    
    hr.x-hr.my-line:after {
        content: "";
        width: 80px;
        border: 5px solid red;
        float: right;
    }
    

    You may change 80px and 5px to adjust thickness and width.

    Hope that helps.

    #1146039
    ANBIZWebAdmin
    Participant

    Exactly what I needed. Thanks!

    #1146151
    Rupok
    Member

    You are welcome!

    Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.

    Thanks for using X.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1144142 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>