Home › Forums › Support › Button (re)size in Page Hero Example-3 This topic has 11 replies, 4 voices, and was last updated 4 years, 2 months ago by Leo. Viewing 12 posts - 1 through 12 (of 12 total) Author Posts July 24, 2020 at 10:41 am #1375066 Dr Hatice Hi there, I used the Page Hero Example-3. I want to increase the button size, the space between the buttons and the size of the typography of the buttons. How can I manage this? Thanks, hatice July 24, 2020 at 2:14 pm #1375282 TomLead Developer Lead Developer Hi there, Something like this should do it: .page-hero-buttons .button { font-size: 25px; margin: 10px; } Let me know π July 24, 2020 at 7:45 pm #1375448 Dr Hatice Hi Tom, Thank you very much for the fast reply. And yes it is OK now. Hatice. July 25, 2020 at 9:53 am #1376131 TomLead Developer Lead Developer No problem! π July 28, 2020 at 1:14 am #1378863 Dr Hatice May I ask additional issue here? Or open new topic? How I can make the button open on a new page? Now it is forwarded to the ‘href’ link page. Many thanks Hatice July 28, 2020 at 2:33 am #1378948 DavidStaff Customer Support Hi there, its semi related so we can reply here. You need to add the target="_blank" attribute to your button HTML eg. this: <a class="button" href="https://YOURURL.com/contact/">Book a call</a> becomes: <a class="button" href="https://YOURURL.com/contact/" target="_blank">Book a call</a> July 29, 2020 at 8:02 am #1380722 Dr Hatice Thank you David. Thanks again very quick reply. It is ok with the shop page (which is sub-domain) It has worked. The buttons are now open in a new page. But main domain buttons are not open in new window. Maybe there is something different in css files. I am not sure. Hatice July 29, 2020 at 9:06 am #1380790 LeoStaff Customer Support It wouldn’t be a CSS issue. Can you open a new topic and link us to the page in question? Thanks π July 29, 2020 at 9:07 am #1380795 Dr Hatice ok July 29, 2020 at 9:18 am #1380819 LeoStaff Customer Support Thanks π August 2, 2020 at 2:42 pm #1385115 Dr Hatice It is working now. Everything is ok. Thanks for the support. Hatice August 2, 2020 at 6:30 pm #1385222 LeoStaff Customer Support Glad to hear π Author Posts Viewing 12 posts - 1 through 12 (of 12 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In