• Resolved jmajorsmanley

    (@jmajorsmanley)


    I am working on a website for a band and I would like to be able to display each column currently shown except the country column. This band does not currently play outside of the US and as such this information isn’t relevant. This column is causing the mobile version to stretch outside of the screen.

    Is there a shortcode that will hide the country column?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Andras Guseo

    (@aguseo)

    Hi @jmajorsmanley,

    There is no shortcode for that but you can hide the country column with this simple css snippet. Just put it in your theme’s / child theme’s style.css file.

    .gigpress-country {
        display: none;
    }

    Let me know if this helps.

    Cheers,
    Andras

Viewing 1 replies (of 1 total)
  • The topic ‘Hide Columns in Gigpress’ is closed to new replies.