Can i use nicepage for shopify

andreap_1994
2 Posts
andreap_1994 posted this 23 September 2020
Ask a Question

Hi i wonder if i can use templates of nicepage to add on my shopify store.
I am currently using a theme called debutify on shopify which has the section to add a custom HTML code.
For this reason i wonder if i can use Nicepage templates.

By the way i am not that technical when it comes to coding and etc and i have never used wordpress.

kind regars,
Andrea

Hi i wonder if i can use templates of nicepage to add on my shopify store. I am currently using a theme called debutify on shopify which has the section to add a custom HTML code. For this reason i wonder if i can use Nicepage templates. By the way i am not that technical when it comes to coding and etc and i have never used wordpress. kind regars, Andrea
Vote to pay developers attention to this features or issue.
6 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 23 September 2020

Hello,
Currently NicePage can't generate themes for shopify, but we have such a feature in our wishlist.

...................................................
Sincerely,
Borys
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello, Currently NicePage can't generate themes for shopify, but we have such a feature in our wishlist. ................................................... Sincerely, Borys Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
andreap_1994
2 Posts
andreap_1994 posted this 23 September 2020

What do you mean with wishlist? That you guys are working on it?

What do you mean with wishlist? That you guys are working on it?
Support Team
Support Team posted this 23 September 2020

Hi,

No, that means that we collect all the wishes from our users and they are considered for the future.

...................................................
Sincerely,
Hella
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hi, No, that means that we collect all the wishes from our users and they are considered for the future. ................................................... Sincerely, Hella Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
rocken
1 Posts
rocken posted this 16 September 2021

Hi, I would be interested in the very same thing. A page layout builder for Shopify.

Hi, I would be interested in the very same thing. A page layout builder for Shopify.

Last edited 16 September 2021 by rocken

MetroidFanMan
1 Posts
MetroidFanMan posted this 27 June 2022

I achieved this using the Nicepage .zip html files and uploading the .css and .js files to shopify. Reference their new location by clicking the copy link button on the right of the uploaded file and paste it in the html file where the stylesheets are linked. You will need some custom css to expand the content to take up more than 1000 pixels. The classes I had to change were

.page-width {
max-width: none;
}
.section-header {
display: none;
}

I hope this helps!

I achieved this using the Nicepage .zip html files and uploading the .css and .js files to shopify. Reference their new location by clicking the copy link button on the right of the uploaded file and paste it in the html file where the stylesheets are linked. You will need some custom css to expand the content to take up more than 1000 pixels. The classes I had to change were .page-width { max-width: none; } .section-header { display: none; } I hope this helps!

Last edited 27 June 2022 by MetroidFanMan

milly_sweetie_pie
1 Posts
milly_sweetie_pie posted this 31 August 2022

I achieved this using the Nicepage .zip html files and uploading the .css and .js files to shopify. Reference their new location by clicking the copy link button on the right of the uploaded file and paste it in the html file where the stylesheets are linked. You will need some custom css to expand the content to take up more than 1000 pixels. The classes I had to change were

.page-width {
max-width: none;
}
.section-header {
display: none;
}

I hope this helps!

Did you add this custom css to the nicepage.css page or your "yourpagename".css file?

> I achieved this using the Nicepage .zip html files and uploading the .css and .js files to shopify. Reference their new location by clicking the copy link button on the right of the uploaded file and paste it in the html file where the stylesheets are linked. You will need some custom css to expand the content to take up more than 1000 pixels. The classes I had to change were > > .page-width { > max-width: none; > } > .section-header { > display: none; > } > > I hope this helps! Did you add this custom css to the nicepage.css page or your "yourpagename".css file?
You must log in or register to leave comments