Little success: with my little CSS knowledge I was able to change the form field and buttons in shopping cart and checkout page, the ugly files are gone and looking much better now.
I was not able to change the simple label text ‘Have a gift card?’…. grr.
I think it’s because the <label> has no class not id …?
<label for="pwgc-redeem-gift-card-number">Have a gift card?</label>
Also I’m missing the right colour and the DIVI like mouse over effect (getting light gray and showing a ‘>’), that’s above the thing I can do.
This is the CSS, I added it to the themes CSS file :
/* Layout Gift Card field */
input#pwgc-redeem-gift-card-number {
font-weight: 500!important;
font-size: 20px!important;
color: #fff!important;
border-radius: 3px;
-webkit-box-shadow: none!important;
box-shadow: none!important;
border: none!important;
background-color: rgba(0,0,0,.2)!important;
height: 49px;
width: auto;
}
/* Layout Gift Card button */
input#pwgc-redeem-button {
font-size: 20px;
font-weight: 500;
padding: .3em 1em;
line-height: 1.7em!important;
background: transparent!important;
position: relative;
border: 2px solid;
border-radius: 3px;
-webkit-transition: all .2s;
transition: all .2s;
}
Regards
kraeMit
-
This reply was modified 4 years, 3 months ago by
kraeMit.
-
This reply was modified 4 years, 3 months ago by
kraeMit.
-
This reply was modified 4 years, 3 months ago by
kraeMit.