Help with CSS class names
-
I have the IgnitionDeck enterprise crowdfunding theme. The theme comes with formatted widgets. I am trying to make the text on the widget double spaced (think Microsoft Word > paragraph > line spacing > double). To do so, I was told to add a custom class name to the widget. There is an area called “Custom Class Name” that I’m supposed to use. I was then told to enter the following Custom CSS in the theme settings:
.mycustomclass p {
line-height: 150%;
}Am I supposed to put “.mycustomclass” in the area of the widget titled “Custom Class Name”? I know I’ve entered the Custom CSS right because I’ve done other Custom CSS edits the same way. I’m just having trouble with the whole naming of the widget part.
Any ideas? I’m new to CSS!
- The topic ‘Help with CSS class names’ is closed to new replies.