Tokoo Customize CSS anchor color and style

Hi,

I am very happy with the theme Tokoo.

I am using Midnightblue for styling, so added the anchor style at Appearance>Additional CSS.

a {
color: #0000ff;
text-decoration: underline;
}

But it does not work, although other custom CSSs work.

Is there any way to do this?

Try with this

a {
color: #0000ff !important;
text-decoration: underline !important;
}

1 Like

Thank you! It works!!

1 Like