This topic has 4 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
Hello
the woocommerce command page titles do not display. How do you do it to display them?
Ps: I enclose screenshots in private content
Hello,
I do not see screenshots in the Private Content area. Please check and provide your site URL.
Regards
Url in private content
thx
Hello,
You can use this custom css code in Theme Options > Custom css or in style.css file of child theme:
.woocommerce-cart.et-header-overlap .page-heading .back-history, .woocommerce-cart.et-header-overlap .page-heading .breadcrumbs {
font-size: 14px;
}
.woocommerce-cart.et-header-overlap .page-heading .title {
font-size: 2.7rem;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up