adsense

How to Remove Bullet Function in WordPress





1. Open a browser and go to the WordPress admin login website page. Type your username and password. Click the blue 'Log In' button to go to the WordPress Dashboard.
2. Click 'Appearance' on the left-hand side of the Dashboard menu. Click 'Editor' to go to the 'Edit Themes' page.

3. Click 'Stylesheet' under 'Styles' on the right-hand side of the 'Edit Themes' page to open the 'style.css' file.
4. Scroll down through the style.css file until you see the 'ul' tag. It could appear in any of the following forms:.menu ul#left_sidebar ul#right_sidebar ul
5. Add an extra line of space above the coding containing the 'ul' tag.
6. Add modified coding defining the list, using the 'li' tag for list. Then in the brackets next to the tag, type 'list-style-type: none;' followed by any parameters. It looks similar to this:#left_sidebar li { list-style-type: none; margin: 0px; padding: 5px; }
7. Repeat Steps 5 and 6 for any additional places you want to remove the 'ul' tag.
8. Click the blue 'Update File' button to save the coding.

Comments

0 Responses to "How to Remove Bullet Function in WordPress"

Post a Comment

Popular Posts

About