Edit Profile (Vendor) Stylesheet

.gpfup__files { list-style: none; margin: 0; padding: 10px; } .entry-content ul { margin-left: 0; } /* Individual Image Row */ .existing_image { display: flex; flex-direction: column; } .image_data_row { display: flex; flex-direction: row; } /* Image Preview */ .image_preview img…Continue reading

Fixed Background – 1

body.custom-background { background-image: url(https://www.pacificsqr.com/wp-content/uploads/2024/07/PS-Pattern.png); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: scroll; } to this: body.custom-background { background-image: url(https://www.pacificsqr.com/wp-content/uploads/2024/07/PS-Pattern.png); background-position: left top; background-size: auto; background-repeat: repeat; background-attachment: fixed; }Continue reading

CSS – National Tax Agency

h3 { border-color: transparent transparent brown transparent; border-bottom-style: groove; background-color: #f3ede5; padding: 10px; } h4 { background: #fff; border-bottom: 1px solid #c3c4c7; border-left-width: 4px; padding: 10px; } h5 { background: #efefef; border-bottom: 1px solid #c3c4c7; border-left-width: 4px; border-left-color: greenyellow; padding:…Continue reading