• Resolved cruxco

    (@cruxco)


    I’m having issues with the background image. I’ve tried multiple times to upload my own. Occasionally it works. The rest of the time, it centers the square thumbnail of my image on the background color.

    Side question, not as pressing: is there a way to change the color of the text background from black to something else?

Viewing 8 replies - 1 through 8 (of 8 total)
  • The code for black text is #000000 make sure you find the part in the style.css thats says that about that part of the text

    Cant find it? Go to the url and press F12 (at least in chrome its F12)

    Then you can press the magnifier in the top left corner.
    Then press the text that you want changed.

    It will show you where in your scripts the code says it has to be black.

    Thread Starter cruxco

    (@cruxco)

    Sorry, I should have been more clear. I’m not looking to change the color of the text, but rather the color of the background the text is on (the transparent black that overlays the background image).

    Could I have the link to your website please.

    Thread Starter cruxco

    (@cruxco)

    Sure thing. It’s in its very infancy, but check it out at test.coloradoliquormart.net

    Thanks for taking a look!

    This theme is not doing it for me either. I would just override it with CSS. If you add this to your custom stylesheet it will take care of it:

    body.custom-background {
    background-image: url("http://test.coloradoliquormart.net/wp-content/uploads/2014/05/cork-texture.jpg") !important;
    background-repeat: repeat;
    background-size: auto auto;
    }
    Thread Starter cruxco

    (@cruxco)

    You rock! I’m about to head out for the evening, but I’ll try this when I get home.

    Glad I could help, let me know if you need any more assistance

    Signed,
    [sig moderated as per the Forum Rules]

    Theme Author sonalsinha21

    (@sonalsinha21)

    Closing this as issue seems to be resolved

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Background Image’ is closed to new replies.