Okay
  Public Ticket #2595081
Header
Closed

Comments

  • rrrlkv started the conversation

    Hi,

    Is there any quick way to change header? For example, to put logo on the right side, and menu at the left side, with searh button and cart button? It's possible to do from Elementor I think, but in this way, I can't add cart and search buttons there. I'm not sure.


    Also can you please tell me how can I create own sidebar with product price filter and other filters for products. Can this sidebar be with not fixed width, so I can set width as much as I need?


    One more question. How can I change this items (image attached)? I need to change font and size for SHOP text. On the right side of this bar where HOME and SHOP are, how can I change it, maybe remove this, or maybe I need to change this grey background there. And the field with Sorting options, can I change font for this block, or remove it and add to sidebar?

    Thank you in advance.

  •  869
    Neuron replied

    Hi,

    1) You can create a new Header with Elementor and display the search bar and cart menu, with Neuron elements.

    https://prnt.sc/vg3yta

    -  https://prnt.sc/vg3za7

    2) Can you please attach us with an screenshot of it.

    3) Pleaes add the following code to Appearance > Customize > Additional CSS.

    /* Breadcrumb Hero Size */
    .o-breadcrumb__page font {
        font-size: 24px !important;
    }
    /* Breadcrumb Navigation Size */
    .m-breadcrumb-nav .m-breadcrumb-nav__item{
        font-size: 16px !important;
    }
    /* Breadcrumb Background Color */
    .o-breadcrumb {
        background-color: #FFF !important;
    }
    

    Feel free to ask for anything you need.

    Kind Regards