ashimdutta
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
The issue has been resolved now. Thank you for your support.
I’m also looking for this plugin compatible with Elementor woocommerce single product template
- This reply was modified 4 years, 7 months ago by ashimdutta.
Forum: Plugins
In reply to: [Pixel Cat - Conversion Pixel Manager] Can I roll back to previous version?Thank you.
Forum: Plugins
In reply to: [WP Splash Page] Move position of continue buttonYou may also give shadow effect by adding the following lines:
-moz-border-radius: 5px;
border-radius: 5px;
-moz-box-shadow: 5px 5px 5px black;
-webkit-box-shadow: 5px 5px 5px black;
box-shadow: 5px 5px 5px black;Forum: Plugins
In reply to: [WP Splash Page] Move position of continue buttonAdd the following line in the /wp-content/plugins/wp-splash-page/templates/default/style.css
margin-top: 300px;
just at the bottom of :
#wpsp-continue {
display: inline-block;
cursor: pointer;
margin: 10px 0;
text-decoration: none;
border: 0px none;; padding-left:20px; padding-right:20px; padding-top:10px; padding-bottom:10px
Viewing 5 replies - 1 through 5 (of 5 total)