This is a heads-up for those using the Framework theme as a starting point - like I do.
Note that the list items in
has a background image. This means that you can not change the list-style-type to none and get rid of the bullet in e.g. menus. You need to remove the background-image from the style.css file.
I spent the last two days chasing windmills. I could not get the list item "bullet" to disappear for unordered lists no matter what i did.
I set list-style to none. I set list-style-type to none. I set list-style-image to none. The bullets would not disappear! I check style.css, system.css and other base cascading style sheets.
Finally, i stumbled upon background-image, frantically set it to none and: voila! The bullets dis-a-ppeared.
I've used Views to create a basic list. If I'm logged in as someone other than User 1 or not logged in at all (anonymous user), a bullet appears before each list item, but if I'm logged in as user 1, the bullet does not appear before list items. I'd like to remove the bullet for all users.
Here's where it gets strange. I've added the following to my CSS file: (This is not my intended final solution ... I'm just trying to understand how this works.)
li {
font-weight: bold;
list-style-type: none;
list-style-image: none;
}
I am not a webdesigner, by any means, but as a fairly new company I lack the funds to hire a firm.
I am dissatisfied with my website's overall appearance and mostly slow loading performance.
One of the ways I would like to reduce the load time, is to change some items to a single background image, that will be used within 4 blocks, showcasing my poducts.
I am not very confortable working within CSS, and would prefer a method to use a background image, within a block, using HTML or PHP code.
I've got a third party theme installed and enabled. I created a view to display recent news stories in a block using unordered HTML list as the style. I want to use an image instead of an HTML bullet. Not only can I not get the image to display in front of each list item, I don't get any bullet whatsoever - the area is simply blank. My guess is that there's something in the theme that might be overriding the list so that even the default bullet doesn't display.
Hello, im trying to add corners to a module i have which pulls information from google calendar. I tried to get some support from the developers but they just said to add rounded corners in the 'normal way'. As a novice im unaware of this normal way.
This is the CSS code, what do i need to add or replace and what with?
I have created an unordered list in one of my views. I have a small icon i'm trying to use as the list-style-image instead of the small circles.
For some reason the views will not acknowledge my css to use the image. What's more frustrating is that when I create a < ul > without the views and use that same list-style-image it works fine.
I tried the following css styles and it didn't work with the < li >s created by the views.
=============================================