• itrulyloveanna

    (@itrulyloveanna)


    Hi,
    Can you help me to find a way to:

    1) get away of the dark gradient that came as a new layer over the categories from woo commerce.

    2) to make change height of the Page header background.

    Thank you

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Branko

    (@brankoconjic)

    Hi,

    1) You can use this CSS:

    .woocommerce ul.products li.product.product-category>a:after {
      display: none;
    }

    2) When uploading an image in the Customizer options you can expand additional options by clicking on the “Advanced” toggle. Here’s a screenshot. For “Background Size” you can choose “Cover”, “Contain” and “Auto”. Auto will take the actual image size.

    If you need more control over that, you can use this CSS:

    .page-header {
        background-size: 500px; /* Replace the value */
    }

    You can add the CSS code into the Additional CSS field in Appearance » Customize.

    Thread Starter itrulyloveanna

    (@itrulyloveanna)

    Hi,
    Thank you. The No1 worked well, but not the No2, is there any solutions?

    Thank you

    Thread Starter itrulyloveanna

    (@itrulyloveanna)

    For the No2 I don’t need to change the background or add any images. Now it’s just a black ligne with the name of the header. But it’s very large.
    Thank you

    Thread Starter itrulyloveanna

    (@itrulyloveanna)

    Hi,
    Now that the No1 worked, I need to move the name of the category under the thumbnail and change the color too black. How to do so?
    Thank you

    Branko

    (@brankoconjic)

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Thumbnails for categories & Page header background’ is closed to new replies.