Greetings,
My second issue is…
Screenshot: https://my.pcloud.com/publink/show?code=XZ4BEAZ6zsxWLgodSb3hCTf0NbGsju85ibX
Breadcrumb is not centered.
Can you please share how I can remove this from the
Checkout Page?
Screenshot: https://my.pcloud.com/publink/show?code=XZ4BEAZ6zsxWLgodSb3hCTf0NbGsju85ibX
Thank you, kindly,
Tony
Hey crdocs123,
Please provide a link to the site so we can look into this further.
Best regards,
Jordan Shannon
BuildMyBiz123.com
Hi!
I do not see any breadcrumb been used at your web site, at all.
Best regards,
Basilis
Click the Affiliates link above.
buildmybiz123.com / affiliates/
Would also like to remove the highlighted border around the breadcrumb as well as have it centered.
Hi,
Try this code in the General Styling > Quick CSS field:
.page-id-2137 div .avia-breadcrumbs {
display: none !important;
}
Best regards,
Mike
Not the result I was looking for.
I would like to have the breadcrumb remain on
the Affiliate page / links… however…
I would like to have that breadcrumb centered with
the highlight removed.
In that row / space where the breadcrumb is
located, you have a Top | Center | Bottom. Currently
is at the Bottom of that row. Would like to have it
positioned in the Center with the highlight removed.
Thank you, kindly!
Hi,
Try this code in the General Styling > Quick CSS field:
.page-id-2137 div .avia-breadcrumbs {
background-color: transparent!important;
padding-top: 0px !important;
}
Best regards,
Mike
That worked perfectly.
Thank you, kindly!