This topic has 21 replies, 3 voices, and was last updated 7 years, 9 months ago ago by Eva Kemp
Hello
How can I move the page title from inside of the breadcrum to under the breadcrumb?
Also how can I rename the (PRODUCT DESCRIPTION) under the breadcrumb or remove it?
Thanks Spiros
Hello,
1. You need edit the file wp-content/themes/woopress/framework/theme-functions.php in line 785 and switch the lines for title and breadcrumbs.
2. Edit the file wp-content/themes/woopress/woocommerce/content-single-product.php in line 110 and rename to what you want.
Regards,
Eva Kemp.
Hello
Thanks for the reply.
I did the first one and nothing changed.
here is a screenshot to see if I did it the right way.
http://prntscr.com/e2639g
Regards Spiros
Hello,
Yes, you did it correctly.
Do you want to change it on all pages or only specific ones?
Please provide us with FTP and WP Dashboard credentials in private content.
Regards,
Eva Kemp.
To every page.
Thanks
I forgot the WP
Hello,
As I see title is already under the breadcrumbs http://storage7.static.itmages.com/i/17/0131/h_1485854375_5556795_dcfcace1ba.jpeg .
Do you want to move it under the breadcrumbs background?
Regards,
Eva Kemp.
Yes I’m sorry for the misunderstanding.
I want to remove the breadcrumbs
Keep only the page title under the breadcrumbs background image.
Regards Spiros
Hello,
To remove breadcrumbs add this code in Theme Options > Custom CSS > Global Custom CSS:
.breadcrumbs {
display: none;
}
As for the title, please use this code in Theme Options > Custom CSS > Custom CSS for desktop:
.page-heading .title {
margin-top: 20%;
margin-bottom: 20px;
}
Regards,
Eva Kemp.
Perfect thank you for the solution I tried both and it works fine. It was exactly what I wanted for now.
Just for future use, if I want to have the title inside the breadcrumbs image in one page, How can I adjust the settings for specific pages and not globally?
Regards
Spiros
Hello,
Go to Pages > Edit page and add your code in Page Settings custom ss:
http://prntscr.com/e300uy
Regards,
Rose Tyler.
Hello
Ok perfect.
We are almost there. Desktop and tablet are set, but on mobile when I move the title under the background it disappears behind the product image. I tried with the margin-bottom: 100 – 200 px but nothing happened. Sorry for all these questions but I’m new to this.
Regards Spiros
Hello,
Please try this code in Theme Options > Custom CSS > Custom CSS for mobile:
.main-products-loop {
margin-top: 50px !important;
}
Regards,
Eva Kemp.
hello
It is working only at category pages. (tops, bottoms)
At all the other pages is the same and nothing changes when I play with the numbers.
regards
Spiros
Hello,
Please show a page example where you have the issue.
Thank you.
Regards,
Eva Kemp.
Hello,
Please add this code in Custom CSS for mobile:
.page-content {
margin-top: 80px !important;
}
Regards,
Eva Kemp.
Hello
Still the same problems, after every line of code you send me it fixes something but on the same time in some other pages new problems appear. For example after the:
.page-content {
margin-top: 80px !important;
}
at the home page I had a gap between the header and page content (slider)
It’s really bad for me and my company because I want to upload the site, it’s ready but with this problem on mobile devices it looks like a mess. I tried all of what you send me with different numbers and nothing worked.
Can you please fix it for me?
Regards
Spiros
Also I noticed that my site has’t the same layout on different phones
Or you can tell me how to remove page titles from everywhere in the site.
I prefer that so no more problems appear
Hello,
Please use this css code to remove page title:
.page-heading .title {
display: none;
}
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up