-
-
Hello,
How can I make the cursor to blink on the input field for countries on the checkout page just to make it noticeable for someone to know its a place to type in. I would like after someone selects a countries the white box should have inside a blinking cursor.It shouldn’t be like this https://s25.postimg.cc/tv6hvw5db/Cursor_blink.png
See https://oaksncorks.com/checkout/
Regards,
-
Hello,
Sorry but this is not possible by theme options. If you want it, then you need to add additional code for this.
Please keep in mind that personal customizations are not included in support.Best regards!
- This reply was modified 6 years, 6 months ago by Mirela.
-
-
-
-
Hello,
You have an old version of theme and Codeless Builder. Please update theme first. It is very important for all features to work properly.
The latest version is 1.5 and the latest Codeless Builder version is 1.4.3.
Let us know if you still need our help after this.Best regards!
-
Hello,
I have updated the theme and the plugins to the latest versions but I still see the same problem. Here is my website url https://www.ndgfashion.co.ke/test/
-
Hello,
Sorry but can you be more specific? The blinking cursor looks fine now: https://postimg.cc/image/clnzpiiyf/
Also when i check the mobile version of site, the menu only shows once. If you want to remove the “Menu” word above it, go to file style.css and find these lines:
/*Style hamburger MENU text on mobile*/ @media (max-width: 991px) { .cl-mobile-menu-button.cl-color-dark::after { font-family: Arial; content: "MENU"; padding: -30%; top: -54px; right: 12px; position: relative; display: inline-block; }
Change
content: "MENU";
tocontent: "";
to remove the ‘MENU’ word from it.
Let me know.Best regards!
-
You must be logged in to reply to this topic.