Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #656675

    I was able to change my homepage socket color to a gray by using the following code:

    .page-id-504 #socket {
    background-color: #737273 !important
    }

    This code worked properly; however, when I zoom out and socket pushes up, the color beneath it is still red (like the other pages) – is there a way to change the color on this page beneath the socket to the same gray color as the socket?

    #656691

    Hey shawnbanack,

    Thanks for getting in touch with us!

    On what particular page are you looking to change the color of the socket? Let us know and we’ll try to assist you with the CSS.

    Looking forward to hearing from you.

    Best regards,
    Jordan

    #656696

    Hi,

    On the homepage – I was able to get it changed, but if you zoom out so the socket gets pushed up, the color is still red below the gray socket, opposed to also being gray.

    #656710

    Hi!

    Please add following code to Quick CSS

    html {
        background: #737273;
    }

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.