Search results: css
Notifications If you wish, you can receive notifications on the forum, to your account’s recovery email or both: On the forum, to view the latest notifications, click on […]
When someone has sent you a private message, you’ll get an unread chat message notification in the top right corner of the forum page. Unread messages will have […]
Forum Profile To view your account’s profile, click on the avatar (username’s first letter if you haven’t uploaded an image) in the top right corner of the forum […]
Browsing the Forum and reading topics
The Vivaldi forum is a place to talk about the browser, share customization ideas and clever tricks, troubleshoot bugs, shape the browser’s development, and, why not, just talk about […]
Forum moderation and reporting inappropriate content
Flag a post for moderation To flag posts that break our Code of Conduct: Click on the post menu on the right side of the post; Select Flag This Post for […]
Start a new discussion Before you start a new thread, search the forum to see if there already is a discussion about the same topic. If there isn’t: If you […]
With thousands of topics on the Vivaldi Forum, it’s easier to use Search to find what you’re looking for rather than browse through all the categories. It’s also important to […]
Markdown is a simple markup language used to create rich text (e.g. HTML) with a plain text editor. It lets you add basic formatting to your text, using […]
Hello, I use Ubuntu 22.04 and installed Vivaldi. Small issue that I see is I imported my CSS file from a Windows computer. When I try to run the change the color of the selected tab in CSS it won't work for some odd reason. Here's the CSS code: #browser .tab-position .tab.active {background-color: green; color: [...]
It seems that Vivaldi does not support the CSS feature: scroll-behavior: smooth; It would be great to have this support, because all other important browsers have it. Thanks, Peter.
I have a couple questions. Hello. I'm new around here and I had a few questions. I'm coming off of 20 something years with Firefox, and though I've dabbled with other browsers, Vivaldi looks to be something finally worth switching to. I had a few questions, though, maybe someone can help me. My first question [...]
does anyone know how to access the filter_intensify.css file on mac? i heard it's somewhere in applications but i can't find it
How to make css work in Notes?
Hi, how do I make css work in notes? I'm trying to color a specific word. Or is this not available (yet)?
I find the new dark theme is too harsh on my system so I decided to make some changes to the colour and a few other things I feel are inconsistent. You will need something like Stylus to inject the code. Give it a try :root { --header-bg: hsla(210, 2%, 10%, 95%); --submenu-bg: hsl(210, 2%, [...]
Sync wiped out all my Stylus CSSes
Trying to figure out where I went wrong. I created a new profile, installed Stylus, and synced it (edit: Vivaldi, not Stylus) on the same account as my main profile. Now all style sheets are gone on both profiles. This is a loss of a few months of tweaks. I really do not like the [...]
Where is the common.css file located??????
In case you cant tell from the title.... I have spend well over an hour looking for this gdamn file... and NO I dont want to change it just want to look at it so I can have a reference of what everything is called and use it as a reference its not a nuclear [...]
Seems css modifications not working in vivaldi 6.7.3329.31 (Stable channel) (x86_64) on macOS Monterey 12.7.5 For example in bookmark bar reize, removing arrows or font size not working at all /* resize bookmark tab */ .bookmark-bar { height: 20px !important; } /* Hide folder arrow icons on the bookmark bar when set to text only [...]
custom css for tab stack inside
I want to color text of inactive tab inside tab stack and change color of tab like outside tab (white color) I have a custom css: .button-toolbar.button-toolbar-webpanel button[title*="WhatsApp"] .button-icon.favicon { filter: grayscale(100%); /* border: 2px red solid !important; border-radius: 4px !important; */ } .button-toolbar.button-toolbar-webpanel button[title*="Home"] .button-icon.favicon { border: 2px yellow solid !important; border-radius: 4px !important; [...]