-
▼
2012
(336)
-
▼
April
(26)
- How to Turn My Regular WordPress Blog Into a Vlog
- How to Create a Wordpress Static Website
- How to Export Blogspot to WordPress
- How to Upload All PLR Articles to Wordpress
- How to Turn Off the WYSIWYG Editor in WordPress
- How to Lightbox Videos in WordPress
- How to Insert Yahoo! Maps in WordPress
- How to Insert Bullets Into WordPress
- How to Add a Photo Slideshow to WordPress
- How to Set Auto Text Wrap in WordPress
- How to Center a Header in WordPress
- How to Upload Files to WordPress
- How to Post Everything in My WordPress Blog to My ...
- How to Add an Amazon Store to WordPress
- How to Restore a WordPress Blog After Changing Ser...
- How to Add Columns to Pages in WordPress
- How to Remove Bullet Function in WordPress
- How to Edit the Heading in a WordPress Thesis
- How to Create Subdomain Wild Cards in WordPress
- How to Upload Downloaded .Zip Files to WordPress
- How to Update Categories in WordPress
- How to Automatically Activate the Plugins on WordP...
- How to Embed Twitter on WordPress
- How to Run a WordPress Test Site on Your Computer
- How to Create Rounded Navigation Menu Links on a W...
- How to Include Java Script on All Pages in Wordpress
-
▼
April
(26)
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.
4:21 AM | Filed Under | 0 Comments
Post a Comment