Okay
  Public Ticket #2874969
Remove/customize green dot next to links
Closed

Comments

  • yolopolo started the conversation

    Hello, how do you remove or customize the green dot next to active or hovered links?

  •  869
    Neuron replied

    Hi,

    I am very sorry for the late reply, we were not working on the weekend.

    The dot is added via some CSS code, so you can customize or remove it by going to the Advanced tab of the post element > Custom CSS, but please make sure to remove only this part of the code.

    selector .m-neuron-post__title:before {
        content: "";
        background-color: #749670;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        position: absolute;
        left: 0em;
        top: 50%;
        transform: translateY(-50%);
    }
    selector .m-neuron-post__title {
        padding-left: 3rem;
    }
    

    Feel free to ask for anything you need.

    Kind Regards