Home › Forums › WoodMart support forum › TOP BAR › Reply To: TOP BAR
July 27, 2024 at 12:42 pm
#586150
Hung Pham
Keymaster
Hi DEVPOM1234,
1. Please create new WoodMart Slider and use Text Block
widget to create normal text and insert into new HTML Block, please refer to our documentation articles for deep details:
https://xtemos.com/docs-cat/woodmart-slider/
https://xtemos.com/docs-topic/html-blocks-usage/
2. After that, you can use HTML Block element in Top bar and selected created HTML Block in step 1.
3. Currently, there is no option to disable slider’s pagination, please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
div.wd-slider-pagin{
display: none;
}
Regards,