Home › Forums › WoodMart support forum › Arrow Style in Product block
Arrow Style in Product block
- This topic has 18 replies, 2 voices, and was last updated 1 year, 8 months ago by Luke Nielsen.
-
AuthorPosts
-
March 3, 2023 at 10:34 am #447899
Ko PhyoParticipantHow can i customize the arrow style,width and height of product block?
Attachments:
You must be logged in to view attached files.March 3, 2023 at 12:17 pm #447940
Luke NielsenKeymasterHello,
First of all, add some custom CSS class to the section with that carousel of products (in my case it is
carousell-arrows
). Then add the below code to Theme Settings -> Custom CSS -> Desktop CSS area..carousell-arrows .wd-btn-arrow:after { font-size: 35px; }
Don’t hesitate to let me know if you need any further help or any other info.
Kind Regards
March 3, 2023 at 12:30 pm #447944
Ko PhyoParticipantdoes it not work in global custom css ?
March 3, 2023 at 12:38 pm #447945
Luke NielsenKeymasterActually, it should work in the global area, but why enable large arrow sizes for mobile devices as well. In any case, do as you see fit.
I’d be happy to assist if you have any other questions or concerns.
Kind Regards
March 3, 2023 at 12:42 pm #447947
Ko PhyoParticipantok sir. I have another question.Arrow appears only when my click is on product block.
I want to appear arrow all the time like mobile.- This reply was modified 1 year, 9 months ago by Ko Phyo.
March 3, 2023 at 1:38 pm #447971
Luke NielsenKeymasterHello,
The below code will help you to show the arrows without hovering.
.carousell-arrows .owl-carousel .owl-nav>div { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: visible; }
Don’t hesitate to let me know if you need any further help or any other info.
Kind Regards
March 6, 2023 at 6:33 am #448493
Ko PhyoParticipanteven though I follow your instructions,the arrow still appears only when my cursor is on the product block.
March 6, 2023 at 6:51 am #448499
Ko PhyoParticipantYou can see it in my screenshot.
Attachments:
You must be logged in to view attached files.March 6, 2023 at 1:03 pm #448607
Luke NielsenKeymasterHello,
In order to better assist you with your request, we’ll need temporary admin access to your website. Can you please provide us with the necessary login credentials? We understand the sensitivity of this request, and we assure you that we will handle your information with the utmost confidentiality.
Kind Regards
- This reply was modified 1 year, 9 months ago by Luke Nielsen.
March 7, 2023 at 11:01 am #448924
Ko PhyoParticipantFrom where can i give you admin access ?
March 7, 2023 at 11:04 am #448927
Luke NielsenKeymasterHello,
You can send the access via the private area (that is the below message area: https://prnt.sc/RZ5y2cgMYsYb)
I await your response.
Kind Regards
April 6, 2023 at 12:24 pm #457759
Ko PhyoParticipantHere is what you request sir.
April 7, 2023 at 10:01 am #458049
Luke NielsenKeymasterHello,
Please replace the old code with the below one.
body .owl-carousel .owl-nav>div { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: visible; }
Then clear the cache and recheck the issue.
Kind Regards
April 10, 2023 at 6:10 am #458551
Ko PhyoParticipantHow can I customize my arrow style ?
I want to set my arrow style like this.Attachments:
You must be logged in to view attached files.April 10, 2023 at 11:17 am #458641
Luke NielsenKeymasterHello,
Such arrow style is related to Slider Revolution. Sorry to say that, but there is no option in Theme Settings available for that. It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.
Kind Regards
April 10, 2023 at 1:28 pm #458685
Ko PhyoParticipantMy arrow is not in the middle of the product block.
How can I arrange the px?Attachments:
You must be logged in to view attached files.April 10, 2023 at 2:40 pm #458709
Luke NielsenKeymasterHello,
The arrow is in the middle of the block, here is a screenshot with more details:
https://monosnap.com/file/R0mIYTfjvMgHqlHvN3ewhmsQkgC9xX
Don’t hesitate to let me know if you need any further help or any other info.
Kind Regards
April 11, 2023 at 10:59 am #458842
Ko PhyoParticipantI want arrow in the middle of this.How can I arrange it?
Attachments:
You must be logged in to view attached files.April 12, 2023 at 9:38 am #459092
Luke NielsenKeymasterHello,
Try to adjust the
top
property per your needs.body .owl-carousel .wd-btn-arrow { top:45%; }
Thanks for your time and have a great day.
Kind Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register