Return to previous page - by ctrimde - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 8 years, 10 months ago ago by Eva Kemp

  • Avatar: ctrimde
    ctrimde
    Participant
    May 30, 2015 at 14:44

    hello,

    I would like to change “return to previous page” to:

    1) Align it to the left of the page
    2) Change the font size of “return to previous page”

    thank you

    3 Answers
    Avatar: stan
    Stan Russell
    Participant
    June 1, 2015 at 08:37

    Hello,

    to change font size please add following css code to your custom.css file:

    .page-heading .row-fluid .span12 > .back-to {
    font-size:16px
    }

    You may try following code to move “return to previous page” link:

    .page-heading .row-fluid .span12 .back-to {
      position: relative!important;
      float: left!important;
      margin-top:-50px;
      left:-75px
    }

    Regards,
    Stan Russell.

    Avatar: ctrimde
    ctrimde
    Participant
    June 1, 2015 at 10:41

    Thank you Stan that worked Wonderfully!

    Now I would also like to change the TEXT of that link from”return to previous page” to “return” – How do I do that?

    Thank you:-)

    Avatar: Eva
    Eva Kemp
    Support staff
    June 1, 2015 at 13:26

    Hello,

    You can change that text in wp-content/themes/legenda/framework/theme-functions.php (line 2943).

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.