Hi Ximena,
I hope you are well today and thank you for your question.
We are adding this new Beauty template in the demo content.
We’ll update you here ASAP after adding it.
Best regards,
Shufflehound team
The issue will get resolved using below latest version of theme. You can update the theme as described in this page https://support.shufflehound.com/updating-theme/
Please login to access this file
It’s necessary to do the latest update of the theme? I lose all my progress??
Not necessary but highly recommended.
You wont lost any of your content if you have not made any changes in the theme files.
Solution for this topic
As you can see on the front page, I have the google maps.
I need te logo to be a little more to the right. How can I do that?
You can use below custom CSS code to achieve this.
.header-logo img {
padding-left: 60px;
}You can change it by changing body background color as shown in the attached screenshot.
@bitdon Which demo content have you installed?
You have to import “Coming Soon” demo content.
After importing “Coming Soon” demo content, it will create page having content of side by side template.
Hi @shanticfm,
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
#content blockquote:before{
display: none;
}
Best regards,
Shufflehound team
Hi @bluebee,
I hope you are well today and thank you for your question.
You can update the theme by downloading the below latest version of theme and update it as described here https://support.shufflehound.com/updating-theme/
Please login to access this file
Best regards,
Shufflehound team
Solution for this topic
I logged in to your site and tried to update the extensions but got error message as shown in the attached screenshot.
The error seems related to web hosting server as described in the following page so please contact your web host to resolve it.
https://github.com/ThemeFuse/Unyson/issues/3231#issuecomment-369910094
Solution for this topic
Hi @digikrutt,
I hope you are well today and thank you for your question.
We have provided options in the theme styling settings to change menu size and color as shown in the attached screenshots but we can’t provide options for every elements to style as there will be thousands of options making theme settings bulky.
Therefore to overcome this problem, we have implemented Yellow Pencil Editor solution which you can use as described in the following pages.
https://support.shufflehound.com/how-to-change-almost-any-element/
https://waspthemes.com/yellow-pencil/documentation/#responsive-tool
You can make hamburger icon black 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 .c-hamburger span,
#header-navigation .c-hamburger span::before,
#header-navigation .c-hamburger span::after {
background-color: #0c0c0c !important;
}
#header-navigation .c-hamburger--htx.is-active span{
background-color: transparent !important;
}
Best regards,
Shufflehound team
Hi @zsolt67,
I hope you are well today and thank you for your question.
Using multiple slider revolution on the page will affect site loading speed a bit but not much so you can use it.
Alternatively you can use Yellow pencil editor responsive tool to resolve the issue as described in the following page.
https://waspthemes.com/yellow-pencil/documentation/#responsive-tool
Best regards,
Shufflehound team
Hi Larry,
I hope you are well today and thank you for your question.
You can change it from theme styling settings as shown in the attached screenshots.
Best regards,
Shufflehound team
You are most welcome here 🙂
Solution for this topic
To achieve that please use the below CSS code instead of above shared CSS code.
#page-container #header-navigation .sh-nav .current-menu-item a {
height: auto !important;
line-height: 24px!important;
}You are most welcome here 🙂
You are most welcome here 🙂
Solution for this topic
Yes you are on the wrong place.
You have to click on General tab and scroll to the bottom as shown in the attached screenshot.
Hi @zsolt67
Thank you for your question.
To achieve this, you have to develop custom code in the child theme of Jevelin theme.
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
Best regards,
Shufflehound team
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 .sh-nav #menu-item-2867 a {
font-size: 0;
}
.sh-header .sh-nav #menu-item-2867 a:before{
font-size: 15px;
}