Font size for unordered lists

Posted in: Newspaper
Post count: 112

In the Theme Panel, where do I find the setting for the font size of unordered lists? Mine are appearing smaller than I want. But when I search for that font size spec in Theme Panel it doesn’t show up.

Post count: 9544

Might not help, but I usually do a custom CSS for mine, that way I can control indent, type of bullet point, space between bullet items, etc., and then I can also apply a class to each list like class="myolnoindent" or whatever.

Post count: 112

But can anyone tell me which part of the Theme Panel is dictating the bullet point and font size after the point?

Post count: 112

Thanks

Post count: 112

I just tried adding the custom CSS. Something is overriding it in the theme…

Post count: 10

I have a similar problem. I want to set the alignment and color of the

. I can set the size, font family etc in the theme panel, but it still looks awful. http://www.landmisbrug.dk/2017/07/28/eksporten-af-europaeisk-svinekoed-forventes-at-falde/
I tried to tweak with styles.css but could not find the place to begin. Inspector said line 570, but that is not right.
Thanks

Post count: 10

Oh now I made an example. I typed the tag for blockquote, and there you see how ugly it looks. Tag disappeared of course. This is HTML on screen and a fool 25 inches in front of it!
I want to know how to make it centered and just black. I can change the uppercase to normal in the themes panel.

Post count: 25

LOL, this is another one I’d love to know the class name of. So I too can adjust it myself.

I’m referring to the BlockQuote

It’s much too big for my site’s taste.

Post count: 9544

You can find the code class for most stuff using the console in Chrome, use the inspector to look at the actual element.

If you need help with changing the blockquote, you should open new topic, or search forum from last 4 years on same issue. As it’s not related to the topic of the bullet points class.

e.g.,

.post blockquote p, .page blockquote p, .td-post-text-content blockquote

Post count: 10

I guess the place is depending on the theme/demo but in my file “style.css” there is this on line 6843
ul,
ol {
padding: 0;
}
ul li,
ol li {
line-height: 24px;
margin-left: 21px;
}

I guess just add the font size property and type a number:

.ul {
font-size: 25px;
}

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