The issue is fixed in the following latest version of theme so please update the theme as described in this page https://support.shufflehound.com/updating-theme/
Please login to access this file
The issue is fixed in the following latest version of theme so please update the theme as described in this page https://support.shufflehound.com/updating-theme/
Please login to access this file
The issue is fixed in the following latest version of theme so please update the theme as described in this page https://support.shufflehound.com/updating-theme/
Please login to access this file
It is fixed in the following latest version of theme so please update the theme as described in this page https://support.shufflehound.com/updating-theme/
Please login to access this file
It is added in the following latest version of theme which you can update as described in this page https://support.shufflehound.com/updating-theme/
Please login to access this file
Find information about importing demo content on this page https://support.shufflehound.com/installing-demo/
question nb1 : in the header (attached the screenshot ) for social media
the distance between every icon isn’t similar and how to reduce the size of every icon and fix the distance to be equal (and if we can add our icon for social media customize )
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-search a i,
.sh-nav-social a i {
font-size: 18px;
}
.sh-nav li.menu-item.sh-nav-search.sh-nav-special {
padding-right: 8px;
}
.sh-nav-social a.social-media-linkedin {
padding-left: 8px;
}
quest 2 :
menu bar : for the home page the menu is working well by adding #class name in the section
but for example once i go for portfolio the menu bar isn’t working by #class name it will not load (as the #section isn’t in this page )
and if i put the whole link for portfolio section it will affect directly the home page and the home and about us will always be in blue (attached the screenshots )
You have to use whole absolute link to make it work on other pages.
It turns blue because the current page menu link color is blue but we can change it for this menu item developing custom CSS code.
nb3 :
it’s feasible to change the icon in the website and how (Attached the icon example )
You have to develop custom code to change it.
You are most welcome here 🙂
Hi @dtasic,
Sorry to hear of the problem you are having.
Could you please share me your site URL where it’s happening so that i can troubleshoot it?
Best regards,
Shufflehound team
I can see it is displaying fine on your site now as shown in the attached screenshot.
Could you please test it clearing your browser cache or using different browser?
Hi @bluebee,
I hope you are well today and thank you for your questions.
Could you please share me your site URL where it’s displaying so that i can help you?
Best regards,
Shufflehound team
Actually this is how it works on demo site and you can see on desktop also the test is not aligned with the image.
You can resolve the issue occurred on mobile on your site 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){
.sh-column.sh-column-04601bd9b665015186481d31f3260a26.fw-col-xs-12.fw-col-sm-4 {
margin: 0;
}
}The body color gets applied on navigation background color so have you tried using the solution I shared above?
I have marked this topic as resolved.
You are most welcome here 🙂
Solution for this topic
You can resolve this issue by replacing above shared CSS code with following 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;
}I am not sure what do you mean by “but no show of categories” so please describe it a bit more in detail.
You can contact them and can also ask your question in this forum by creating a separate topic for it.
Yes it is safe to install and we have tested it.
You are most welcome here 🙂
Could you please share me the page URL from your site where it is not displaying correctly so that i can troubleshoot it?