Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #866490

    Hi there

    I would like to add an image into the title bar on a specific post. I’ve tried the code below but it only works on a page, not a post.

    Your help greatly appreciated.

    Code I tried:
    .page-id-3979 .title_container { background: url(https://wisdomtrove.com/wp-content/uploads/2017/10/23.jpg) top center no-repeat; }

    Post in question:

    #866927

    Hey graememyburgh,

    Please try this instead:

    .postid-3941 .title_container { 
      background: url(https://wisdomtrove.com/wp-content/uploads/2017/10/23.jpg) top center 
      no-repeat; 
    }

    Best regards,
    Rikard

    #867176

    Magic! Thank you.

    #867328

    Hi graememyburgh,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.