Viewing 30 posts - 1 through 30 (of 32 total)
  • Author
    Posts
  • #862093

    Hi,

    I’d like to know what the CSS is for adding some space between Caption Text and CTA button in the Fullscreen Slider. I added a CTA button (linking to ConvertKit opt-in form) and text within the Caption Text box.

    Thank you for your help!

    #862337

    Hey 2eminds,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #862458

    Hi Rikard

    Thank you for getting back to me.

    The site is not live yet but I can attach a link to the screenshot.

    I also would like to know the CSS code to reduce the size of the CTA button. Would you be able to help me with this too?

    Many thanks

    #862752

    Hi,

    Thanks for the screenshot, though we will need to inspect the actual page to give you accurate CSS. Unless the button is added through the element options? This code looks like it was added by you?

    <div class=”cta-button”>START HERE!</div>

    Best regards,
    Rikard

    #862801

    Hi Rikard

    Thank you for your reply. Yes as I’m using ConvertKit pop-up opt-in form, I had to add the code mentioned above add a CTA button. Let me know if you need access to my WordPress to investigate.

    Thank you

    #863239

    Hi,

    If you can give us access to your site then that would be helpful, yes.

    Otherwise you can try to edit the element using this selector:

    .cta-button {
      margin-top:20px;
      padding:0;
    }

    Best regards,
    Rikard

    #863299

    Hi Rikard

    I added the code above in Quick CSS section under general styling but it didn’t work.

    #863763

    Hi,

    Thanks for that, though the login details are not working. Could you check and verify please?

    Best regards,
    Rikard

    #863858

    Hi Rikard

    That’s strange – it’s working on my end. The password is in lowercase – can you give another try?

    Thanks

    #864237

    Hi,

    It’s still not working on my end, I only copy/paste what you wrote. Are you sure that there should be a space in the password? Try to type exactly what you use to login here again in private please.

    Best regards,
    Rikard

    #864247
    #864451

    Hi,

    Thanks for that, so you wanted to make the cta button smaller? If so then please try this in Quick CSS:

    .home .slideshow_caption .cta-button a {
      padding:10px !important;
    }

    Best regards,
    Rikard

    #864803

    Thank you – that worked!

    I’d also like to know the CSS for adding some space between Caption Text and CTA button.

    Many thanks

    #865097

    Hi,

    Please try this as well:

    .home .slideshow_caption .cta-button {
      margin-top:30px !important;
    }

    Best regards,
    Rikard

    #866813

    Thank you so much – that worked fine!

    Sorry – another request.

    If you log in to 2e Minds website and scroll down to the bottom of ‘About’ page, there are two call to action buttons. The second one “GET ACCESS” is linked to ConvertKit opt-in form. I also would like to change the size of this button – the same size as the first standard CTA button. Would you be able to help me with the CSS?

    Thank you

    #867042

    Hi 2eminds,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .avia_codeblock  .cta-button a {
        padding: 15px 30px 13px;
        font-size: 20px;
        min-width: 220px;
        border-radius: 3px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #867086

    Thank you – that worked perfectly!

    #867238

    Hi 2eminds,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #878617

    Hi,

    I’d like to change the CTA button size on the Hompage the same as the CTA button on the About page (scroll down to the bottom).

    Would you be able to help me with the CSS?

    #879220

    Hi Risa,

    They look pretty much the same. Did you get it working for you?

    Best regards,
    Victoria

    #879324

    Hi Victoria,

    Yes I manged to get the button size as I wanted. Now I’d like to make text and button to align on the left side on Homepage. Is this possible?

    Many thanks

    Risa

    #879635

    Hi Risa,

    You just need to remove some code.

    Best regards,
    Victoria

    #879770

    Thank you so much!

    #880529

    Hi,

    Did you need further help, or shall we close this thread?

    Best regards,
    Jordan Shannon

    #880533

    Hi Jordan

    Sorry I have one more question! I now like to make the caption title on fullscreen slider to be centered. Can you please let me know what CSS I should use?

    Many thanks

    Risa

    #880889

    Hi,

    Just to confirm the right section, you need to center the following:

    
    BUILDING SKILLS, NURTURING TALENTS
    
    Learn 5 simple strategies to nurture your twice-exceptional child’s talents
    START HERE!

    Best regards,
    Jordan Shannon

    #880932

    Hi Jordan

    I’d like to center the following:

    BUILDING SKILLS, NURTURING TALENTS

    Below should already be centered.

    “Learn 5 simple strategies to nurture your twice-exceptional child’s talents”

    Many thanks

    Risa

    #881361

    Hi,

    Add this to quick css:

    h2.avia-caption-title {
    text-align:center!important;
    }

    Best regards,
    Jordan Shannon

    #881368

    Perfect! Thank you Jordan!

    #881375

    Hi,

    No problem. Did you need further help, or shall I close this thread?

    Best regards,
    Jordan Shannon

Viewing 30 posts - 1 through 30 (of 32 total)
  • The topic ‘Fullsecreen Slider: How to add space between Caption Text and CTA Button’ is closed to new replies.