useing my own class for elements

Permalink 1 user found helpful
Is there a way to specify what class is assigned to an editable element, I am trying to have a slider with 3 images and the images be editable. any advice would be appreciated thanks

mikeyt55
 
JohntheFish replied on at Permalink Reply
JohntheFish
You can use block design to assign a class to a div wrapping a block. Then use that as a prefix for the css selectors of your own styling.
mikeyt55 replied on at Permalink Reply
mikeyt55
Ah thanks, can't believe I couldn't solve this one myself lol.
I figured out I could also just wrap the images in a div, then use
div.class_name img {'ccs_styleing'}
or 
div#id img {'ccs_styleing'}
JohntheFish replied on at Permalink Reply
JohntheFish
Careful about using #id as if a block is copied and pasted through the clipboard it won't be unique!