Header option - by amsdesign - on WordPress WooCommerce support

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

  • Avatar: amsdesign
    amsdesign
    Participant
    February 15, 2016 at 13:25

    Hello,
    I would like to know if there is a way to have this type of heading in each page (not front page):
    https://www.8theme.com/demo/royal/headings/

    but with the following variations:
    1) Only page title to be diplayed (ie: NOT to show “Home/headings” above page title)
    2) With a different image in each page

    Thank you

    7 Answers
    Avatar: Robert Hall
    Robert Hall
    Participant
    February 15, 2016 at 13:46

    Hello,

    1) Please use this code in Global Custom CSS

    .breadcrumbs{
    display:none;
    }

    2) You can set the different images for breadcrumbs in page settings->Page Layout->Background image for breadcrumbs.
    See screenshot: http://prntscr.com/a3j2dm

    Regards,
    Robert Hall.

    Avatar: Eva
    Eva Kemp
    Participant
    February 15, 2016 at 13:48

    Hello,

    1. To remove breadcrumbs add this code in Theme Options > Custom CSS > Global Custom CSS:

    .breadcrumbs {
       display: none;
    }

    2. To upload different image for each page go to Pages > edit a page > upload image in “Background image for breadcrumbs” section and select “Breadcrumbs Style” as “With background”:
    http://storage6.static.itmages.com/i/16/0215/h_1455540497_6365290_5b98497fdc.png

    Regards,
    Eva Kemp.

    Avatar: amsdesign
    amsdesign
    Participant
    February 15, 2016 at 14:19

    thank you!

    is there a way to remove the “return to previous page” shown on right?

    Avatar: Robert Hall
    Robert Hall
    Participant
    February 15, 2016 at 14:33

    In this case please use this code in Global Custom CSS

    .back-history{
    display:none;
    }

    Regards,
    Robert Hall.

    Avatar: stan
    Stan Russell
    Participant
    February 15, 2016 at 14:38

    Hello amsdesign,

    please use following css code:

    .back-history{
    display:none
    }

    Regards,
    Stan Russell.

    Avatar: amsdesign
    amsdesign
    Participant
    February 16, 2016 at 09:23

    Thanks! worked perfectly!

    Avatar: Eva
    Eva Kemp
    Participant
    February 16, 2016 at 10:02

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

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

The issue related to '‘Header option’' has been successfully resolved, and the topic is now closed for further responses

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