CSS [Vendor Archive]: Vendor Guide V2 Styles

/* Specifies max height for vendor category container with name, description and images */ .category-container { max-height: 35vh; } /* Sets styling for the first image container (left side) */ @media (min-width: 768px) { .category-description-container { clip-path: polygon(100% 0%, 5%…Continue reading

Text change for payment types checkout page

/* Remove before pseudo-element which may be adding extra images */ .pmpro_checkout a.pmpro_radio:before { content: none; } /* Style the newly added images */ .pmpro_checkout a.pmpro_radio img { max-height: 30px; /* Limiting the height of the images */ margin-right: 10px;…Continue reading

pmpro_level_name_text color and size

/* Target the membership level heading */ .pmpro_level_name_text { font-size: 32px; /* Set the desired font size */ color: #606060; /* Set the text color to dark grey */ margin-top: 25px; /* Set the top margin (adjust as needed) */…Continue reading

CSS [Vendor Archive]: Vendor Guide V2 Styles

/* Specifies max height for vendor category container with name, description and images */ .category-container { max-height: 35vh; } /* Sets styling for the first image container (left side) */ @media (min-width: 768px) { .category-description-container { clip-path: polygon(100% 0%, 5%…Continue reading

CSS [Vendor Archive]: Vendor Guide V2 Styles

/* Specifies max height for vendor category container with name, description and images */ .category-container { max-height: 30vh; } /* Sets styling for the first image container (left side) */ @media (min-width: 768px) { .category-description-container { overflow: hidden; } .category-description-container…Continue reading

CSS [Vendor Archive]: Vendor Guide V2 CSS Styles

/* Specifies max height for vendor category container with name, description and images */ .category-container { max-height: 30vh; } /* Sets styling for the first image container (left side) */ @media (min-width: 768px) { .category-description-container { overflow: hidden; } .category-description-container…Continue reading