Home Forums WoodMart support forum Arrow Style in Product block

Arrow Style in Product block

Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #447899

    Ko Phyo
    Participant

    How can i customize the arrow style,width and height of product block?

    Attachments:
    You must be logged in to view attached files.
    #447940

    Luke Nielsen
    Keymaster

    Hello,

    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

    #447944

    Ko Phyo
    Participant

    does it not work in global custom css ?

    #447945

    Luke Nielsen
    Keymaster

    Actually, 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

    #447947

    Ko Phyo
    Participant

    ok 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.
    #447971

    Luke Nielsen
    Keymaster

    Hello,

    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

    #448493

    Ko Phyo
    Participant

    even though I follow your instructions,the arrow still appears only when my cursor is on the product block.

    #448499

    Ko Phyo
    Participant

    You can see it in my screenshot.

    Attachments:
    You must be logged in to view attached files.
    #448607

    Luke Nielsen
    Keymaster

    Hello,

    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.
    #448924

    Ko Phyo
    Participant

    From where can i give you admin access ?

    #448927

    Luke Nielsen
    Keymaster

    Hello,

    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

    #457759

    Ko Phyo
    Participant

    Here is what you request sir.

    #458049

    Luke Nielsen
    Keymaster

    Hello,

    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

    #458551

    Ko Phyo
    Participant

    How 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.
    #458641

    Luke Nielsen
    Keymaster

    Hello,

    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

    #458685

    Ko Phyo
    Participant

    My 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.
    #458709

    Luke Nielsen
    Keymaster

    Hello,

    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

    #458842

    Ko Phyo
    Participant

    I want arrow in the middle of this.How can I arrange it?

    Attachments:
    You must be logged in to view attached files.
    #459092

    Luke Nielsen
    Keymaster

    Hello,

    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

Viewing 19 posts - 1 through 19 (of 19 total)