Hi @deestar,
I hope you are well today and thank you for your question.
It is actual page menu item unlike other menu items which are custom links so you can not change its URL but you can remove this page from menu and instead use custom link in place of it like other menu items.
Best regards,
Shufflehound team
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
@media (max-width: 800px){ body.home .sh-section-f8388c167bed80ead0a13966e82fd571 .sh-column { width: 48%; float: left; } }
You have to develop custom code to achieve this.
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
You are most welcome here 🙂
You are most welcome here 🙂
Hi Rocio,
I hope you are well today and thank you for your questions.
I would like to change the text color and font size for the primary menu when is reflecting on the homepage banner (I am using slider revolution).
You can try changing it from theme styling settings as shown in the attached screenshots.
If it doesn’t change for you then could you please share me your site URL where it’s displaying so that i can help you to achieve it?
Is it possible to use the images provided on the template once we go live? Are they copyright free? I send attached the one that I would like to use.
Yes you can use it and can get more from https://unsplash.com/
Where can I change the color for the overlay image of the blog block section? Please see image attached to illustrate this.
You can change it developing CSS code as shared in the following topics.
https://support.shufflehound.com/forums/topic/black-hover-color-for-portfolio/
https://support.shufflehound.com/forums/topic/how-to-change-the-position-of-the-members-section-picture-for-mobile/
Best regards,
Shufflehound team
Hi @daptee,
I hope you are well today and thank you for your question.
I realize that i have to add the complete link in the link of the menu item,
Yes you are right, you have to use complete site URL.
. But i have another problem, where i’m in the home page, the 4 first items are marked as selected, changing the link color. How can i avoid that? and every link be selected when the user press on it?
You have to develop custom CSS code as shared in the following topic to change its color.
Could you please share me your site URL where it’s displaying so that i can help you to change it?
Best regards,
Shufflehound team
You are most welcome here 🙂
You are most welcome here 🙂
Hi @amarkovac,
I hope you are well today and thank you for your question.
We can achieve this developing custom CSS code.
Could you please share me your site URL where it’s displaying so that i can help you to achieve it?
Best regards,
Shufflehound team
You have to also develop custom code to do that.
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
@media ( max-width: 700px ){ section.sh-section.sh-section-9d0d67a143643e13d2580d6111035d56, section.sh-section.sh-section-0a5135a51a80fbc80a43b5dded2dc8e9 { background-image: none; } }
Solution for this topic
To achieve that please try using below custom CSS code.
@media (max-width: 551px) { .sh-team .sh-team-image-container { width: 100%; display: block; } .sh-team .sh-team-aside { width: 100%; padding-left: 0; display: block; } }
Solution for this topic
Use below CSS code to change its order.
.home .sh-filter .sh-filter-item[data-filter="*"], .home .sh-filter .sh-filter-item[data-filter=".category-film"], .home .sh-filter .sh-filter-item[data-filter=".category-interactive"] { float:left; }
Solution for this topic
Ok then please try using below CSS code.
.page-id-301 .fw-page-builder-content > section.sh-section { padding-top: 0; }
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
.page-template-page-blog .blog-list a.sh-overlay-item.sh-table-cell:first-child .sh-overlay-item-container, .page-template-page-blog .blog-list a.sh-overlay-item.sh-table-cell:last-child { display:none; }
Solution for this topic
It seems you have changed the section therefore the shared CSS code is not working.
Please try using below custom CSS code instead of shared above.
.home #wrapper > .sh-page-layout-default { padding-top: 0; } .home .fw-page-builder-content > section.sh-section { padding-top: 0; }
This is plugin functionality that you can turn on and off so no need to provide another setting in the theme.
Solution for this topic
I only received your site login information today.
When you click the “login” icon, only a white box appears.
I could confirm the issue on my test site which only occurs when the theme option “Login/Register button (button in topbar)” is not selected as shown in the attached screenshot therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile you can try resolving the issue by using the attached modified child theme of Gillion theme.
Also, when I click the bookmarked items, it appears behind the content
This is happening because of the following custom CSS code you are using in your child theme style.css file so please remove it.
body.home .vc_column_container { z-index: 4000; }