Home Forums Basel support forum Categories page

Categories page

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

    Funkierbike
    Participant

    Hey,

    On the categories page I would like to make few changes.
    I would like to make the title’s background full width over the image.
    I also want this background to be transparent.
    Can you please help me to figure out where is the source so I can make this change?

    Thanks a lot:)
    Yuval

    #1113

    Artem Temos
    Keymaster

    Hello,
    Thank you for creating a topic.
    Here is a small code snippet that should help you. Add this in Theme Settings -> Custom CSS

    .category-grid-item .category-content .hover-mask {
        background-color: transparent;
        bottom: 0;
        width: 100%;
        box-shadow:none;
    }
    
    .category-grid-item .category-content .hover-mask h3 {
        padding-right: 15px;
        padding-left: 15px;
        color: white;
    }
    #1114

    Funkierbike
    Participant

    Thank you very much 🙂

    #1120

    Artem Temos
    Keymaster

    You are always welcome 🙂

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

The topic ‘Categories page’ is closed to new replies.