Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to manipulate attributes of url-less dropdown item in a the custom wordpress menu?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37523
    comparebest
    Member

    I need to change the color of some custom link elements in dropdown of my wordpress custom menu here. There 3 items in my dropdown that dont have any url associated with them:

    Air Duct
    Chimney
    Dryer Vent

    They will be just the headers for other dropdown items below them.

    I need to be able to change their attributes such color, font-family and size, etc.

    I was trying to create menu-item-type-custom and menu-item-object-custom and even menu-item-#### classes, but it didn’t do it… :( Please help!

    #100753
    Mottie
    Member

    It looks like they already have a style set

    #top-menu ul li.gh a {
    color: red;
    font-size: 22px;
    }

    Is that what you need?

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.