I'm building a website at http://bestialgamers.es and started with the quickstart but I've notice a few errors, like the cart popup appearing always on top even when user was in the bottom of the page, and after change the background image with another of the same size in width and height, it was not filling the background. Somehow I managed to solve with this override CSS I'm posting. I don't know if my actions are the best way to solve those problems. I think those errors came with the quickstart.
solved popup cart like this:
- Code: Select all
#gk-popup-cart.gk-popup {
position: fixed}
solved image background not filling background like this:
- Code: Select all
body {
background-size: cover}
I couldn't find out how to solve or configure show Social API icons: tried "Exclude only selected pages/categories" without selecting something to exclude, expecting to show the buttons everywhere. I can't show them anywhere.
I'd like to know how to change the color of the buttons that came with the typhography, if you don't mind.
