Skip to content
Public Ticket #29027

Category Page Layout

Conversation thread

Sharon England replied

Customer Reply

that worked. Thank you.

You guys are super quick and very helpful!!!

Really appreciate it.

Sharon

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.biggrid-archive-wrapper .pcbg-bgoverlay.active-overlay {
    display: none;
}

Regards,
PenciDesign.


PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

.biggrid-archive-wrapper {
  --bgcolor: #000; /* replace #000 with the custom color */
}
.biggrid-archive-wrapper .pcbg-bgoverlay.active-overlay {
    background: -webkit-linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 60%,
            var(--bgcolor) 100%
    );
    background: -o-linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 60%,
            var(--bgcolor) 100%
    );
    background: -ms-linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 60%,
            var(--bgcolor) 100%
    );
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 60%, var(--bgcolor) 100%);
    opacity: 0.7;
}

Regards,
PenciDesign.



Sharon England replied

Customer Reply

Hi 

thanks I am in that section of Customise but exactly which is the setting for the colour on the gradient over the photo?

sharon

PenciDesign Supporter replied

Staff Reply

Hi,

The content located on the screenshot you sent is the category featured post.

You can customize it by going to Appearance → Customize → General → Category, Tag, Search, Archive Pages → Show Featured Posts.

Regards,
PenciDesign.


Sharon England replied

Customer Reply
1864008406.png

Hi - I want to change the post listings directly above to remove or change the black vignette on the bottom of the images.

thanks, Sharon

PenciDesign Supporter replied

Staff Reply

Hi,

Can you send me some screenshots?

Regards,
PenciDesign.


Sharon England started the conversation

Conversation Start

Hi, I would like to change the layout of my category pages and updated to the page style aren't working. Specifically I would like to change or take off the black vignette over the images on the post listings. Can you please point me in the right direction. Thanks, Sharon

Want to join this conversation or access attachments? Sign in first.