• Resolved gmclorn

    (@gmclorn)


    Hi,

    I’m a bit stuck with a couple of bits of formatting to the Single Job Listing page that I was hoping someone could help me with.

    • How can I remove the logo at the top of the page without also removing featured images for all blog posts?
    • I’d like to have a Sidebar on this page, similar to other pages on the site, but I can’t figure out how to do this.

    Thanks for your help.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • @gmclorn
    this CSS here should work

    .single-photo-wrapper.image {
        text-align: center;
        display: none;
    }
    Thread Starter gmclorn

    (@gmclorn)

    Hi @braehler

    Thanks for coming back to me. I’d tried this and it removes the image but it also removes the featured images on all blog posts; which I want to avoid. Is there any other way around this that you can think of?

    Hey @gmclorn
    mmh, I think this one comes form your theme, and not from wpjm. But unfortunatley I don′t know right now, where this is based exactley, without having an effect on your blog images.
    A solution could be to set up an extra CSS class for the logos and then use it.

    • This reply was modified 5 years, 1 month ago by braehler.
    Plugin Contributor Richard Archambault

    (@richardmtl)

    Hi!

    It looks to me like you’ve found the solution to your issue, so I’ll mark this as Resolved. If you still need help with this, though, do let me know and mark it as unresolved!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Single Job Listing Help’ is closed to new replies.