eyetrance
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Prospect ThemeOk, I didn’t relaise that.
Thanks
Forum: Themes and Templates
In reply to: Pink-And-Purple Theme Main Menu hassleAndrw,
I’ll certainly have a look at custom css plugins for future reference.
Many thanks once again.
Forum: Themes and Templates
In reply to: Pink-And-Purple Theme Main Menu hassleI tried it
ul {
list-style: none;
}– it works!!
Thank you so much Andrew, and I’ve added another little knowledge nugget with your help!
Forum: Themes and Templates
In reply to: Pink-And-Purple Theme Main Menu hassleI’ll give it a go. Would I add an entry such as
ul {
list-style: none;
}the the main stylesheet perhaps? Appreciate your help on this.
Forum: Themes and Templates
In reply to: Pink-And-Purple Theme Main Menu hassleThre’s not hint of bullets occuring during the dashboard part of making the menu item. It only appears in the actual website.
Forum: Themes and Templates
In reply to: Pink-And-Purple Theme Main Menu hassleI would but it seems to be already there. There is a style listed as below
ul#menu-main li {
float: left;
list-style: none;
position:relative;
}from which other main menu item styles are built upon (e.g. ul#menu-main li.current-menu-item a, ul#menu-main li.current-menu-item span.before-menu-item, etc). I’ve gone through the css style sheet and the index.php to try and figure our what is going on, but I think my skill level isn’t yet up to breaking down the codes.
Should I remove ‘ul’ before all occurances of ‘#menu-main li’ perhaps?