You are most welcome here 🙂
You are most welcome here 🙂
You are most welcome here 🙂
You are most welcome here 🙂
Hi Marcos,
Thank you for your question.
There isn’t any option for it but we can achieve it developing custom CSS code.
Could you please share me your site URL and tell me which menu item you want to display like that so that i can help you to achieve it?
Best regards,
Shufflehound team
Hi Marcos,
I hope you are well today and thank you for your question.
Yes you are doing it correctly.
You can either use strong tag or b tag.
Best regards,
Shufflehound team
Hi @marka100,
I hope you are well today and thank you for your question.
I don’t see any issue on your shared site and it seems you are using masonry blog style on your site so it displays wherever the article finds place.
Could you please share me the screenshot of the issue?
Best regards,
Shufflehound team
You are always welcome here 🙂
Hi @DirkahDirkah,
Thank you for your question.
No there isn’t any shortcode for it.
Best regards,
Shufflehound team
Solution for this topic
Hi @DirkahDirkah,
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
@media screen and (max-width: 768px){
.woocommerce table.shop_table.cart td{
border-bottom: 0 !important;
background-color: transparent !important;
}
.woocommerce .shop_table .button[name=update_cart]{
float: none;
}
}
Best regards,
Shufflehound team
Solution for this topic
Hi @joaquinestevan,
Thank you for your question.
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
.sh-overlay-style1 .sh-overlay-item:last-child {
display: none;
}
.sh-overlay-style1 .sh-overlay-item:first-child .sh-overlay-item-container {
right: 40%;
}
Best regards,
Shufflehound team
Solution for this topic
Hi @joaquinestevan,
I hope you are well today and thank you for your question.
It seems the space is created by top padding added to section element so please remove it as described in the following topic.
https://support.shufflehound.com/forums/topic/strange-padding-above-body-text/#post-16109
If it still displays for you then try 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
.fw-page-builder-content > .sh-section {
padding: 0;
}
Best regards,
Shufflehound team
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
Solution for this topic
To change that color please add 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-header-megamenu-style2 .sh-nav > li.menu-item:not(.menu-item-has-mega-menu) ul li:hover > a {
background-color: #9E9E9E;
}
You can change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
Hi @zeynlambat,
I hope you are well today and thank you for your question.
It doesn’t seem related to theme so you can contact woocommerce or wordfence support to troubleshoot and resolve it.
Best regards,
Shufflehound team
Solution for How to reduce description lenght. Minimum now is 10 from theme settings., with the code is not working.
You are using wrong code what I am talking about is the PHP code shared in the last reply of this topic https://support.shufflehound.com/forums/topic/change-post-description-length/#post-16910
WP Super cache plugin is not the problem, because this issue is well known that product image in WooCommerce  with Latest Version as Lightbox is not working. This solution also did not work: http://wpdecoder.com/php/woocommerce-3-0-lightbox-not-working-try-this-fix/
May be is there any solution.
It is working on my site as displayed in the above shared screenshots so please cooperate me by following my instructions so that I can help you.
How to remove 2nd head bar where only category name and category tree is shown ? or to hide it for mobile devices. It takes too much space for mobile. Screenshot attached
It is a title bar that you can disable from theme settings as described in the following topic.
https://support.shufflehound.com/forums/topic/remove-top-bar-page-title-and-bread-crumbs/#post-24186
<div class=”bbp-attachments”></div>
Use below CSS code to remove post author image.
.post-meta-content span.post-auhor-date a img{
display: none !important;
}Sure I can help you.
Would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will be able see it.”?
Hi Jaro,
Sorry to hear of the problem you are having.
I can see you are using older version of theme on your shared site so could you please try using below latest version of theme as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
Best regards,
Shufflehound team
Hi @jbreuer,
I hope you are well today and thank you for your question.
What you have highlighted in your shared screenshot is not a problem but the row above it contains bottom margin that you need to remove as shown in the attached screenshots.
If you can’t remove it then try 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
.vc_row.wpb_row.vc_row-fluid.vc_custom_1525137463511 {
margin-bottom: 0 !important;
}
Best regards,
Shufflehound team