Hello, I would like this page, which is currently a portfolio, to become a standalone page. That is, when I select the parallax gallery, I don't want this page to be displayed. I tried creating a separate page that looks the same, but unfortunately, it won't display the hero info text for some reason I can't figure out.
Correct, that's a portfolio page however you can create a page and then assign a hero image to it in page options -> Hero Section tab. Just as in a portfolio item. Let us know if you have any questions.
I know and I did that but the Hero info text doesn't show itself on the page.
I have one more question, i want to add background rectangle behinde hero item text on portfolio pages which is the following color and opacity and rounded edges but can adjust it self to the size of the text:
Hello, I would like this page, which is currently a portfolio, to become a standalone page. That is, when I select the parallax gallery, I don't want this page to be displayed. I tried creating a separate page that looks the same, but unfortunately, it won't display the hero info text for some reason I can't figure out.
Hello Ivan,
Correct, that's a portfolio page however you can create a page and then assign a hero image to it in page options -> Hero Section tab. Just as in a portfolio item. Let us know if you have any questions.
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Hi,
I know and I did that but the Hero info text doesn't show itself on the page.
I have one more question, i want to add background rectangle behinde hero item text on portfolio pages which is the following color and opacity and rounded edges but can adjust it self to the size of the text:
border-radius: 20px;
background: rgba(217, 217, 217, 0.50);
Something like the picture i add but the text needs to be above the rectangle.
Attached files: Frame 18.png
Hi,
I would also like to change the color of Hero Caption Subtitle text on my home page to withe of orange, how can I do that.
Here link to my website https://airscreen.hr/
Thank you
Hello Ivan,
so you can use the unique class id to prefix any of the css selectors in order to apply styles unique to each page
let's take for example your home page. the unique css class is stored inside div id 'clapat-page-content'
https://prnt.sc/kYTLFGrqAKUR
and it has the value of 'clapat-class-id-2713'
therefore to apply any styles to the hero title in home page
.clapat-class-id-2713 .hero-title {
... add your css attributes and values here...
}
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio