• 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!

Viewing 1 replies (of 1 total)
  • The custom class name area would be a feature that is very unique to your theme. You could repost with the theme name to try and get help from the author, or you could link your website and I can help you come up with a genaric CSS fix. If you want to apply the CSS fix you will need a place to add custom CSS. Do you have a spot in your theme? You can get a plugin that will add one, or you can search how to make a child theme.

Viewing 1 replies (of 1 total)
  • The topic ‘Help with CSS class names’ is closed to new replies.