Hello, i need to change the style of some things in the template, i had attached a image where in ponit 1 i need to change the color and width, and in ponit 2 i need to change the solor of the background and the solor os the fonts.
Thanks
#gkMainMenu { border-bottom: /* here your new rules for border in menu */; }
#gkTopBar { background: /* new top bar color */; }
button, .button, input.button, span.button, button.button, div.button, input[type="submit"], input[type="button"], .pagenav-prev a, .pagenav-next a, .readon, #gkMainbody .itemReadMore, #gkMainbody .readmore > a, .button.invert:active, .button.invert:focus, .button.invert:hover, .gkShowCart a
.nspArt .nspImageWrapper:hover img {
-webkit-transform: scale(1) rotate(0deg);
-moz-transform: scale(1) rotate(0deg);
-ms-transform: scale(1) rotate(0deg);
-o-transform: scale(1) rotate(0deg);
transform: scale(1) rotate(0deg);
};
button:hover, .button:hover, input.button:hover …