• Resolved miltonkd7

    (@miltonkd7)


    Hey Roman,

    The pictures for the posts on my platform currently don’t take up the entire size of the yellow box they’re in. Are there specific dimensions that the pictures should be so that there aren’t any more thick yellow borders around them? This is how they look currently:
    https://thecollegexchange.com/

    Also, when you click into a category such as “Course Books” at the top of the page the yellow borders are even thicker. Is there anything I can do to reduce the thickness of the yellow borders? You can see how this looks here:
    https://thecollegexchange.com/category/books/

    Thank you so much!
    Milton

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

Viewing 9 replies - 1 through 9 (of 9 total)
  • Hello Milton, try to use the following CSS code.

    You can add CSS code in the Customize → Additional CSS section.

    .entry-thumb:not(:hover) {
        background-color: transparent;
    }

    Please feel free to ask any other questions that you might have.

    Kind Regards, Roman.

    Thread Starter miltonkd7

    (@miltonkd7)

    Thank you for this Roman. When I use this code, the transparent callout appears to give a white color for the background rather than actually transparent. Do you have an idea for why it would be doing that?

    Hello Milton,

    When I use this code, the transparent callout appears to give a white color for the background rather than actually transparent. Do you have an idea for why it would be doing that?

    It’s white because the basic background color is white. Do you want to set a different background color for that thumbnail section?

    Kind Regards, Roman.

    Thread Starter miltonkd7

    (@miltonkd7)

    Hey Roman,

    So I’ve changed the way my home-screen looks here: https://thecollegexchange.com/

    Is there a way that I can turn the white background into any color that I want and manipulate it in different ways such as adding a border around it?

    Thank you!
    Milton

    Hello Milton,

    Is there a way that I can turn the white background into any color that I want and manipulate it in different ways such as adding a border around it?

    I’m not sure what exactly you want to achieve. Can you please provide some explanatory screenshots? You can upload screenshots to your WordPress Media Library and share a link, or you can use one of the online services (Google Drive, Dropbox, etc.).

    Kind Regards, Roman.

    Thread Starter miltonkd7

    (@miltonkd7)

    Hey Roman,

    In the screenshot link below you’ll see an image which sits on top of a white background, but then there’s another background behind the white background that’s grey. In the “Colors” option when I’m customizing my platform, there isn’t an option to change the color of the white background that’s present. Is there a special code I can use to change this white background to the grey color I’m using?

    It looks like the white background is an automatic setting that’s embedded into the Alizee them itself, but I’m not entirely sure.

    https://thecollegexchange.com/wp-content/uploads/2017/07/CXC-Home-Page-Background-Color.png

    Best,
    Milton

    Hello Milton, thank you for the screenshot.

    You can try to add this CSS code in the Customize → Additional CSS section:

    .hentry {
        background-color: transparent;
        box-shadow: none;
    }

    Kind Regards, Roman.

    Thread Starter miltonkd7

    (@miltonkd7)

    This worked like a charm, thank you so much!

    You are welcome Milton! ??

    Kind Regards, Roman.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Post Picture Size’ is closed to new replies.