Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WP Codeus

    (@wpcodeus)

    Hey @kilimats,

    You can achieve this with some simple CSS by hiding the text. Just add it under Settings > Misc > Custom CSS.

    Thread Starter troubade

    (@kilimats)

    Not sure what CSS to add though ?? im a beginner

    Plugin Author WP Codeus

    (@wpcodeus)

    The CSS below will hide the ‘Scope Item’ text per your request.

    .wpp-pricing-table .wpp-pt-item-title:before {
    display: none!important;
    }

    Tip: I recommend using the browser Google Chrome. To find the element you wish to edit with CSS, right click on the screen and click ‘Inspect’. Then simply click on the element of your choice and it will tell you the ID or class name of that element. There are a ton of videos out there that explain it in more detail.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide SCOPE ITEM in timeline item titles?’ is closed to new replies.