Remove Button from Pricing Plans

Support Forums for LiveMesh Themes & Plugins Forums Austin Theme Support Remove Button from Pricing Plans

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9884
    tldr
    Member

    Im trying to remove the buttons on the Pricing Plans.

    Removing the target and text is easy, but I cannot find in the Template itself (through Appearance -> Editor) which file to edit to remove the button entirely.

    I don’t want it there at all.

    Am confident in coding to remove myself, if I could just find it in the templates.

    Thanks.

    #9886
    Veena
    Moderator

    Pls use the following custom CSS in themeoptions –

    .pricing-table .purchase a {
    display: none;
    }
    
    #9889
    tldr
    Member

    Id prefer to remove the button from the source code, not simply hide it in the CSS.

    #9903
    Veena
    Moderator

    You can remove it in pricing-shortcodes.php (line no:75-78).Pls find the attached screenshot.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘Austin Theme Support’ is closed to new topics and replies.