• Resolved lordsnake

    (@lordsnake)


    How can I change the color of links inside a block?
    when using the notification box, this makes the links unreadable due to the default link color, so I need to change link color to somethat that works with the notification box background color.
    but there is no option for this in the block settings.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Imtiaz Rayhan

    (@imtiazrayhan)

    Hi @lordsnake,

    Right now, there’s no block settings for this.

    But it can be done using custom CSS.

    You can use the CSS below:

    .ub-notification-box a {
        color: #ff0e0e;
    }

    You can change the color code to anything you want.

    Kind regards.

    Thread Starter lordsnake

    (@lordsnake)

    what is the class for each of the different notification boxes/colors?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘changing link color’ is closed to new replies.