Support » Theme: Sydney » Create Box menu item

Viewing 3 replies - 1 through 3 (of 3 total)
  • Dear Soni,

    Could you please try to apply the following CSS code through the Simple Custom CSS plugin or child theme’s style.css?

    #mainnav ul.menu > li > a {
      border: 1px solid #ff0000;
      padding-left: 5px;
      padding-right: 5px;
    }
    

    Regards,
    Kharis

    Thread Starter soni123

    (@soni123)

    Not all the menu items…I just want want. For example the contact us box or if I want to create a new box request service

    Each menu item has a unique ID name selector. You can find it by using the web browser’s inspector tool. Use the following CSS code:

    #mainnav ul.menu > li#menu-item-325 > a {
      border: 1px solid #ff0000;
      padding-left: 5px;
      padding-right: 5px;
    }

    Replace menu-item-325 to the respective menu item’s ID name.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Create Box menu item’ is closed to new replies.