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.

ఇంకా తెలుసుకోండి

can i change the font colour in the bookmarks toolbar

  • 1 ప్రత్యుత్తరం
  • 24 ఈ సమస్యలు కలిగి ఉన్నాయి
  • 5 వీక్షణలు
  • చివరి సమాధానమిచ్చినది cor-el

more options

I have downloaded a persona but find it difficult to read the bookmarks toolbar. If the font colours could be changed my partner would be over the moon as they love the persona

I have downloaded a persona but find it difficult to read the bookmarks toolbar. If the font colours could be changed my partner would be over the moon as they love the persona

ప్రత్యుత్తరాలన్నీ (1)

more options

A possibility is to set the text (and background-color) of the Bookmarks Toolbar via code in userChrome.css

Add code to userChrome.css below the @namespace line.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#personal-bookmarks .toolbarbutton-text {
 color: #000 !important;
 background-color: -moz-dialog !important;
}


See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files