Some of these things are possible by developing custom CSS code. 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 ul.mega-menu-row ul.sub-menu ul.sub-menu { margin-bottom: -10px; } .sh-nav ul.mega-menu-row ul li div { padding: 6px 30px; } #page-container .sh-nav ul.mega-menu-row { padding-bottom: 20px !important; }
the title below doesn’t show the proper 20px empty space between the Package 2 image and the title below it. Kindly see attached.
To resolve the issue please change above shared CSS code as following.
#heading-5bba822618257bc8698db303bea0a00a { clear: both; padding-top: 20px; margin-top: 0; }
You are always welcome here 🙂
You are most welcome here 🙂
Is it possible to reduce the size of the margin of the button. So the box is smaller but the text size remains the same?
To achieve this you have to develop custom code.
Developing custom code for custom functionality is beyond the scope of support that we provide here. Please see https://themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/14728833/support
If you are not a developer then you can consider hiring a developer to develop it for you. You can hire a developer from any freelance site. Shufflehound recommends the developer https://www.upwork.com/freelancers/~011652ffec8865c6d5
Then you can send login details on email id [email protected] and then reply here to let us know.
Hi Admin.
I hope you are well today and thank you for your question.
It seems you have purchased correct theme but your site is displaying different content and design because you have not configured it correctly.
You can configure the theme either from scratch by following theme documentation or installing demo content and then changing content as shown in the attached screenshots.
Best regards,
Shufflehound team
No this is not normal. The page should display like https://jevelin.shufflehound.com/elements/button/
Are all other Elements pages working fine for you?
Please make sure you have installed all theme recommended plugins on your site.
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
.sh-footer-widgets { padding: 50px 0 50px 0; }
You are most welcome here 🙂
Hi @shanticfm,
Thank you for your question.
You can display it on new line 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
#heading-5bba822618257bc8698db303bea0a00a { clear: both; }
Best regards,
Shufflehound team
You are most welcome here 🙂
Solution for this topic
You can make this code to work on mobile only by changing it as following.
@media (max-width: 800px){ #button-abc23f238d72f1266380cbdb8d9733f2 { margin-bottom: 45px !important; } }
Solution for this topic
Hi LeaV,
I hope you are well today and thank you for your question.
Yes we have used snazzymaps there which you can also use from https://snazzymaps.com/
as shown in the attached screenshot.
Best regards,
Shufflehound team
Solution for this topic
You can apply line height to 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-text-with-frame-container p { line-height: 1.8 !important; }
Hi @Shinykins,
I hope you are well today and thank you for your question.
You can remove that animation 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-header:not(.sh-header-4):not(.sh-header-5):not(.sh-header-6) .sh-nav > li.menu-item > a { transition: none; }
Best regards,
Shufflehound team
Hi @abdullah,
I hope you are well today and thank you for your questions.
I want ask why my description mega menu not show,
Could you please tell me where you want to show the menu description so that i can help you?
mega menu hide tiitle, and mega menu new colom not show for check up.
I am not sure what you meant by this so could you please describe it a bit more in detail?
Best regards,
Shufflehound team
You are most welcome here 🙂
You are most welcome here 🙂
Hi @LaceyStarkCo,
I hope you are well today and thank you for your question.
You can disable mobile menu 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
#header-navigation-mobile { display: none; }
Best regards,
Shufflehound team
Hi BP MediaWorks,
I hope you are well today and thank you for your question.
This can be due to plugin conflict on your site so please try temporary deactivating all plugins except Unyson plugin and see whether everything works fine and then enable the plugins one by one to see which plugin is conflicting if any.
You can also increase your site speed by using the solutions posted on the following pages.
https://www.elegantthemes.com/blog/tips-tricks/optimize-your-wordpress-website
https://codex.wordpress.org/WordPress_Optimization
https://gtmetrix.com/wordpress-optimization-guide.html
http://www.wpbeginner.com/wordpress-performance-speed/
Best regards,
Shufflehound team