I created two menus in my footer. Each has 3 li elements. I put the first menu in Widgets>Footer column 2 and the 2nd menu in Footer column 3. I want to hide the bullets in the UL, but I can’t figure out how to target them to change ?list-style to none. I wanted to do this in Additional CSS.
I split the menu into 2 separate ones to save on vertical space. If this is not a good idea, I’m open to another way to do this.
]]>I can’t get bullet points to show up on the page after publishing.
I’ve got bullet point lists here: https://tutors-in-bristol.co.uk – under ‘Tutoring Services’ and ‘University Students’ – I can see the bullet points when editing the page, but not after publishing the page.
Can you please tell me how I might be able to rectify this?
Many thanks!
]]>for some reason lists that are created in the text editor or via the WordPress toolbar are not shown on the page itself.
Ordered Lists (<ol>
) work, but unordered lists (<ul>
) are simply ignored.
It used to work on my page, but now it is not shown on any page that had unordered Lists. I did not update or change anything before I realised there was this issue
]]>The block editor shows the unordered lists (ul) misaligned to the left. The frontend view is okay.
No problem at all regarding the ordered list (ol) either on the block editor or the frontend.
]]>The University will provide:
? Fitted sheet, Top sheet, Thin cotton blanket, Pillow with pillow case
? Washcloth and Towel
A comprehensive packing list will be included with your acceptance packet, however we also suggest you bring the following items:
? Toiletries such as shampoo/conditioner, soap, and deodorant
? Reusable water bottle
? Professional clothing for 2 events (separate days)
? Workout clothes/athletic shoes, Closed-toe shoes, and Shower shoes
? Device charger(s)
? Medications
Potentially relevant Custom CSS:
body{ background:#f7f7f7; margin:0; padding:0; font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#999;}
.center{ margin:0 auto; width:85%;}
a{ text-decoration:none;}
p, .widget_wrap{line-height: 26px; text-align: left;}
li {
display: list-item;
text-align:left;
}
_____________________________________
/*SINGLE*/
.thn_post_wrap img{ max-width:100%; height:auto;}
.meta_comm, .catag_list{ display:inline;}
.single_metainfo{ padding-bottom:20px;}
.single_metainfo .vcard{ float:none;}
.single_metainfo, .single_post .single_metainfo a{ color:#999; font-size:13px; opacity:0.8;}
.single_metainfo i{ opacity:0.6; padding-left:10px; padding-right:5px;}
.single_metainfo .fa-calendar{ padding-left:0;}
.post_meta a{ color:#ccc; font-size:13px;}
.post_meta i{ color:#ddd; padding-right:5px;}
.single_metainfo:empty{ display:none;}
.post_foot{ margin-bottom:15px;}
_____________________________________
/*LIST ELEMENTS*/
.list li { list-style-type:disc;}
.list1 li{ list-style-image:url(images/list1.png);}
.list2 li{ list-style-image:url(images/list2.png);}
.list3 li{ list-style-image:url(images/list3.png);}
.list4 li{ list-style-image:url(images/list4.png);}
.list5 li{ list-style-image:url(images/list5.png);}
_____________________________________
}
@media screen and (max-width: 360px){
.header{ height:auto;}
.logo{ float:none;}
.logo h1, .logo h2{ float:none; text-align:center;}
.header2 .head_soc{width: 100%;text-align: center;}
body .lay1 .hentry {width: 98.8%!important;}
body .lay2 .hentry, .lay3 .hentry{ width:94%!important; margin-bottom:15px; height:auto!important; padding:2%!important;}
body .lay4 .hentry{ width:90%!important;padding:5%!important;}
body .lay4 .post_image, .lay4 .post_content{ width:100%;}
body .lay6 .hentry{ width:100%!important; }
Unordered lists do not display bullets. Not sure if the upgrade is connected or it’s the theme.
I would like to know how I can troubleshoot this specific issue.
Thanks for your help.
Dawn
I do not want to edit any theme files. Is their a custom css I can implement?
]]>Any idea why unordered lists are showing bold suddenly?
Thanks,
Ted
]]>