-
Search Results
-
(I’ll quickly re-cap as the support was so fast that the ticket was closed before I could check stuff).
I’ve created a widget menu, then used “content elements” – “widget area” to add this widget (with menu in it) to a page, sadly I can’t figure out how to remove the bullet points that are generated.I’ve tried this in the quick css area.
#top .widget_nav_menu li:before { content: none; }Upon the last ticket I tried adding:
#top .widget_nav_menu ul ul li:before { display: none; }
As suggested by yigitThat didn’t make any difference, so I added:
ul.disc, .entry-content-wrapper ul { list-style: none outside none; }Which did work as mentioned – but of course this removes the ul from all standard bullets on every page.
You’re help much appreciated – ps impressed with the speedy response!
I’ve created a widget menu, then used “content elements” – “widget area” to add this widget (with menu in it) to a page, sadly I can’t figure out how to remove the bullet points that are generated.
I’ve tried this in the quick css area.
#top .widget_nav_menu li:before {
content: none;
}Hello there,
here is some problems i can’t solve:
in order to suit my design, i added some png files element with transparency at the bottom and at the top of some color section, the color section background is set to parallax. and there is three things i just don’t understand :1/ i managed to keep the element at the top or at the bottom of the color section, applying css code ‘position : absolute’ to elements i want to set, but i don’t understand why others elements in the color section which are not concerned by the css code are moved as well.
[ EDIT : i found a solution in setting the element with css code 100% wide ] 2/ It’s probably linked to the first issue, but those elements set as ‘position: absolute’ are not responsive to wider resolution, it keeps the element at his original size wich is, in my case 1350 px large. I’ve read on topics that it’s better to put high rez pictures, but if i do that will it works on all screen ? won’t it be a problem with mobile device regarding to the weight of the picture ? [ solved ]
3/ my color section container are set to be 100% wide, which means, all element inside are supposed to set the same width, but no matter what, there is still a gap of 1 or 2 pixels at the right of the element, and i can’t find a way to settle this in quick css, i probably have to set a container inside the color section container, but i can’t find which one is ..
well, thank you for all the help you could provide, and by the way you are all doing a great job here.
here is my website :http://lafabrique-bayonne.com/blog
thanks
Viewing 30 results - 130,711 through 130,740 (of 142,938 total)
