Home Forums Pro Themes University Hub Pro Call to action, remove links?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #114770
    repsrpska
    Participant

    HI.

    I have used call to action for simple notification on the website, but I cannot remove the link. I have the field on buttons empty, but instead I get two arrows.

    Thank you

    #114901
    wensolutions
    Keymaster

    Hello,

    To remove the button of the call to action section, this feature is not available through the customize section. But by following the path Admin Panel > Appearance > Additional CSS, you can get the desired section.

    .cta-buttons {
        display: none;
    }
    
    #front-page-home-sections .home-section-call-to-action {
        padding: 60px 0;
     }

    By this CSS you can remove the button and arrow from the section.

    Hope this helps.

    If you have further queries, let us know.

    Thank you.

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