• Hello Developers,

    is there an option to remove (hide) or replace the dot before the running text? Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you are comfortable FTPing in you can change the style sheep for those dots:

    /wp-content/plugins/marquee-running-text/assets/css/mrtext-main.css

    .text-container a:before {
    content: ”;
    height: 0px;
    width: 0px;

    The above height and width were set to 11 (“this one goes to 11″…sorry)

    Hi Patrick,
    add this in your CSS ADDITIONAL :

    .text-container a:before {
    display:none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.