Mask for the address bar
-
@fssmoura When I use Theme 3, I get symptoms that the address is not correctly located as you said. Could you tell me how you solved it?
-
Is this still working as of today? I really want theme 3 but the code isn't working for me. I'm using version 7.0.3495.11
-
@mariolm said in Mask for the address bar:
Is this still working as of today? I really want theme 3 but the code isn't working for me. I'm using version 7.0.3495.11
Mod is no longer updated.
If you want theme 3 then you don't need this mod with latest vivaldi version.
You only need css. This is the css I just wrote.UrlFragment-Wrapper--ShouldHighlight { width: 100%; text-align: center; } .UrlFragment-Wrapper > .UrlFragment--Lowlight, .UrlFragment-Wrapper > .UrlFragment-LinkWrapper > .UrlFragment--Lowlight { display: none; }
-
@tam710562 Thank you so much!!
-
@tam710562 said in Mask for the address bar:
@mariolm said in Mask for the address bar:
Is this still working as of today? I really want theme 3 but the code isn't working for me. I'm using version 7.0.3495.11
Mod is no longer updated.
If you want theme 3 then you don't need this mod with latest vivaldi version.
You only need css. This is the css I just wroteI also liked theme 3, but I don't know what to do to insert this code into Vivaldi for it to work, where can I find instructions on how to do it?
-
@llyon Steps to follow
- Create a file with
.css
extension from the code above. - Open vivaldi://experiments.
- Enable "Allow for using CSS modifications".
- Open Appearance section in settings.
- Under "Custom UI Modifications" choose the folder you want to use.
- Place your CSS files inside this folder.
- Restart Vivaldi to see them in effect.
Read more here in the Adding Style (CSS) section
- Create a file with