• Resolved SpAcEelsewhere025

    (@spaceelsewhere025)


    Hi.

    I’m trying to change the texture of Pilot Fish default background from solid white (#fff) to a texture I downloaded from subtlepatterns.com.

    I’ve already uploaded the texture (which is a .png file) to my FTP file via Bluehost, but I can’t seem to get it to appear on my site. I played around in the CSS file. I also attempted to play around in the function.php. Any clues as to what I’m doing wrong?

    Here’s my site: https://www.taralconley.org/

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • WPyogi

    (@wpyogi)

    Backgrounds are added in the CSS code – generally in the body tag. Looks like you have a custom background option — so use that — this reference page explains how to code the background image. Just make sure the image path is correct for your site:

    https://www.w3schools.com/css/css_background.asp

    Thread Starter SpAcEelsewhere025

    (@spaceelsewhere025)

    Excellent. Thanks. I placed [background-image: url(images/grey.png);] in the wrong spot in the CSS file.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pilot Fish: Change Background Color/Texture’ is closed to new replies.