Hello in menu/navigation section the first sub-menu or sub-navigation link is not working . means you cannot click on it link not working check my website link and attachment. I have tried to change the link and page but whatever i put first in sub menu is not working.
also let me know how to change the font size of page tittle only? my page tittle is big so its goung outside from the page layout because hero tittle font size is big. when i change the the css .hero-tittle its changes on front page’s tittle size also .. i just want to change the tittle font size of internal pages not every where .
to hide the title of the pages you must do two things: disable the default hero page title in customizer -> general settings and second disable hero section n page options
the font size for page title (hero title) for specific pages only?
send us wp admin access, if possible regarding the sub menu item
Yes "the font size for page title (hero title) for specific pages only" and in gutenberg pages not in elementor pages, i know in elementor pro we can ad custom css for every page. why you wasted time to confirm this. instead of you that can just answer this and save the day .. you already took 2 days to reply .. i already requested you kindly do not waste time i need to launch the site soon.
test it and hard refresh (Ctrl+F5) before testing.
I assume the first point (hiding hero title) has been resolved.
Regarding the hero title size in a specific page your assumption is partially correct. it can be done with custom css if the ajax page transitions are disabled otherwise we need to do a twek in the code to get the page id from the <body> element so you can use it with custom css. for this we need to modify one file. Is that okay with you? the hero title size will be changed with custom css.
Hello in menu/navigation section the first sub-menu or sub-navigation link is not working . means you cannot click on it link not working check my website link and attachment. I have tried to change the link and page but whatever i put first in sub menu is not working.
Attached files: sc2.jpg
also let me know how to change the font size of page tittle only? my page tittle is big so its goung outside from the page layout because hero tittle font size is big. when i change the the css .hero-tittle its changes on front page’s tittle size also .. i just want to change the tittle font size of internal pages not every where .
Also let me know how to hide the tittle of pages.
Hello Syed
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Yes "the font size for page title (hero title) for specific pages only" and in gutenberg pages not in elementor pages, i know in elementor pro we can ad custom css for every page. why you wasted time to confirm this. instead of you that can just answer this and save the day .. you already took 2 days to reply .. i already requested you kindly do not waste time i need to launch the site soon.
Hi there,
if your replies are unclear, we ask for clarifications. It's better than second guessing what you say.
I added the highlighted bit in customizer -> additional css
https://prnt.sc/O6H3VYN8P9ZD
test it and hard refresh (Ctrl+F5) before testing.
I assume the first point (hiding hero title) has been resolved.
Regarding the hero title size in a specific page your assumption is partially correct. it can be done with custom css if the ajax page transitions are disabled otherwise we need to do a twek in the code to get the page id from the <body> element so you can use it with custom css. for this we need to modify one file. Is that okay with you? the hero title size will be changed with custom css.
Waiting for your reply.
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
menu issue is working fine now on desktop but not at mobile. kindly check and resolve the issue on all devices. thanks appreciated ..
Hello,
we did, actually, however you had an error in the prev css code you entered, a missing bracket
https://prnt.sc/ndrt7-W7kYsW
and that was actually invalidating our code. plz re test now.
On the other hand we modified line 83 in header.php
https://prnt.sc/4ZPVMXxu6XYg
and now you can use the class to modify the hero title font size for a specific page.
for example
https://cyberdesignpk.com/crownportugol/montoya_portfolio/real-estate/
if you inspect the page you will see the css class in question as clapat-class-id-2713
https://prnt.sc/NrVHKKemsWaW
therefore you can use it as prefix for the hero title css
.clapat-class-id-2713 .hero-title {
font-size: calc(1rem + 24.15vw);
line-height: calc(1rem + 19vw);
font-weight: 500;
}
this will apply ONLY to this page
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thank you so much .. this helps a lot ..
I just want to change the width size of all pages to 75% but want to keep the width size 100% to home page.
it means..
I want home page width size 100%
and rest of the pages width size 75%
help me to do this .. thanks
Hello,
do you know that Montoya Container block has a special property 'Width' Normal, Small, Full where you can group the content accordingly?
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy