• Browser
  • Mail
  • News
  • Community
  • About
Register Login
HomeBlogsForumThemesContributeSocial

Vivaldi

  • Browser
  • Mail
  • News
  • Community
  • About

Navigation

    • Home
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Desktop
    3. Archive
    4. Can I change the icons?

    Can I change the icons?

    Archive
    4
    19
    7.0k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      TiKu
      last edited by

      I don't really like monochrome icons. Everything looks like a funeral. Is it possible to customize the icons? Especially I would like to replace the folder icons in the Bookmarks panel.

      luetage
      L
      1 Reply Last reply
      Reply Quote 2
      • luetage
        L
        luetage Supporters Soprano @TiKu
        last edited by luetage

        @tiku So you're looking for clown fiesta icons. We can arrange that. The icons are in svg format -- you can draw your own and replace them.

        https://forum.vivaldi.net/topic/20227/changing-icons-with-css-part-ii?page=1

        Alternatively you can just color the fill and the outline differently.

        github ◊ vfm

        T
        1 Reply Last reply
        Reply Quote 0
        • T
          TiKu @luetage
          last edited by

          @luetage So I can either replace the whole svg file or I can use CSS to replace/customize the icon?
          Where can I find the file that I need to replace? I've found %AppData%\Local\Vivaldi\Application\1.12.955.38\resources\vivaldi\resources\folder.png, but it is a png file and replacing it did not change anything.

          And where do I have to put the CSS?

          1 Reply Last reply Reply Quote 0
          • luetage
            L
            luetage Supporters Soprano
            last edited by luetage

            https://forum.vivaldi.net/topic/10549/modding-vivaldi?page=1

            This is how you implement the css. How to replace the svg is described in the post I linked initially -- you don't need to hunt down application files. If you just want to change the color you can do something like this:

            .vivaldi-tree .tree-row svg {
                fill: orange;
                stroke: blue;
            }
            

            This changes the color of all svg icons in a tree (panel and bookmarks/history site).

            github ◊ vfm

            T
            1 Reply Last reply
            Reply Quote 1
            • T
              TiKu
              last edited by TiKu

              I used this

              .vivaldi-tree .tree-row svg {
               	fill: #E8D373;
               	stroke: #DAC262;
               }
              

              It looks much better now, thank you.

              S
              1 Reply Last reply
              Reply Quote 0
              • T
                TiKu @luetage
                last edited by

                @luetage One more question, is it possible to adjust the folder icon in the quick launch bar as well? I cannot find its CSS class.

                luetage
                L
                1 Reply Last reply
                Reply Quote 0
                • luetage
                  L
                  luetage Supporters Soprano @TiKu
                  last edited by luetage

                  @tiku You can inspect Vivaldi's UI and look up the classes yourself. I'd have to do the same, and I'm not sure what a quick launch bar is.
                  https://forum.vivaldi.net/topic/16684/inspecting-vivaldi-s-ui-with-devtools

                  github ◊ vfm

                  T
                  1 Reply Last reply
                  Reply Quote 0
                  • luetage
                    L
                    luetage Supporters Soprano
                    last edited by

                    Do you mean quick commands? That's an image with transparency. You can replace that if you want to. Not by going into the application, but by replacing it with css. Changing icons with css part I should be of help there. Linked in the OP of changing icons with css part II ^^

                    github ◊ vfm

                    1 Reply Last reply Reply Quote 0
                    • T
                      TiKu @luetage
                      last edited by

                      @luetage Thanks, I did not know how to do this. I have been looking for the CSS class .bookmark-bar.

                      1 Reply Last reply Reply Quote 0
                      • S
                        SilverSimon @TiKu
                        last edited by

                        @tiku This works nicely. Not quite so drab now. Changed mine to blue. Unfortunately it doesn't work on the bookmark bar folder icons.

                        luetage
                        L
                        1 Reply Last reply
                        Reply Quote 0
                        • luetage
                          L
                          luetage Supporters Soprano @SilverSimon
                          last edited by

                          @silversimon svg.folder-icon {fill: blue; stroke: blue;}

                          github ◊ vfm

                          1 Reply Last reply Reply Quote 0
                          • S
                            SilverSimon
                            last edited by

                            @luetage Thanks, that works too, but is there any way to change the icon color in the bookmark menus?

                            luetage
                            L
                            1 Reply Last reply
                            Reply Quote 0
                            • luetage
                              L
                              luetage Supporters Soprano @SilverSimon
                              last edited by

                              @silversimon bookmark menu?
                              Provide a screenshot, I don't know what you have in mind.

                              github ◊ vfm

                              S
                              1 Reply Last reply
                              Reply Quote 0
                              • S
                                SilverSimon @luetage
                                last edited by SilverSimon

                                @luetage The icons (https://imgur.com/EMooFWP) inside the red box on the screenshot. Sorry, never posted a screenshot here...having trouble with it.

                                1 Reply Last reply Reply Quote 0
                                • luetage
                                  L
                                  luetage Supporters Soprano
                                  last edited by

                                  Yeah, that's a right click menu... don't know how to modify these -- good luck. But seems like it's an icon with transparency too.

                                  github ◊ vfm

                                  S
                                  1 Reply Last reply
                                  Reply Quote 0
                                  • S
                                    SilverSimon @luetage
                                    last edited by

                                    @luetage Thanks anyway. One more question though...Since it's possible to modify the icon colors in a tree (panel and bookmarks/history site), is it also possible to change the font size used in these areas? It seems a bit large.

                                    luetage
                                    L
                                    1 Reply Last reply
                                    Reply Quote 0
                                    • luetage
                                      L
                                      luetage Supporters Soprano @SilverSimon
                                      last edited by luetage

                                      @silversimon
                                      .tree-item {font-size: 11px;}

                                      github ◊ vfm

                                      1 Reply Last reply Reply Quote 0
                                      • luetage
                                        L
                                        luetage Supporters Soprano
                                        last edited by

                                        @raed Are you sure it's a class not an id? And I can't help you with the Vivaldi button, since there is none on macOS.

                                        github ◊ vfm

                                        1 Reply Last reply Reply Quote 0
                                        • LonM
                                          L
                                          LonM Soprano Patron Moderator
                                          last edited by

                                          @raed said in Can I change the icons?:

                                          the bookmarks menu entry on the Vivaldi button

                                          If you're talking about the icons in this:
                                          0_1520600295781_0ee69908-d5c6-4eca-b9b1-d8889ed322d2-image.png

                                          It isn't possible to change those using CSS.

                                          💻 Windows 10 64-bit Sopranos Builds • en-GB • 🗳 vote for features • 🕵️‍♀️ Code of Conduct • 🐞 Report bugs

                                          1 Reply Last reply Reply Quote 0
                                          • pafflick
                                            P
                                            pafflick moved this topic from Modifications on
                                          Loading More Posts
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • 1 / 1
                                          • First post
                                            Last post

                                          Looks like your connection to Vivaldi Forum was lost, please wait while we try to reconnect.

                                          Copyright © Vivaldi Technologies™ — All rights reserved. Privacy Policy | Code of conduct | Terms of use | Vivaldi Status