Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #42813
    Romany
    Participant

    Hi Sakin,

    First of all, Thank you for your great design. 🙂

    Here is my website: http://saintabraamservice.com/

    I need your help with three topics.

    1. I want to add a stripe line between the links in the main menu.
    2. I want to add the search bar inside the main menu bar, to look like the one in apple website. http://www.apple.com/
    3. My website is in Arabic. so I designed my main menu from right to left. It works fine, however on the phone the menu is upside down. so the Home Page is at the end of the list not on the top.

    Thanks Sakin

    Romany

    #42830
    Sakin
    Keymaster

    Hi Romany,

    Thanks for your appreciation. This theme doesn’t full support RTL as we don’t have much experience in it.

    1 & 3. To add line and use RTL menu. First, you need to change the menu arrangement. You need to add Home first and rest follow. Then you can add the following css.

    #secondary-menu ul.menu li {
        float: right;
        border-left: 1px solid #000;
    }

    Regards,
    Sakin

    2. Adding search cannot be achieved just by css and it’s but complicated. you need to build child theme and then add code to add search in menu and then change css. So, I suggest you to hire customizer for this task http://catchthemes.com/hire-customizer/

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Menu Design’ is closed to new replies.