• Hello,

    When my posts are displayed individually the photo displays without a border e.g. https://fiftyyoung.imanuelae.com/goodbye-40s-hello-50s/

    However, when I access the same post via categories the post displays with a border, which is untidy when the photos are different sizes. https://fiftyyoung.imanuelae.com/category/life/ I would like to remove this border.

    Also, is there a way to make the parallax header completely transparent? At the moment its grey and it makes the background photo look dirty, especially when viewed on a mobile as it doesn’t scroll.

    Thank you (ps not a programmer but can follow instructions!)

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello @imanuelae,

    You can try to use the following CSS code.

    You can add CSS code in Dashboard → Appearance → Customize → Additional CSS.

    .entry-thumb {
        background-color: transparent !important;
    }

    Kind Regards, Roman.

    Thread Starter imanuelae

    (@imanuelae)

    Hi Roman,

    Thank you so much.

    Unfortuntely, though it’s removed colour, the images are still in a box or frame, so there is blank space now between the image and the lines.

    Perhaps I can use a different layout? Maybe 2 columns rather than one or a grid?

    I’ve left the .css in at the moment so you can see what I mean https://fiftyyoung.imanuelae.com/category/life/

    Thanks again.

    • This reply was modified 7 years, 2 months ago by imanuelae.

    @imanuelae, try to add this CSS code as well:

    .hentry {
        box-shadow: none !important;
    }

    Kind Regards, Roman.

    Thread Starter imanuelae

    (@imanuelae)

    Thank you Roman, I have changed my theme now in order to eliminate the problem. I appreciate your response though so thank you very much!

    You are welcome @imanuelae!

    Kind Regards, Roman.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Alizee – Remove Category View Image Borders’ is closed to new replies.