Comments Juan started the conversationJanuary 8, 2022 at 2:33pm#1 Hello, somehow put a vertical white line that separates the categories in the main menu.#2 How could I make the search box circular?In case you don't have any settings for this I'd appreciate providing css.https://prnt.sc/26bfi5eGreetings, 2,612PenciDesign repliedJanuary 8, 2022 at 5:04pmHi,1. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: #navigation.menu-item-padding ul.menu > li:not(:last-child):after { content: '|'; display: inline-block; margin: 0 5px;}2. About the search box, please add this CSS code: .header-search-style-showup .show-search .pc-searchform-inner { border-radius: 50px; overflow: hidden;}.header-search-style-showup .show-search form.pc-searchform input.search-input { -webkit-border-top-left-radius: 50px; -webkit-border-bottom-left-radius: 50px; -moz-border-radius-topleft: 50px; -moz-border-radius-bottomleft: 50px; border-top-left-radius: 50px; border-bottom-left-radius: 50px;}Regards,PenciDesign.Juan repliedJanuary 8, 2022 at 5:23pmHello, what would be the custom CSS class? https://prnt.sc/26bgvm0 2,612PenciDesign repliedJanuary 8, 2022 at 5:27pmHi,1. Please copy/paste the CSS code to Appearance → Customize → Custom CSS2. Please use another hosting to upload your screenshot, I can't view the image on prnt.sc. I recommend the postimages.org site.Regards,PenciDesign.Juan repliedJanuary 8, 2022 at 5:31pmHi, we have custom generated the header so we wanted to know the class for the CSS you provided us as it doesn't work by just placing it in Custom.https://postimg.cc/Vrz8F36j 2,612PenciDesign repliedJanuary 8, 2022 at 5:36pmHi, All the custom code you must paste to Appearance → Customize → Custom CSS. The code below will apply to the custom header builder: .navigation ul.menu > li:not(:last-child):after { content: '|'; display: inline-block; margin: 0 5px; } Regards,PenciDesign. Juan replied privately 2,612PenciDesign repliedJanuary 16, 2022 at 6:34amHi,Please send me your site URL. I'll check and send you a custom CSS code.Regards,PenciDesign. Juan replied privately 2,612PenciDesign repliedJanuary 16, 2022 at 5:54pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: .navigation ul.menu > li:not(:last-child) { border-right: 1px solid #fff;}Regards,PenciDesign.1 LikeJuan repliedJanuary 16, 2022 at 9:56pmThanks a lot. Sign in to reply ...
#1 Hello, somehow put a vertical white line that separates the categories in the main menu.
#2 How could I make the search box circular?
In case you don't have any settings for this I'd appreciate providing css.
https://prnt.sc/26bfi5e
Greetings,
Hi,
1. Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
2. About the search box, please add this CSS code:
Regards,
PenciDesign.
Hello, what would be the custom CSS class? https://prnt.sc/26bgvm0
Hi,
1. Please copy/paste the CSS code to Appearance → Customize → Custom CSS
2. Please use another hosting to upload your screenshot, I can't view the image on prnt.sc. I recommend the postimages.org site.
Regards,
PenciDesign.
Hi, we have custom generated the header so we wanted to know the class for the CSS you provided us as it doesn't work by just placing it in Custom.
https://postimg.cc/Vrz8F36j
Hi,
All the custom code you must paste to Appearance → Customize → Custom CSS.
The code below will apply to the custom header builder:
Regards,
PenciDesign.
Hi,
Please send me your site URL. I'll check and send you a custom CSS code.
Regards,
PenciDesign.
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
Thanks a lot.