Hi @cmurockstar,
Thank you for your question.
You can try achieving 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-fw-portfolio .sh-portfolio-single-buttons {
display: none;
}
Best regards,
Shufflehound team
Hi @hertzde,
I hope you are well today and thank you for your question.
Could you please tell me a bit more in detail what you want to modify in it so that i can help you to achieve this?
Best regards,
Shufflehound team
Hi Josh,
I hope you are well today and thank you for your question.
You can try achieving this from the portfolio element settings using its various options as shown in the attached screenshot.
Best regards,
Shufflehound team
Hi @iznomad,
Sorry to hear of the problem you are having.
Could you please share me your site login details and FTP or cPanel details on [email protected] so that i can troubleshoot the issue?
Please notify me on this topic after sending the details.
Best regards,
Shufflehound team
You are most welcome here 🙂
Solution for this topic
I can see this is happening because the greater than symbol > added in the previous code is not working so please try using the below CSS code instead of above.
.sh-iconbox-style1 .sh-iconbox-icon2 {
width: 40px;
height: 60px;
}
.sh-iconbox-style1 .sh-iconbox-icon-shape i.sh-iconbox-hover {
line-height: 100px;
}
.sh-iconbox-style1 .sh-iconbox-icon-shape {
width: 100px;
height: 100px;
}
@orange-dl This can be due to plugin conflict on your site so please try temporary deactivating all plugins and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
Also to help us keep support thread separates could you please create your own thread for your question here https://support.shufflehound.com/forums/forum/jevelin/ instead of replying on others thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.
@iznomad In this case let’s try to resolve the issue another way but this is not right place for it as the topic creator is getting unwanted messages due to our replies so could you please create your own thread for your question here https://support.shufflehound.com/forums/forum/jevelin/
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.
Hi Sam,
I hope you are well today and thank you for your question.
You can contact Wp-Accessibility plugin support on the following page regarding this.
https://wordpress.org/support/plugin/wp-accessibility
Best regards,
Shufflehound team
Unfortunately, tooltip images are not responsive (please see screenshot attached). Any solution for this ?
It’s Unyson plugin issue. We can’t make it 100% responsive but can improve a bit by using below custom CSS code.
@media (max-width: 768px) {
span.sh-image-point-tooltip {
left: -130px;
top: 35px;
}
}
Hi @geoleo,
I hope you are well today and thank you for your question.
You can try changing its color 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-footer-widgets #mc_signup_submit {
color: #000;
}
Please 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
Best regards,
Shufflehound team
Can you send me the code for the other product pages ie. http://micbespokepackaging.com/gift-bags/
Thanks
Please use the below CSS code for those pages.
body.page #wrapper > .sh-page-layout-default {
padding-top: 0;
}
body.page #content .fw-page-builder-content .sh-section:nth-child(1) {
padding-top: 20px;
}
Solution for this topic
Hi @chudancha,
Thank you for your question.
I can see you are using older version 2.1.1 of theme on your site, please use latest version 2.2.2 of theme from the following page
http://support.shufflehound.com/download/jevelin-beta/
Then please make sure to set blog Post Overlay style to Style 3 as shown in the attached screenshot.
Best regards,
Shufflehound team
No it won’t affect the pages/settings you created already but do take backup of your site before updating anything on the site so that if anything goes wrong then you can recover it easily.
Solution for this topic
Hi Josh,
Thank you for your question.
Could you please try changing that color from Navigation section on the following path as shown in the attached screenshot?
Admin Area -> Appearance -> Theme Settings -> Styling -> Navigation
Best regards,
Shufflehound team
Solution for this topic
Hi Josh,
Thank you for your question.
You can try achieving 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-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a {
padding-top: 30px;
padding-bottom: 30px;
}
#page-container .sh-sticky-header-active {
max-width: 100% !important;
}
It depends on what header layout you are using so if the above CSS code doesn’t work for you then please share me your site URL so that i can check it.
Best regards,
Shufflehound team
Hi @cmurockstar,
I hope you are well today and thank you for your question.
Please either change the Header background color as displayed in your shared screenshot or change menu item colors as shown in the attached screenshot.
Best regards,
Shufflehound team
Hi Niloka,
Thank you for your question.
Are you talking about the ions as shown in the attached screenshot?
If not then please share the screenshot of it.
Best regards,
Shufflehound team
Yes you can if you have CSS knowledge but if not then just share me the page URL from your site where the icon boxes are displaying and share the image icon URLs so that i can develop and provide you the required CSS code.
Hi Willy,
Thank you for your question.
I logged in to your site and it is working fine for me as shown in the attached screenshot.
Please try using different browser.
Best regards,
Shufflehound team