[Resolved] Button (re)size in Page Hero Example-3

Home Forums Support [Resolved] Button (re)size in Page Hero Example-3

Home Forums Support Button (re)size in Page Hero Example-3

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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

    #1375282
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Something like this should do it:

    .page-hero-buttons .button {
        font-size: 25px;
        margin: 10px;
    }

    Let me know πŸ™‚

    #1375448
    Dr Hatice

    Hi Tom,
    Thank you very much for the fast reply.
    And yes it is OK now.
    Hatice.

    #1376131
    Tom
    Lead Developer
    Lead Developer

    No problem! πŸ™‚

    #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

    #1378948
    David
    Staff
    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>

    #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

    #1380790
    Leo
    Staff
    Customer Support

    It wouldn’t be a CSS issue.

    Can you open a new topic and link us to the page in question?

    Thanks πŸ™‚

    #1380795
    Dr Hatice

    ok

    #1380819
    Leo
    Staff
    Customer Support

    Thanks πŸ™‚

    #1385115
    Dr Hatice

    It is working now. Everything is ok.
    Thanks for the support.
    Hatice

    #1385222
    Leo
    Staff
    Customer Support

    Glad to hear πŸ™‚

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.