Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1090551
    Gemma
    Participant

    I’ve made a content area to promote my Snapchat, which you can see in the screenshot attached.

    There is a border being automatically attached to it, which I can see in the web inspector is on the element tp-revslider-mainul. If I change the border sizes to 0px in the inspector, everything looks as it should.

    However, adding this custom CSS does not work. Do you know why this could be?

    .tp-revslider-mainul {
        border-top-width:0px;
        border-right-width:0px;
        border-left-width:0px;
        border-bottom-width:0px;
    }

    I’m using v4.6.0 and am in maintenance mode. Let me know if you’d need a login to diagnose this.

    #1090552
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Yes please provide 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.

    #1090553
    Gemma
    Participant

    Attachment was too big. Resized and attached.

    #1090555
    Gemma
    Participant
    This reply has been marked as private.
    #1090556
    Christopher
    Moderator

    Hi there,

    Is this your website URL?

    http://www.hellogemma.com/

    Please provide us with login credentials as your site is currently under construction mode.

    Thanks.

    #1090560
    Gemma
    Participant

    Hi Christopher,

    Please see the post above yours!

    #1090565
    Nabeel A
    Moderator

    Hi again,

    Thank you for providing the credentials, please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .widget_text ul {
        border: none !important;
    }

    Let us know how this goes!

    #1090728
    Gemma
    Participant

    That worked perfectly, thank you! Do you happen to know what’s causing the automatic padding to the left of the container?

    #1090744
    Thai
    Moderator

    Hi There,

    To remove the left padding, please add this CSS also:

    #text-3 .x-container.max.width {
        width: 100%;
        max-width: 100%;
    }

    Hope it helps 🙂

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