Shop page improvement needed as in the private area

This topic has 4 replies, 2 voices, and was last updated 2 hours, 32 minutes ago ago by Rose Tyler

  • Avatar: Ankit Khandelwal
    Ankit Khandelwal
    Participant
    October 28, 2024 at 11:44

    Shop page improvement needed as in the private area

    Content is visible for topic creator and
    support staff only.
    3 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 28, 2024 at 12:11

    Hello, Ankit Khandelwal,

    Thank you for reaching out to us.

    1/ We’ve removed the mentioned content ( [block id=”4245″] ) via Theme Options > WooCommerce (Shop) > Shop > Shop page layout > Banner content

    2/ You can use custom CSS code to change styling, for example add this one and check the result:

    .category-grid.valign-bottom .categories-mask {
        padding: 5px;
    }
    .category-grid.valign-bottom .categories-mask:hover {
        color: white;
        background-color: #222;
    }

    Best Regards,
    8Theme’s Team

    Avatar: Ankit Khandelwal
    Ankit Khandelwal
    Participant
    October 28, 2024 at 12:30

    Please see my reply

    Content is visible for topic creator and
    support staff only.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 28, 2024 at 12:56

    Hello, Ankit Khandelwal,

    1/ In this case, replace this code:

    .category-grid.valign-bottom .categories-mask {
        padding: 5px;
    }

    by

    .category-grid.valign-bottom .categories-mask {
        padding: 5px;
        width: 50%;
        right: unset;
        left: 25%;
        border-radius: 10px;
    }

    to get https://prnt.sc/P4FFchzrhfT3

    2/ Hover background color can be changed here – https://prnt.sc/r7IKzp84UsVP

    Best Regards,
    8Theme’s Team

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.