Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #907726
    president75
    Participant

    Good morning,

    I have a proble in with a slider created with on my site, theme x, with Revolution Slider:

    The page where the slider is this:
    http://www.home4life.it/demo-home/

    As you can see in the front end the dots do not have an edge as I have them in the back end all created with a white border.
    Everything worked perfectly Lorraine, when, a few days ago, the borders have disappeared.
    I contacted the Revolution Slider support and they told me to try to change the subject and disable all plugins to see where was the conflict.

    I decree a test page:
    http://www.home4life.it/testing/

    If you step to the theme “TwentySixteen” the dots are displayed well, if refresher to my theme “x” or “x child” the dots do not have the edge.

    At this point I think the problem is in the “X”.

    Can you help me please !?

    Thank you

    #907884
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > CSS.

    .PuntoCartina.tp-shape.tp-resizeme {
        border: 5px solid white !important;
    }

    Hope that helps. 🙂

    #907921
    president75
    Participant

    I understand the problem:

    I added this CSS command:

    .TP-caption.tp-ResizeMe {
    border: none! important;
    }

    to remove the underlining of my footer link, created with Rev Slider. This I also removed the board of dots.

    How do I remove the underlined text of the footer link !?

    Thank you

    #908103
    Rupok
    Member

    Hi there,

    Thanks for updating! You can add this under Custom > CSS in the Customizer.

    .widget ul li a, .widget ol li a {
      border: medium none !important;
    }

    Hope this helps.

    Cheers!

    #908259
    president75
    Participant

    Thank You!!

    😉

    #908562
    Rad
    Moderator

    You’re welcome!

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