• Hello, I have searched through the forum and I cant seem to find a working solution for this. I am a newbe at CSS and PHP, so detailed code instructions are greatly appreciated ?? Currently, i have a dotted line that appears at the footer of each post. I have a horizontal line graphic that I would like to display there instead. I have uploaded the graphic to the web server in my images folder, but need to know exactly what to change in my CSS and/or PHP code in order to make it work.

    thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • It depends completely on what theme you are using. What theme are you using and what is your URL?

    Trent

    Thread Starter thetruepro

    (@thetruepro)

    my URL is https://www.prasemprelolita.com/wordpress

    I am currently using Maroon Artwork 1.1 by Erik Gyepes
    as my theme. My client loves the theme, but wants to change to an image in the post footer ??

    In the main CSS file, it seems like the dotted line is listed as follows

    #content .post-footer
    {
    padding-bottom: 0.3em;
    font-size:0.9em;
    border-bottom-width: 2px;
    border-bottom-style: dotted;
    border-bottom-color: #8D150F;

    }
    I can paste text from the php files if you tell me what info i need.

    Thanks again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Image in Post Footer-HELP’ is closed to new replies.