How to remove bullets, but still keep tight spacing? And how to change font globally & individually

So I have a section on my home page that I have as a bulleted list.

But I want to get rid of the bullets as they just look dated.

But when I do, it spaces everything out really far and I can’t seem to figure out how to adjust line spacing height

Or is there a way to disable the bullets visually, but still keep it in a tight list?

Also, I want to adjust the fonts on my website, globally as well as individually such as H1 headers in sections on my home page

What’s the easiest route to do these?

Thank you!

Hi John,

Thanks for reaching out.
It seems that you have added the custom HTML content in the Text element. You can set the Text Alignment of the Text element to adjust the spacing, and you need to add a few custom CSS codes into the Customize > Element CSS of the Text element to remove the bullets.

ul
{
    list-style: none;
}

Please remember that the above code will work if copied as it is and doesn’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes which means we can’t fix it in case it conflicts with something on your site nor will we enhance it.

Thanks

Ok great, I will try that later. Thank you.

Also, I want to adjust the fonts on my website, globally as well as individually such as H1 headers in sections on my home page

What’s the easiest route to do these?

Thank you!

Hello John,

In case you want to change the font globaly then you need to go to the Cornerstone---->Theme Option—>Typography, you set the font for the body as well as heading fonts. Please have a look at the given screenshot below.

You may change fonts from the element as well, you would get an option of the font and text format on the element as well. For example Headline element.

Hope it helps
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.