Closed arshsaxena closed 3 years ago
Can you take a screenshot about what you're referring to?
Font style of URL and color of bookmarks label.
This is how it looks for myself. Do you have the inbuilt Firefox Dark theme selected? Sometimes that overwrites whatever I've put in the theme.
Also, what OS & firefox version are you using?
Thanks! Bookmarks label color is fine now. What about font style?
toolbarbutton.bookmark-item{
font-weight:bold;
}
Not that, I am asking for font-family of URL and bookmarks label.
Not that, I am asking for font-family of URL and bookmarks label.
I'm sorry, I don't think I understand what you are referring to then. The code:
toolbarbutton.bookmark-item{ font-weight:bold; }
would change "Amazon" above to bold. If you're after font-family, then you can add whatever you like into that CSS class
Adding font-family
in toolbarbutton.bookmark-item
will do that?
Correct. I'd look into a CSS resource to find the types of properties you can put in for fonts. Just be careful if you're referencing a font that isn't built into the system e.g. Google fonts, as they'd have to be imported first.
Okay, I will try and let you know.
It worked! Where to make changes for changing font-family of URL bar and settings menu?
If you're looking to learn, I suggest you read this: https://www.reddit.com/r/FirefoxCSS/comments/73dvty/tutorial_how_to_create_and_livedebug_userchromecss/
What should I edit to change font style and color of bookmarks label?