You are most welcome here š
Hi @sjoerdgerritsen,
I hope you are well today and thank you for your question.
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-container #heading-e165c32a435b18bc01c026e3c5050986 .sh-heading-content { font-family: 'raleway'!important; font-size: 65px; }
Best regards,
Shufflehound team
You are most welcome here š
I agree with you and will consider this to be developed in the future version of theme.
In the meanwhile you can try using above sharedĀ gallery provided by Jetpack plugin or develop custom code to achieve it.
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
Hi @bernard,
I hope you are well today and thank you for your question.
First of all try regenerating image sizes on your using following plugin and if it still displays same then could you please share me your site URL where it’s happening so that i can troubleshoot it?
https://wordpress.org/plugins/regenerate-thumbnails/
Best regards,
Shufflehound team
In the code you gave me, the buttons were turned into rectangles, can you point me to any resources that can change the buttons into other shapes (e.g., circles, squares and etc.). If there is a setting in the included theme I can use to control this feature, please let me know.
Just changeĀ border-radius CSS property value 10px in the above shared code.
The other question I have is included in the attachment. Iām trying to get my homepage to match that ofĀ https://www.stmarytx.edu. If thereās custom codes I need to be aware of, please let me know. Thank you so much and your continued customer support. I really enjoy working with you guys.
Just edit your home page and set its header style to default as shown in the attached screenshot then you can change its style from styling settings of theme.
You are most welcome here š
HiĀ Adam,
I hope you are well today and thank you for your question.
You can achieve this by using section layout element of visual page builder as shown in the attached screenshot.
Best regards,
Shufflehound team
You are most welcome here š
You are most welcome here š
If I inspect the webpage and target the class name I see there would my own CSS Work?
Yes
Hi @themenselement,
I hope you are well today and thank you for your question.
You can use visual composerĀ blog slider element and configure it as displayed in the attached screenshot.
Best regards,
Shufflehound team
Hi @andresmerizalde,
I hope you are well today and thank you for your question.
We can hide it by 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
HiĀ Kate,
I hope you are well today and thank you for your question.
Have you tried using Post Grid element as shown in the attached screenshot?
Best regards,
Shufflehound team
Your shared site is not accessible and displaying Fatal error.
Also please share meĀ site FTP or cPanel details.
Solution for this topic
Hi @adamwiggins82,
Sorry to hear of the problem you are having.
You can resolve the issueĀ 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.primary-mobile .sh-sticky-mobile-header-active { background-color: #fed330!important; }
Best regards,
Shufflehound team
I have asked you simple question several time but you are not answering it which is prohibiting me to troubleshoot the issue so please just answer my following question.
Also are you getting normal WordPress emails from your site like user registration or comments made?
Then i want to know why do you want to create relations from an artist post to some exhibitions posts?
I am already using child theme, but what have I to do?
Have I to use the attached theme instead of the downloaded one?
what custom code have I to use?
If you have not made any customisations in your child theme then you can just delete it and use the above shared child theme.
If you have made customisations in your child theme then please share me your child theme so that i can provide you new childĀ theme merging code from both child themes.
there is a way to hide the text/excerpt in the preview so that I can solve this issue in a simple way?
Could you please share me the page URL from your site where it is displaying so that i can help you to hideĀ it?
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: 500px) { #page-container .sh-text-block { margin: 0px 10px 15px 10px } }
Solution for this topic
You can resolveĀ that issue 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
#timeline-c3a04f272ffbb45c7449c2e621e9f094 .sh-timeline-item:nth-child(2) .sh-timeline-date { left: -115% !important; }