On other pages on your site do you want to remove white spaces as shown in the attached screenshot?
Hi @sk8riders,
I hope you are well today and thank you for your question.
You have to install Basic (full) demo content and then use Photography template in the home page of your site as shown in the attached screenshots.
Best regards,
Shufflehound team
Could you please share me the page URL from your site where it is displaying so that i can help you to achieve it?
Hi @ivocom,
I hope you are well today and thank you for your question.
For some reason, any text I add to a Text with Frame element has a smaller line height than text in a normal Text Block element. If I try to manually increase this using <style> tags in the “Text” tab of the element, it does not stick.
Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
I’ve also tried to add <br> tags and when I switch back to the Visual tab, it shows that it’s worked – but as soon as I close the element or switch back to the Text tab, the tags and their changes disappear again.
This is default WordPress core issue which you can resolve by using br tag as following.
<br class="blank" />
Best regards,
Shufflehound team
Hi @shanticfm,
Thank you for your question.
You can resolve the issue 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
#button-abc23f238d72f1266380cbdb8d9733f2 { margin-bottom: 45px !important; }
Best regards,
Shufflehound team
Solution for this topic
Hi @shanticfm,
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-nav > li.menu-item > a { font-weight: 400; }
Best regards,
Shufflehound team
Hi @shanticfm,
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
.sh-testimonials-style1 .sh-testimonials-switch > div { display: none; }
Best regards,
Shufflehound team
You are most welcome here 🙂
Awesome great to see you got that found.
Please advise if you have more questions.
Have a fantastic day!
Hi @vanityinvancity,
I hope you are well today and thank you for your question.
You can resolve 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-woocommerce-products .woocommerce ul.products li.first { clear: both!important; }
Best regards,
Shufflehound team
Hi @chris0neal,
I hope you are well today and thank you for your question.
You can set sidebar in the theme settings and page edit settings as shown in the attached screenshots.
Best regards,
Shufflehound team
Hi @matt-visceral,
I hope you are well today and thank you for your question.
I’ve managed to restore the page, but the blog posts are not featured in the blog post section, how can I resolve this?
Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?
Best regards,
Shufflehound team
Is the code using hook to modify custom post type added in the functions.php file of thema?
No
Solution for this topic
You can resolve this issue 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
.fw_form_fw_form > div { vertical-align: top; }
Hi SDas,
I hope you are well today and thank you for your questions.
You will get theme manual in the theme documentation option of theme as shown in the attached screenshot.
The theme uses Visual composer plugin that you can use to create various contents as described on the following page.
https://wpbakery.atlassian.net/wiki/pages/viewpage.action?pageId=4030510
Please advise if you have more questions.
Best regards,
Shufflehound team
Solution for this topic
Actually i found out that the following CSS code you have used in your inquiry form is causing the issue. We can’t change this CSS developing other custom CSS code as you are using the form in iframe tag.
@media screen and (min-width: 500px) and (max-width: 850px) { #mainFieldWrapper { width: 550px; margin-left: 10px; } }
Please make sure in your site General settings WordPress and Site URLs are correct and same as shown in the attached screenshot.
I don’t see any major difference between them so could you please tell me a bit more in detail?
I have tested it on my test site and it’s working fine for me using latest version of Jevelin theme.
I can see you are using older version of Jevelin theme on your site so could you please update it to following latest version?
Please login to access this file
You can change blog post hover background color from theme styling settings as shown in the attached screenshot.