4.36K views
0

Please use below css code to remove signup button and change lock image in padlock pro module, watch video for complete explanation and tips

// hide signup button
ion-view[state=”loginredirect-view”] .padlock .item:nth-child(4) {display:none};

// apply new lock image

ion-view[state=”loginredirect-view”] .padlock .item:nth-child(2) {
background-image: url(“https://image.flaticon.com/icons/svg/174/174309.svg”);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
background-size: 200px;
height:245px;

};

//hide old lock button

ion-view[state=”loginredirect-view”] .padlock .item:nth-child(2) .ion-locked{
display:none;
}

Changed status to publish
Download your FREE cms now

on Combo Modules Purchase

20%

20%

on renewal of expired license

20%

20%

on renewal of active license

20%

40%

on renewal of combo active license

60%

Notes:
No coupon code is required. Applied automatically on the cart.
Combo offer is applicable on the purchase of 2 or more modules/renewal/both.
Terms and conditions apply.

customize padlock pro using css in Siberian cms

User ID : [email protected]
Pwd : 123456

March 28, 2024 5:13 am