soren9000dk I keep getting the same class name #grid6wrap. No matter how much I dig, they are all having that same class name.
The class attributes are enveloped inside main section id attribute - #grid6wrap which acts as parent container for specific elements.
I would really priceate if you would please show me an example on how to identify the class or ID on one of the different collored menu icons
You may refer to quick example as per which you can add specific CSS to change styling for specific element which has been marked in screenshot to which specific class attribute is defined and change properties accordingly :
#grid6wrap #grid15{padding:10px !important;margin-left:5px !important;}
Would suggest to primarily experiment with inspector tools through which you can debug and make changes accordingly. The modifications being done through web inspector tool will be in virtual mode however, would surely help in augmenting your skills and knowledge for certain aspects 🙂