Hi @shanticfm,
Thank you for your question.
You can remove it from single post page 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-post article .post-meta-author { display: none; }
Best regards,
Shufflehound team
It is padding applied to Section layout element that you can remove customise to however you want as shown in the attached screenshot.
Solution for this topic
Hi @awlavery,
I hope you are well today and thank you for your question.
You can try achieving this by using the attached small plugin specially developed for you that contains some custom code.
Best regards,
Shufflehound team
Another question is about the progress bar (tool) in the page.. See in attachmet I want to set the font of the title of the progress bar from bold to light.. If you can help me I’d be grateful..
To achieve this please use following custom CSS code.
.sh-progress-style4 .sh-progress-title { font-weight: 400; }
Yes if you have made changes in the Jevelin theme file instead of in child theme which is bad practise then you will loose the changes so you have to move changes made from Jevelin theme in to child theme before updating it.
You can find more information about child theme on this page http://freewptp.com/why-and-how-to-create-wordpress-child-theme/
Hi @harryjdixon
I hope you are well today and thank you for your question.
To achieve this you have to change that custom menu URL from relative #about to absolute like
Hi @harryjdixon
I hope you are well today and thank you for your question.
To achieve this you have to change that custom menu URL from relative #about to absolute like http://digi.vc/#about
Best regards,
Shufflehound team
Best regards,
Shufflehound team
Awesome great to see you got that fixed.
Please advise if you have more questions.
Have a fantastic day!
Awesome great to see you got that resolved.
Please advise if you have more questions by creating separate topic for each questions.
Have a fantastic day!
Solution for this topic
Hi Surge,
I hope you are well today and thank you for your questions.
When i tap the menu button, the menu appears until it reaches the bottom of the screen and then i can’t scroll further to access other menu items. If i scroll my finger over the menu, the menu stays in place while the page in the background is scrolling.
It seems you are using older version of Jevelin theme that is causing this issue so please update your theme to following latest version of theme.
The menu is taking quite a bit of space on a mobile device, could we do something to reduce it’s hight?
You can reduce 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-mobile li a { padding: 10px 0; }
Best regards,
Shufflehound team
Hi Jon,
I hope you are well today and 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-team-icon-container { display: none; }
Best regards,
Shufflehound team
Ok then please contact WPML support regarding this.
You are most welcome here 🙂
You are most welcome here 🙂
Hi @gs762698,
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
.sh-header-scrollbar .sh-table-cell { display: table; margin-top: 60px; } .sh-header-right-side .sh-nav-mobile li a { font-weight: 400; }
Best regards,
Shufflehound team
You are most welcome here 🙂
Hi @awlavery,
I hope you are well today and thank you for your question.
Where in the admin panel do I go to make my website display on mobile devices?
The Jevelin theme is mobile responsive and your site will by default display on mobile. There isn’t any separate settings for mobile in the admin panel.
Best regards,
Shufflehound team
Could you please share me your site URL where it is not working so that i can troubleshoot it?
I don’t see that space on your site as shown in the attached screenshot.
Please test it clearing your browser cache.
You are always welcome here 🙂
Have you made sure you have installed all theme recommended plugins on your site like Unyson plugin?
If you are testing it by importing demo content then make sure it is imported whole content and didn’t stop in the middle or you can just reimport the demo content.