---
title: "Strings and counters content properties"
date: "2017-11-11T13:42:47+00:00"
summary: "Learn how to set content properties for strings and counters in Site Studio. Discover options for pseudo-elements, including custom strings and counters, to enhance your web design capabilities."
image:
type: "page"
url: "/drupal-starter-kits/add-ons/site-studio/strings-and-counters-content-properties"
id: "6777da82-d956-486d-b4c2-73278310eeb9"
---

Set the Content property to a String or a Counter.

Important

The content property can only be used on a :before or :after pseudo element. Add these to your style using the [Style tree.](/drupal-starter-kits/add-ons/site-studio/using-css-selectors "Using CSS selectors")

Type
----

Set the content property to use a string, counter or none.

### Options and expected values:

*   **String** - Sets the content property to use a simple string. **Expected value** - a word
*   **Custom string** - Set a more complex string which requires some syntax. **Expected value** - a string contained within "Quotes"
*   **Counter** - Set the name of a counter. **Expected value** - A word (**Important:** The Counter value should be the same as the Counter increment value)
*   **None** - Sets the content property to None. This removes any content that may be inherited.

Important

The **None** option can be used to remove content that has been added using the Image content or the Icon content.