Replace bullet points

Posted in: Newspaper
Post count: 11

I wanted to replace the default bullet points with an arrow, and I found code on this forum that allowed me to do that:

ul li {
list-style: disc url('http://www.thisisanfield.com/wp-content/themes/Newspaper/images/icons/li.png') !important;
margin: 0 0 0 6px;
padding: 0 0 5px 0;
}

It worked ar required EXCEPT that I now have the li.png also showing up in the menu navigation bar, which I def do not want.

I tried to get rid of it by using both of these:
.sf-menu, .sf-menu ul, .sf-menu ul li {
margin: 0;
list-style: none;
}

.sf-menu, .sf-menu ul, .sf-menu li {
margin: 0;
list-style: none;
}

but that did not work.

Any ideas?

Thanks,

Post count: 7909

Hi,

Please check the Formats as there is an option to change the bullets to arrows – http://screencast.com/t/JGHtripmy

Thanks!

Post count: 11

Thanks.

a) I don’t have those options. I only have one row of formatting options below the “Add media” button. ??

b) I have nevertheless successfully changed all the bullet points. I just need your help with applying a specific bullet point to the menu only, if possible.

Thanks,

Post count: 7909

Hi,

What theme version you use? If you use version 6 of the theme you should have that option.
If you use Newspaper 4 you could target only the post content – http://screencast.com/t/zB9tOG6R

.td-post-text-content ul li {
list-style: disc url('http://www.thisisanfield.com/wp-content/themes/Newspaper/images/icons/li.png') !important;
margin: 0 0 0 6px;
padding: 0 0 5px 0;
}

Thanks!

Post count: 11

Thanks, I will try that. Will the post content also apply to pages?

And btw, i do have Version 6, but do not see those formatting options…

UPDATE: The problem of bullet points is now solved, thanks, but I am still curious about the formatting options not appearing?

  • This reply was modified 10 years by eved1973.
Post count: 22421

Hello,

The formatting option is there in the editor. You maybe have it hidden: http://screencast.com/t/UVj2ymJyp38
The little toolbar toggle is a big nuisance.

Thank you!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.