However, when I attempt to change the navigation color to a darker one, the text color is still white. Please see the attached screenshot for your reference.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Sorry, I just noticed that the height of the header image got shorter after the removal of the page title and description. How can I adjust the height of the header image?
You can adjust the height by using the below CSS code and changing the value 130 in it.
.sh-titlebar-light .sh-table {
padding: 130px 0;
}
Hi Kaspar,
I hope you are well today and thank you for your question.
I visited your shared page and saw the number of products displayed on the page is 20 and not 21 as shown in the attached screenshot.
Is it started working fine for you?
Best regards,
Shufflehound team
Awesome great to see you got that solved.
Please advise if you have more questions.
Have a fantastic day!
Solution for this topic
Hi Ben,
Thank you for your question.
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.single-product footer.sh-footer {
display: none;
}
Best regards,
Shufflehound team
Solution for this topic
Hi Ben,
I hope you are well today and thank you for your questions.
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
body.woocommerce.archive.tax-product_cat ul.products li .sh-woo-post-content-container {
min-height: 64px;
}
#sidebar .widget-item.woocommerce a {
color: #fff!important;
}
Best regards,
Shufflehound team
You are always welcome here 🙂
Thank you for providing additional information.
We’ll test it.
Hi @jianganlong,
I hope you are well today and thank you for your question.
I have got a problem with the header menu text. I have a light color background image for the page, but the text color is white. Therefore, the menu is barely visible. I have tried to change the color of the header text color, but the color is still white.
You are trying to change it from wrong theme option. Instead you should change it from theme Navigation styling as shown in the attached screenshots.
Also, I want to remove the page title in the center of the header image. I traced the code but never worked. Is there any way to remove the page title and description in the center of the image?
You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.sh-titlebar .titlebar-title {
display: none;
}
Best regards,
Shufflehound team
We can’t say which one is best plugin. You can use any of the following plugins that best suit your requirements.
https://wordpress.org/plugins/gtranslate/
https://wordpress.org/plugins/google-language-translator/
Could you please add it again so that i can help you to resolve the issue by developing custom CSS code?
Hi Ben,
I hope you are well today and thank you for your question.
You can translate it as described on the following page.
https://colorlib.com/wp/how-to-translate-wordpress-theme/
Best regards,
Shufflehound team
You’ll also notice I’ve added a margin to the elements which is causing the third column to drop down a line. I think this is a problem with Unyson. However, how can I achieve the margin and keep 3 columns?
I can see the columns are displaying fine as shown in the attached screenshot.
Please advise.
Awesome great to see you got that worked out.
Please advise if you have more questions.
Have a fantastic day!
Hi @iversonlee,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where the button is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
Hi P,
I hope you are well today and thank you for your question.
We can centre align it by developing custom CSS code.
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
You are most welcome here 🙂
You are most welcome here 🙂
No you can only customise it as described in the above shared page.
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#page-container .sh-testimonials-image {
width: 150px;
height: 150px;
}