• Resolved jamieburchell

    (@jamieburchell)


    I noticed that the colour of links does not match my theme, defaulting to a blue with hex code #142990. This seems to be set here:

    .bsui a {
    color: var(--bs-primary);
    }

    There is also

    .bsui a {
    color: var(--bs-link-color);
    text-decoration: none;
    }

    But this is being overridden by the first rule.

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

    (@paoltaia)

    Hi,

    Go to Appearance > Customize > AyeCode UI

    There you’ll find where to edit Primary and Secondary Colors.

    Thanks,

    Thread Starter jamieburchell

    (@jamieburchell)

    Thanks for the info @paoltaia however I ended up changing the CSS manually because changing those also changed the button colours.

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