Home Forums WoodMart support forum Woocommerce Category Image Headings

Woocommerce Category Image Headings

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

    butlerholly
    Participant

    We like the full screen category image headings. We removed the title text to just display the image by adding:

    .title-size-small {
    height: 500px;
    }

    .title-size-small .entry-title, .title-size-small h1 {
    display: none;
    }

    Only problem is the headings load slow this way. Is there another way around this to show the full screen headings?

    #46272

    Artem Temos
    Keymaster

    Hi,

    Sorry, but what do you mean by headings load slow with this code? That CSS code simply hides the heading and can’t influence the loading speed.

    Regards

    #46287

    butlerholly
    Participant

    I’m not sure why they are loading slow, but they are showing the black background and then loading. Anything we can do?

    #46317

    Artem Temos
    Keymaster

    It is how the images are loaded in the web. It also may depend on your internet connection speed.

Viewing 4 posts - 1 through 4 (of 4 total)