bullets

Hi,

Is there a way to remove the bullets in a web yep menu?

Thanks,
David

http://parkiskookatelier.be/test/slik_keukenadvies/slik_keukenadvie.php


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You will need to add a style to your menu

.WebYepMenuItem {
list-style-type: none;
}

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

thanks Dave,

And how to I stop the text indent?

Grtz.
David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

This should do it:

.WebYepMenuItem, .WebYepMenuItem li {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0
}

Walter

On Sep 26, 2013, at 8:14 AM, david Verbruggen wrote:

thanks Dave,

And how to I stop the text indent?

Grtz.
David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

doesn’t work? Am I doing something wrong?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Could you post a link?

Walter

On Sep 26, 2013, at 9:07 AM, david Verbruggen wrote:

doesn’t work? Am I doing something wrong?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Look at this page for an example of what I thought you were after. List Styling

Walter

On Sep 26, 2013, at 9:09 AM, Walter Lee Davis wrote:

Could you post a link?

Walter

On Sep 26, 2013, at 9:07 AM, david Verbruggen wrote:

doesn’t work? Am I doing something wrong?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

this is the page

http://parkiskookatelier.be/test/slik_keukenadvies/slik_keukenadvie.php


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Aha. That makes sense why it didn’t work. Change this line:

.WebYepMenuItem, .WebYepMenuItem li {

to read thus:

.WebYepMenu, .WebYepMenu li {

and you will be set.

Walter

On Sep 26, 2013, at 9:28 AM, david Verbruggen wrote:

this is the page

Parki's Kookatelier


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options