• Dear Sir / Madam,

    Is it possible to give the hyperlinks in the top menu and in the text a different color? For example the hyperlinks in the top menu red and the hyperlinks in the text blue.

    Thank you in advance.

    Octavii

Viewing 1 replies (of 1 total)
  • Hello Octvavii,

    Thanks for reaching out to us!

    Please add this code in Appearance > Customize > additional CSS:

    .menu-main li a, .menu-main li ul li a {
    color: red;
    }
    .page-content a {
    color: blue;
    }

    Please let me know if you have any questions!

    All the best,
    Beatrice.

Viewing 1 replies (of 1 total)
  • The topic ‘Hyperlinks different color’ is closed to new replies.