Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #686610

    My client would like a small image added to the Small bar above Main Menu. Is there a Quick CSS code I can pop-in there?

    Also, he would like a search box instead of a search icon in the main menu of the Header. How do I go about doing this? I tried a Quick CSS code from another thread that only partially worked. The Search box showed up, but the search icon didn’t go away and was misaligned.

    The website is still in development.

    #686625

    Hey iedigitaldesign,

    Thanks for reaching out to us!

    You can try adding a widget to the header and then adding the image to the widget. Here are some instructions – http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Best regards,
    Jordan

    #687670

    Thank you! That worked, but now there’s a search bar below the header. How do i get rid of that bar and how do I get the widget to the right of the header menu without overlapping? I assume I have to move the menu over? How do I do that?

    #687701

    I figured out the search issue. I’d like to get the shopping cart icon in the top bar menu.

    #687712

    Hey!

    Have you activated WooCommerce?
    If you do, the shopping card icon can be there.
    Please let us know and we can help you get further if the issue still there.

    Thanks a lot

    Best regards,
    Basilis

    #687727

    Maybe images will help explain what I’m trying to do.

    Current (notice how the shopping cart cuts off when floating right):
    Arista Bath Current

    Option 1 (add cart icon to top bar nav):
    Aritsa Bath Option 1

    Option 2 (add padding to the icon):
    Arista Bath Option 2

    I’d also like to move the Search Bar over to the right more to remove some of the space, but when I move it over any more the width of the bar shrinks.

    #689221

    Hi,

    use this code to move your shop icon:

    #menu-item-shop {
    left: 10px;
    }
    

    and adjust as needed.

    It is best to ask WooCommerce support for questions about their plugins, as they know their plugin best.

    Best regards,
    Andy

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.