Change header dots

I have a header that was created using a demo template (I cant remember which one exactly) but there are some yellow dots I cannot edit or change.

How do I access and change these?

I thought they would be a Primary Particle of the Top Links, but they are not.

Hi There,

Those dots are coming from this custom CSS under Theme Options > CSS:

ul li::before {
  content: "•";
  padding-right: 7px;
  font-weight: 900;
  color: #FFD500; /* or whatever color you prefer */
}

Please find and edit them.

Hope it helps :slight_smile:

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