• Is there a way to put a background image behind my post headers? All the themes I really like have this. I’m hunt and peck with CSS but not afraid to tackle it. 😀

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can usually add a background image to post titles via CSS but it very much depends upon that theme you are using. If you require more specific help, you need to post a link to your site.

    Thread Starter JSF1000

    (@jsf1000)

    sorry…thought I was still in the constructor forum.

    It’s an unmodified constructor theme. Only changes have been using the inbuilt constructor options. Site’s not officially online yet.

    Hi, you can found solutions in naruto sub-theme:

    .title {
            background:url(title.png) -10px 0 no-repeat;
            border:0 !important;
        padding-left:40px !important;
    }

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘header background image’ is closed to new replies.