Styling of A, IMG, P,

Hi,

I need style all some html elements in div or all elements on page. I do not know how to do it. Please add support for this. We need this! Please Sergie :wink:

For example:

a { color: #FF0000; }

or

.main p { color: #FF0000; }

1 Like

You could custom code that by creating a class, assigning it to the desired elements and then use css to add the colors.

1 Like