change landing page bullet style in starter template

Hi there,
We need to change a landing page bullet style in starter template. Currently bullet is a black bullet, but we want the section background to be black too, we dont want to use a custom bullet as the formatting goes wrong. Please help.

see attached

Hi @joshwhite ,

You can editing this template in Design Manager, or you can edit in settings of this page.

I think this style can solve:

<style>
 li{
 font-size:#fff;
 }
</style>

Anything send the page preview link that I send you exactly what to insert in the style.

Did this post help solve your problem? If so, please mark it as a solution.

Best regards!
16x16_smiley-happy.png.png

This page was created using a starter template. “Advanced settings are not available in starter templates.”
I had a look in design manager and found a landing page folder but it didnt change the page i made…im also not sure which starter template i sued, so need to find that out first and then edit that file i suppose, or is it locked as its a hubspot template?

Hi @joshwhite ,

One other way is If this field is one rich text field, you can edit your content text by source code, and insert the css inline.

Insert "style=“color: #fff;” in yout <ul> tag, how example bellow.

About your question, if changes the template style, in css ou module file, this css changes must appear in live page. Can you send prints or video? I use Vidyard for this.

Did this post help solve your problem? If so, please mark it as a solution.

Best regards!
16x16_smiley-happy.png.png

I cant edit code in starter template - see attached
i cant find the location of the starter templates css files, pelase advise on their location?

Hi @joshwhite ,

So it’s very limited.

My last tip would be to use a special character then. Look this list: https://www.caracteresespeciais.com/2009/09/lista-com-2-mil-caracteres-especiais.html

U can copy and past these characters how: ● ▸ ►, and simulate bullets with them, changing color how a text letter. Look:

● Item 1

● Item 2

► Item 3

► Item 4

Hope this helps.

Did this post help solve your problem? If so, please mark it as a solution.

Best regards!
16x16_smiley-happy.png.png

Sorry daniel, a couple of times youve shown you havent read the very first post…
"we dont want to use a custom bullet as the formatting goes wrong. "
hopefully someone else can help or tell us that what we are trying to do cant be done…

can anyone help with this? assuming its not possible?

Hi @joshwhite,

Apart from the custom solution provided by @DanielSanchez, there’s no other option at the moment.

If you would like to see this implemented in the future, I would recommend sharing this idea in our ideas forum.

Take care!

Jess

This worked for me!! I have white bullet points. I think the key is to ‘Edit in expanded view’ and then looking at the source code.

Thank you!