Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1345228
    fatheaddrummer
    Participant

    Hi Awesome team,

    Could you help me moving the dots of the pricing table INTO the pricing table? They’re currently outside the table.

    Thanks!! https://www.staging2.diamond-precision-studio.com/

    Cheers, Christian

    #1345302
    Rahul
    Moderator

    Hi there,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #1346196
    fatheaddrummer
    Participant
    This reply has been marked as private.
    #1346261
    Christian
    Moderator

    Please use the icon list shortcode as using regular HTML list displays the bullets outside the box.

    [cs_icon_list]
        [cs_icon_list_item type="check"]First Feature[/cs_icon_list_item]
        [cs_icon_list_item type="check"]Second Feature[/cs_icon_list_item]
        [cs_icon_list_item type="times"]Third Feature[/cs_icon_list_item]
    [/cs_icon_list]

    If you don’t want to change your setup, the only way would be to eliminate the bullet. If you want to go this route, please add the code below in your Appearance > Customize > Custom > Global CSS

    .x-pricing-column-info ul > li {
        list-style: none;
    }

    Otherwise, this would need custom development as structural changes would be needed.

    Thanks.

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