Home Forums WoodMart support forum Change button

Change button

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #110980

    raugul
    Participant

    Hello!

    Help please.
    How can I change to another image the “Back to goods”button?
    Or change its size?
    The screenshot shows.

    Thank you!

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

    Hello,

    This is product navigation. You can hide it or change with CSS. If you want to hide it, navigate to the Theme Settings > Product page > Show /hide elements

    If you want to change it provides more details. How would you like to change?

    Best Regards

    #111015

    raugul
    Participant

    I would like to enlarge these icons first.
    How to increase arrow I found.
    But how to increase the button “Back to the goods” I have not found.
    How to increase?

    Thank you!

    #111033

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .woodmart-products-nav .woodmart-back-btn:after {
        font-size: 30px;
    }
    body .woodmart-products-nav .product-next>a span:before {
    	    font-size: 20px;
    }
    body .woodmart-products-nav .product-btn>a span:before {
          font-size: 20px;
    }

    Best Regards

    #111171

    raugul
    Participant

    Hello!

    Please tell me:

    1. As RRR is replaced by the text?
    2. As these buttons are interchanged with bread crumbs.

    Thank you very much!

    #111172

    raugul
    Participant

    Hello!

    Please tell me:

    1. As “.woodmart-back-btn” is replaced by the text?
    2. As these buttons are interchanged with bread crumbs?

    Thank you very much!

    #111208

    Hello,

    There is too little space to insert the text there.

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .single-breadcrumbs-wrapper .container, 
    body .single-breadcrumbs-wrapper .single-breadcrumbs {
        flex-direction: row-reverse;
    }
    boy .single-breadcrumbs-wrapper .woocommerce-breadcrumb
        padding-left: 30px;
    }

    Best Regards

Tagged: 

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