• Resolved rickyp_99

    (@rickyp_99)


    Hi,

    Is there a way to have a different text for each feature button?

    Ex: First feature -> Read More
    Second feature -> Order Now
    Third feature -> Browse templates

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • OK, remove the current Button Text in Customiz’it!>Front Page>Featured pages options. Then add this to customcss or child theme style.css:

    .fp-one .btn.btn-primary.fp-button:after {content:"Read More"}
    .fp-two .btn.btn-primary.fp-button:after {content:"Order Now"}
    .fp-three .btn.btn-primary.fp-button:after {content:"Browse templates"}
    Thread Starter rickyp_99

    (@rickyp_99)

    Perfect! Many thanks!

    Great lateral thinking!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Different button text for feature’ is closed to new replies.