Thank you so much for your response. I have done as you suggested, which has turned the text inside the lozenges to black, however, I am really trying to change the colour of the lozenges themselves, I need the text white and the lozenges to be a paler blue until hovered-over
Then please use the below CSS code instead of above shared.
.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .c-hamburger:not(.is-active) span,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .c-hamburger span:before,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .c-hamburger span:after {
background-color: #000!important;
}
.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > li > a,
.primary-desktop-light .sh-header:not(.sh-sticky-header-active) .sh-nav > li.menu-item > a > i {
color: #000!important;
}
.sh-portfolio-filter-style4 .sh-filter-item .sh-filter-item-content {
background-color: #47c9e5!important
}
You can change the color value in the above code to whatever you want to use by referring the following pages.
http://www.w3schools.com/html/html_colors.asp
http://www.w3schools.com/html/html_colorvalues.asp
http://www.w3schools.com/tags/ref_colorpicker.asp
2. Thanks, I have visited the “partners” element. It allows me to allocate a URL to each logo, but not to create a page on which I might show a testimonial?
You can create page from general WordPress pages section and then link it in the partners widget.
Hi Kaspar,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying so that i can help you to remove it?
Best regards,
Shufflehound team
You are most welcome here 🙂
We will consider this to be developed in the future version of theme.
Hi @BIGSHOTInt,
I hope you are well today and thank you for your question.
This is actually a plugin territory and not theme.
You can try achieving this using any of the following plugins
https://wordpress.org/plugins/page-specific-menu-items/
https://wordpress.org/plugins/different-menu-in-different-pages/
Or 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
Hi @lukarebello,
I hope you are well today and thank you for your question.
You can try achieving this by using the solution posted in the following topic.
https://support.shufflehound.com/forums/topic/overlays-and-gallery/
Best regards,
Shufflehound team
@schenklaune Would you mind if i log in to your site and do some troubleshooting? If this is ok then could you please share me your site log in details privately by adding them in the box having text “Click here to share private content. Only you and forum moderators will bee able see it.”?
You can remove featured image from portfolio page by using following custom CSS code.
.single-fw-portfolio .sh-portfolio-single-image {
display: none;
}
The portfolio page doesn’t display titled gallery. You can either add jetpack tiled gallery in the content of portfolio page or develop custom code to achieve this.
Developing custom code for custom functionality is beyond the scope of support that we provide here.
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
I have not made any changes to the theme files, I have only made edits on the menu, logo, & such. I did upload the child theme I saw on the other thread I wrote on before, but the font is different and I don’t know how to change it.
You can change the menu font from the theme styling settings as shown in the first two attached screenshots.
Also please read the Theme documentation as shown in the third attached screenshot so that you can understand the theme and its settings.
As far as https://codex.wordpress.org/Child_Themes goes I tried saving the style.css sheet and uploading it how they explain there, but it gave me an error. Is there a video tutorial? I’m sure I missed something.
You are doing it wrong. I shared that page in the following topic so that you can understand the child theme. Do not create it again as i have already shared it in the following topic so just use it.
https://support.shufflehound.com/forums/topic/nofollow-on-parner-slider/
How can I remove both on dekstop and mobile the shopping cart icon? (my original question on this thread.)
I have already answered it above in this topic.
Is there a video tutorial on how to save/upload a child theme from the original files?
The following tutorials will help you.
https://www.youtube.com/watch?v=tKmv_WB95FM
http://freewptp.com/why-and-how-to-create-wordpress-child-theme/
Hi Jonathan,
I hope you are well today and thank you for your question.
You can remove it from theme header settings as shown in the attached screenshots.
Best regards,
Shufflehound team
Every page in WordPress is automatically assigned unique ID which you can find using following solutions.
https://www.ostraining.com/blog/wordpress/how-to-find-the-page-id-in-wordpress/
Not an issue. You are always welcome here 🙂
@recliq To learn more about child theme please see https://codex.wordpress.org/Child_Themes
Have you made any changes in the Jevelin theme files?
If you make changes in the theme file then you have to make these changes again after theme updation as changes made in the theme files get lost on theme updation therefore using child theme to make changes is recommended.
If you have any questions not related to this topic then to help us keep support thread separates could you please create your own thread for your question instead of replying on others thread as it makes the thread messy and hard to read.
If you want to you can also add reference of this thread in your newly created thread.
We would be more than happy to help you on your new thread.
Sorry i forgot to tell you.
Please set the main portfolio page id in the Portfolio Main Page ID theme option as shown in the attached screenshot.
Hi @Astrobobo,
I hope you are well today and thank you for your questions.
Is it possible to make the standard gallery centered and standard wdth?
You can change its width by setting content width by using the following solutions.
https://jetpack.com/support/tiled-galleries/
https://wordpress.org/plugins/custom-content-width/
Also, is it possible not to show the featured image on top of the page or post?
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
.single-post .post-meta-thumb,
.page .post-meta-thumb {
display: none;
}
Best regards,
Shufflehound team
Solution for this topic
Ok then please use the following custom CSS code by adding it in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
@media (min-width: 800px){
section.sh-section.sh-section-4f1c8d432992cec18f84b77c12a1ade2 .sh-column-3b8b971f6f0771e88ba1482148af4dce {
float: right;
}
section.sh-section.sh-section-4f1c8d432992cec18f84b77c12a1ade2 .sh-column-e69ba81a7b99a7aa2c42ccb55c9f2705 {
float: left;
}
}
You are always welcome here 🙂
Currently the theme doesn’t support it for Events element. We will add this feature in the future version of theme.
In the meanwhile you can achieve this by developing custom code.
Developing custom code for custom functionality is beyond the scope of support that we provide here. 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
Solution for this topic
I hope you are well today and thank you for your question.
You can remove that gap 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-column.sh-column-2b6e13cfa0cb4ce1ba8abb2672bebd80 {
height: auto !Important;
padding-top: 0;
padding-bottom: 0;
}
Best regards,
Shufflehound team
Solution for this topic
Thank you for your question.
You can change 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-container i.ti-quote-right {
background: url("https://www.iconexperience.com/_img/o_collection_png/green_dark_grey/256x256/plain/quotation_mark.png") no-repeat;
display: block;
font-size: 0;
height: 50px;
width: 50px;
background-size: 100%;
}
Please change the image URL in the above CSS code to whatever image you want to set.
Best regards,
Shufflehound team