Displaying Action Bar below Menu Bar

edited November 2015 in Menu / Mega menu
Hi Support,

I am modifying the taxi template:


How do I achieve the following:

1. Remove the gold line running across the top of the page
2. Have the logo to the top left above the Action Bar
3. Have the menu (Common questions) to the right of the logo
4. Have the slogan (call us now) next to 777 777 777 in black
5. Have 777 777 777 sit more on top of the form

I also want to make some changes to the form. How do I reference the form in order to change the text and format of the submit button.

Thanks!
Ama

Comments

  • Hi,

    1. This can be done with
    #Wrapper {
        border-top: none !important;
    }
    2. This is not possible because you set huge phone number in Action Bar while the logo is not the part of that section.

    3. This can be done under Theme options > Menu & Action Bar > Menu section.

    4. Slogan can be set under Theme options > Menu & Action Bar > Menu section.

    5. This is part of Action Bar and you can not move it into another place with css.
Sign In or Register to comment.