Hello, I bought the Montoya theme, but in the files it comes with I don't see any help documents, there is one called import. html but it only opens in code (try in edge and explorer).
Additionally, it is not clear to me if it comes with the Elementor and Gutenberg plugins to edit the template, so first of all I would like to have a guide and review the installation steps, I look forward to the response, thank you
hello Harold, we have demo data built with Gutenberg and Elementor
If you can provide wp admin access in a private comment we can import demo data free of charge. This will give you a snapshot of our live demo you can start customizing from. Just specify if for Gutenberg or Elementor.
The process of installing demo data is described in the online documentation:
Thanks to the guide, I have already been able to move forward, I need some particular details, how do I know if I can change the color of the titles in the hero section?
Hello, I bought the Montoya theme, but in the files it comes with I don't see any help documents, there is one called import. html but it only opens in code (try in edge and explorer).
Additionally, it is not clear to me if it comes with the Elementor and Gutenberg plugins to edit the template, so first of all I would like to have a guide and review the installation steps, I look forward to the response, thank you
hello Harold, we have demo data built with Gutenberg and Elementor
If you can provide wp admin access in a private comment we can import demo data free of charge. This will give you a snapshot of our live demo you can start customizing from. Just specify if for Gutenberg or Elementor.
The process of installing demo data is described in the online documentation:
http://clapat-themes.com/helpcenter/montoya/documentation-theme-getting-started.html
in case you want to do it yourself.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thanks to the guide, I have already been able to move forward, I need some particular details, how do I know if I can change the color of the titles in the hero section?
Hello Harold,
good to hear you managed to move forward with this.
do you want to change the color for a specific page /portfolio item or for ALL the pages / hero sections?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
For specific page, Overlapping Gallery
Hello,
I see you disabled ajax page transitions, therefore you can use the unique page class id from the <body> element as a prefix
https://prnt.sc/bxxrrDdQ_utP
Your css would then become
.page-id-2731 .hero-title {
font-size: calc(1rem + 24.15vw);
line-height: calc(1rem + 22vw);
font-weight: 500;
position: relative;
display: block;
width: auto;
overflow: hidden;
padding: 0;
margin-bottom: 0;
margin-left: -0.6vw;
color: #52b99e;
}
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Where can I disable social media icons and links from the Hero section?
Hello Harold,
just say
div#share {
display: none;
}
in customizer -> additional css
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy