Hi,
Sorry for late response.
We are working on new Jevelin version which should roll out in next week.
Best regards,
Shufflehound Team
Hi there,
This is a known issue and we are working on it to fix it in the next update.
Best regards,
Shufflehound Team
We created this template and it is included in Basic demo (will be added when installed). If you want, we can export it and send it to your email, just contact us to support at shufflehound dot com.
Hi there,
This template is called Home Basic Slider from Basic demo.
Best regards,
Shufflehound team
Hi there,
You can add !important at the end of your CSS snippets and that should overwrite it.
Like that:
.test-class {
color: red!important;
padding: 10px!important;
}
We are glad that this issue is fixed. ?
Hi there,
If you want to do it for pages, where page builder is used. You can increase it under section options by increasing padding option.
Best regards
Shufflehound team
We are glad that we could help. 🙂
Hi there,
If you don’t plan to use shop, then shop name can be changed in the main theme settings > Titlebar > Shop Title
Best regards
Shufflehound team
Hi there,
This extra white space is coming from element section, which adds 100px in top and bottom. If you want to remove it, just edit padding option.
Note: If you add element without a section, section will be rendered anyways to create your page structure.
Best regards
Shufflehound team
Hi there,
Do you want to add some extra CSS code or edit our main style.css file?
Best regards
Shufflehound team
Hi there,
In the next update we will try to solve this issue.
Best regards,
Shufflehound team
Nice to hear that. 🙂
Hi there,
Replace previous CSS snippet to this:
.sh-image-point:hover{ z-index: 9999!important; }
Best regards,
Shufflehound Team
Hi there,
We are not saying that files are missing, but sometimes files just doesn’t load correctly from your server. If we force whole page refresh, then everything works, therefore we are not sure if this is server side related issue or something else.
Looks like you need to load that CSS file also in back end (administration panel).
Here you can find few ways to do that.
Nice to hear that.
Best regards,
Shufflehound Team
Hi there,
Sorry for delay.
This code looks correct and should work.
Do you have any improvements regarding to this issue?
Best regards,
Shufflehound Team
Hi there,
Please try this:
.sh-image-point{ z-index: 9999!important; }
Hi there,
You need to add icons one by one, or at least those icons that you will use for your project.
Here is a example:
‘fa fa-flickr’ => array( ‘group’ => ‘fa’ ),
fa fa-flickr is for icon name and font, group should be icon pack or tti.
Best regards,
Shufflehound Team