Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Cuireadh an snáithe seo sa chartlann. Cuir ceist nua má tá cabhair uait.

How can I change the color of urls in the urlbar dropdown?

more options

Can anyone help me with the css code for changing the color of urls in the urlbar dropdown?

Can anyone help me with the css code for changing the color of urls in the urlbar dropdown?
Attached screenshots

Réiteach roghnaithe

That can be set by using the following CSS code in a userChrome.css file:

.urlbarView-url {
    color: red !important;
}

If you are not sure how to create or use a userChrome.css file, see the How to Create a userChrome.css File page on userChrome.org.

Hope this helps.

Read this answer in context 👍 1

All Replies (2)

more options

Réiteach Roghnaithe

That can be set by using the following CSS code in a userChrome.css file:

.urlbarView-url {
    color: red !important;
}

If you are not sure how to create or use a userChrome.css file, see the How to Create a userChrome.css File page on userChrome.org.

Hope this helps.

more options

Wesley Branton said

That can be set by using the following CSS code in a userChrome.css file:
.urlbarView-url {
    color: red !important;
}

If you are not sure how to create or use a userChrome.css file, see the How to Create a userChrome.css File page on userChrome.org.

Hope this helps.

Thank you so much been digging the whole net for this! Worked like a charm!