• Resolved Jana

    (@janajanasnydercom)


    I’m sure I’m missing something obvious, but how do you change the main image on the home page? (The default being the misty trees.)

    And where do I go to change or remove the text that says “Featured Widget Area”?

    Thanks! Lovely theme!

    site: https://s001.janasnyder.com/~blackbea/

Viewing 5 replies - 1 through 5 (of 5 total)
  • noahjonah

    (@noahjonah)

    You may be able to change this via WordPress Dashboard though, but here’s the CSS.

    #featured {
    background-attachment: fixed;
    background-image: url(images/home_banner.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    height: 380px;
    display: block;
    text-align: center;
    }

    Featured Widget Title change can be made in WP Dashboard or maybe sidebar.php

    Thread Starter Jana

    (@janajanasnydercom)

    Thanks; you answered my first question.

    And I figured out the second; it’s in home.php. Don’t know how I missed that before! :/

    thanks again.

    Thread Starter Jana

    (@janajanasnydercom)

    For others who are looking for the exact location of the homepage image:

    Appearance > Editor > style.css > Section 06 – content > /*Featured Content*/

    In this line: background-image: url(images/home_banner.jpg);

    You’ll need to either replace the url path with the path to your replacement image, or rename your image “home_banner.jpg” and ftp it to:

    public_html > wp-content > themes > pilot fish > images

    Can I changce the main image on the homepage directly on the CSS in the editor?

    Which are the dimensions of the image?

    Moreover, how can I display images on the pages? I put an image as “image in evidence” but it doesn’t work!

    Thank you

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You can ask this in your own thread.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change home pg main image, and remove other text’ is closed to new replies.