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

Vivaldi

  • Browser
  • Mail
  • News
  • Community
  • About

Navigation

    • Home
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    We will be doing maintenance work on Vivaldi Translate on the 11th of May starting at 03:00 (UTC) (see the time in your time zone).
    Some downtime and service disruptions may be experienced.
    Thanks in advance for your patience.

    1. Home
    2. Desktop
    3. Desktop Feature Requests
    4. Option for Colored Bookmark Folders

    Option for Colored Bookmark Folders

    Desktop Feature Requests
    bookmarks bookmarks panel color
    9
    15
    2.5k
    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.
    • F
      FatihSultan
      last edited by Pesala

      In my bookmark panel color folder option allow. Please Vivaldi please!

      1 Reply Last reply Reply Quote 48
      • N
        nmcguire722
        last edited by

        This is one of my major pet peeves on the bookmark. Below the bookmark bar all the icon are grey. This makes the worthless for finding folder or other items.

        1 Reply Last reply Reply Quote 10
        • S
          SergeiMus
          last edited by

          Yeap, please, devs! Grey folders are boring.

          1 Reply Last reply Reply Quote 6
          • Wolfee
            W
            Wolfee
            last edited by Wolfee

            Summary: I would like the option to have colored folders in the Bookmarks Bar. Just primary colors (Red, Green, etc).

            Several Updates ago, I lost the ability to change the top-bar (address bar?, not sure what you call it). A couple of guys here in the forum helped me cobble it together. It was fun while it lasted. But anyway,...

            I respectfully request to the Vivaldi Dev-gods to be able to change colors of the Bookmark folders on the Bookmark Bar. I think you can in CSS coding, but for those of us that are coding challenged, this is not an option.

            And I also read that in the changing of System colors, it is possible for that the Bookmark folders COULD be rendered invisible, and that would be too scary for some of us; klaxons blaring, panic mode! 😂😂

            I realize you have bigger issues to address, so I don't expect this to make the List anytime soon. But I appreciate your time and attention today.
            🤘😎🤘

            Best album I've heard in many, many years:
            "Goodmorning Restrained" by Magna Carta Cartel
            The last of the real guitar bands; lyrics are at a minimum.

            1 Reply Last reply Reply Quote 3
            • rodndtube
              R
              rodndtube
              last edited by

              I will take this a step further. The ability to add an icon to a folder would be outstanding. Discriminating between nameless grey folders is difficult and we all use colors and shapes to take us to bookmarks. Can you imagine all bookmarks as colorless bookmark icon shapes? Of course not!

              Please add the ability to iconize bookmarks (this was a standard capability in the long ago days of Firefox, etc.).

              1 Reply Last reply Reply Quote 6
              • leeuniverse
                L
                leeuniverse
                last edited by leeuniverse

                I would just like at least NORMAL "Colored" Bookmark folders... I mean good heavens!!! 😞

                I mean our current bookmark folders are just TERRIBLE...!
                Anyone that does Graphics or Web Design (like me) have heart attacks looking at the text/folders/and icons being NO DIFFERENT from each other, having ZERO CONTRAST.

                BOTH the Folder Icons and the "default" Site Icons in the Bookmarks should be "colored", having a color contrast between the Icons and the Text to be easier to see and read.

                For example, compare the below images... One good, how the Folders SHOULD look, the other is terrible.

                alt text

                This is the CODE I found on the forum... Only problem however is folder icons in a "dropdown" folder aren't changed. One post I read they are in the browser "Engine" and can't be changed.
                I don't understand the dev's... A great browser with this big of a messup.

                ::-webkit-scrollbar-thumb {
                    border: solid #000000d1;
                    background-clip: padding-box;
                    background-color: var(--colorBorderIntense);
                    border-radius: var(--radiusHalf);
                }
                #browser.mac ::-webkit-scrollbar-track, #browser.simple-scrollbar ::-webkit-scrollbar-track {
                    background-color: #0074d7b0;
                }
                
                @import url('common.css');
                svg.folder-icon path {
                d: path("M6.16,2.5H1.6A1.12,1.12,0,0,0,.5,3.63v8.75A1.12,1.12,0,0,0,1.6,13.5H14.4a1.12,1.12,0,0,0,1.1-1.12V5.76a1.19,1.19,0,0,0-1.1-1.23H7.76Z") !important;
                }
                
                /* CHANGING COLORS */
                
                svg.folder-icon svg path {
                fill: rgb(255 192 0) !important;
                fill-opacity: 1 !important;
                stroke: rgb(0, 0, 0) !important; /* OUTLINE */
                stroke-width: 1.0 !important;
                stroke-opacity: 1 !important;
                }
                

                The good thing at least is with the above Code I don't have to "always" look at those terrible Folder Icons in the Bookmark Bar or sidebar.

                Common Vivaldi Dev's, whoever's "personal preference" is not what's best for the MASSES.
                This is like the nutball who messed up Windows 11 with their "personal folder theme" and worst Start Menu ever, even worse than 8's.

                Oh, and BTW, for those who don't know, either create a Custom.css per HELP instructions or just add the above code to the common.css file at the bottom of that file each update.

                barbudo2005
                B
                1 Reply Last reply
                Reply Quote 2
                • barbudo2005
                  B
                  barbudo2005 @leeuniverse
                  last edited by barbudo2005

                  @leeuniverse

                  For this :

                  a0190d4b-37c4-45c4-adbe-f0f87a067448-image.png

                  Use:

                  .bookmark-bar button.folder[data-id="32036"]
                  
                  {font-size: 18px!important;
                  font-weight: bold !important;
                  color: #6399eb !important;
                  font-family: Lato !important;}
                  
                   .bookmark-bar button.folder[data-id="32036"] svg path
                  
                  {fill:  #6399eb !important;
                  stroke: #FACA4C !important; 
                  width:16px !important;
                  height: 16px !important;} 
                  
                  

                  For this (Folder):

                  12137551-d782-4638-8768-dad0aba9c107-image.png

                  Use:

                    .bookmark-bar button.folder[data-id="32048"] svg svg path:first-of-type {
                    d: path('M 12.480392,3.5196078 C 11.596104,2.6942723 10.299148,2.6942723 7.9999995,2.6942723 c -2.2991486,0 -3.5961043,0 -4.4803923,0.8253355 -0.8253355,0.884288 -0.8253355,2.1812437 -0.8253355,4.4803927 0,2.2991485 0,3.5961045 0.8253355,4.4803925 0.884288,0.825335 2.1812437,0.825335 4.4803923,0.825335 2.2991485,0 3.5961045,0 4.4803925,-0.825335 0.825336,-0.884288 0.825336,-2.181244 0.825336,-4.4803925 0,-2.299149 0,-3.5961047 -0.825336,-4.4803927 z M 11.183437,6.5851395 8.7074298,10.829722 c -0.1768575,0.23581 -0.3537151,0.412668 -0.6484778,0.47162 -0.3537152,0 -0.5895253,-0.117905 -0.7663829,-0.412668 C 6.7619965,10.004386 6.2903762,9.1200987 5.7598034,8.2358107 5.4650408,7.7052379 5.1113256,7.1746651 4.8165629,6.5851395 c -0.3537152,-0.5305728 0,-1.1790507 0.6484779,-1.2380032 0.3537152,0 0.5895253,0.1179051 0.7663829,0.4126677 0.2358101,0.4126678 0.4716203,0.766383 0.7074304,1.1790507 0.1768576,0.2947629 0.353715,0.5895256 0.47162,0.8842882 0.2358102,0.4126678 0.5895254,0.6484779 1.0611456,0.6484779 0.7074304,0.058953 1.2969557,-0.4716203 1.4148608,-1.1790507 v -0.117905 c 0,-0.2358104 -0.058953,-0.412668 -0.1179051,-0.5895256 -0.2358101,-0.5305728 0,-1.0611456 0.5895246,-1.1790507 0.471621,-0.117905 0.943242,0.2358102 1.002194,0.7074304 0,0.1179051 -0.05895,0.2947627 -0.176857,0.4716203 z') !important;
                    transform: scale(1.25) !important;}
                  
                  .bookmark-bar button.folder[data-id="32048"] svg svg path:last-of-type {
                    display: none;}
                  

                  For this (bookmark) :

                  f0171740-fdc6-401f-895f-fbe123f5f265-image.png

                  Use:

                  .bookmark-bar button[data-id="38354"]
                  
                  {font-size: 18px!important;
                  font-weight: bold !important;
                  color:  #ca000b !important;
                  font-family: Lato !important;}
                  
                  leeuniverse
                  L
                  1 Reply Last reply
                  Reply Quote 0
                  • leeuniverse
                    L
                    leeuniverse @barbudo2005
                    last edited by

                    @barbudo2005 ... Thanks barbudo... However, how do I find the Data ID # that effects ALL of the folders/sections? When I "Inspect" I'm just finding the ID for "each single element"

                    For example, in your first example, I can change the color of the folder and the name of just ONE of the folders in my Bookmark Bar. They ALL are "not" changed into the same color and formating?

                    barbudo2005
                    B
                    2 Replies Last reply
                    Reply Quote 0
                    • barbudo2005
                      B
                      barbudo2005 @leeuniverse
                      last edited by

                      @leeuniverse

                      Each folder or bookmark has its own ID, there is no ID for all the folders or bookmarks.

                      You have to assign the color to each one separately, which of course is better.

                      1 Reply Last reply Reply Quote 0
                      • barbudo2005
                        B
                        barbudo2005 @leeuniverse
                        last edited by

                        This post is deleted!
                        leeuniverse
                        L
                        1 Reply Last reply
                        Reply Quote 0
                        • leeuniverse
                          L
                          leeuniverse @barbudo2005
                          last edited by

                          @barbudo2005 ... LOL, thanks. That's totally NOT "practical" though.
                          Me has a MILLION Bookmarks... hee hee 😉

                          I'll just stick with the code I found above on the forum. I'll just have to suffer that the Folders in "dropdowns" won't be colored until hopefully the devs finally fix this problem.

                          barbudo2005
                          B
                          1 Reply Last reply
                          Reply Quote 0
                          • barbudo2005
                            B
                            barbudo2005 @leeuniverse
                            last edited by

                            @leeuniverse

                            Sorry, if you use the code without the ID all the folders will color:

                            .bookmark-bar button.folder
                            
                            {font-size: 18px!important;
                            font-weight: bold !important;
                            color: #6399eb !important;
                            font-family: Lato !important;}
                            
                            1 Reply Last reply Reply Quote 0
                            • puppyeyes
                              P
                              puppyeyes
                              last edited by

                              Honestly if we could even add change the folder icon to emojis that would be amazing

                              1 Reply Last reply Reply Quote 0
                              • pafflick
                                P
                                pafflick moved this topic from Automotive News on
                              • sphera
                                S
                                sphera Banned
                                last edited by sphera

                                the same thought ! Second thought -- I decided to use the forum search
                                Vivladi-Colors.png

                                1 Reply Last reply Reply Quote 1
                                • leeuniverse
                                  L
                                  leeuniverse
                                  last edited by

                                  Hey all...
                                  So just checking back in to see if anyone has figured out how to "Color" the BookMark "Folders" Icon as well as the Default "Bookmark Icon" color?
                                  Specifically, I'm speaking about the ones per the attached screenshot below.

                                  I CAN color the Folders in the Bookmark "Bar", just not the folders in the "dropdown" below the bar as you can see above in this post: https://forum.vivaldi.net/post/576752
                                  The Folders ARE colored in the Bookmark Manager, just not in dropdown.

                                  Thanks

                                  alt text

                                  I really wish the Dev's would "restore" Colors for things for those of us who like them.
                                  Most of us don't actually like the "ghost" icons in which there's no "contrast".
                                  It's NOT Natural.... 😞

                                  My folder icons would be the perfect style, and the Bookmark Icon could just use some "light" color so as to contrast the Text from the Icon. BAD Development to make everything the same color.

                                  1 Reply Last reply Reply Quote 1
                                  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