Add modifications from the dedicated pane
When editing a page using the web designer, you can add new changes to your content directly from the Modifications pane - without the need to select a component and edit it from the web designer interface. Follow the steps below.
-
From the Modifications pane, click the More actions button.
-
Select Add a modification.
-
Select the modification type:
- CSS Selector - Learn more
- Page
<Head>
- Learn more
-
Enter your content and Save your changes.
-
Click the More actions button next to your modification and select Info to display its details.
CSS selector
To add a CSS Selector type modification, follow the steps below.
-
Select CSS Selector as the modification type.
-
The CSS Element Selector field helps you find and select the HTML elements (or nodes in the DOM tree) you want to apply changes on.
-
Select an action type (Set Content or Set Attribute) and fill in the required information/content.
-
Set Content: specify the content that goes into the element identified by the CSS Element Selector field.
-
Set Attribute: specify an attribute to be associated with the current CSS selector so that this selector can then be identified also by this attribute. To do so, enter a name in the Attribute name field and a value in the Content field. If the attribute already exists, the value is updated; otherwise a new attribute is added with the specified name and value.
-