• Resolved Ray Burtoff

    (@rburtoff)


    With the latest updates to Raindrops the header and footer bars are missing. These looked like metallic bars with a thin red line at the top (for the bar at the top of the screen) or at the bottom (for the bar at the bottom of the screen). I liked the look of these, is there any way to get them back?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author nobita

    (@nobita)

    Hi @rburtoff

    
    #ft {
        background: url(https://example.com/wp/wp-content/themes/raindrops/images/footer.png);
        background-repeat: repeat-x;
    }
    
    #hd {
        background: url(https://example.com/wp/wp-content/themes/raindrops/images/header.png);
        background-repeat: repeat-x;
    }
    
    

    Change from https://example.com/wp to Your WEBSite WordPress Installed URL

    Dashboard / Appearance / Customize / Additional CSS

    Changed style rules paste Additional CSS

    Thank you

    Thread Starter Ray Burtoff

    (@rburtoff)

    Worked like a charm. Thank you for your continued outstanding technical support for this theme!

    • This reply was modified 7 years, 4 months ago by Ray Burtoff.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header/Footer Bars’ is closed to new replies.