Customisable search

Search box can be customised in layout and in style. Here are some customisations possible by modifying the search box class. To apply these, add the following in your settings file:

# bottom border only, 2px thick:
CJKCMS_FRONTENT_NAVBAR_SEARCHBOX_CLASS = (
    "rounded-0 border-4 border-bottom border-top-0 border-start-0 border-end-0"
)

# left border only:
CJKCMS_FRONTENT_NAVBAR_SEARCHBOX_CLASS = (
    "rounded-0 border-start border-bottom-0 border-top-0 border-end-0"
)