As said above this is not best solution and we can only achieve this using CSS code.
No there isn’t any echo php code but there is chunk of code that displays it.
Sorry due to unknown reason I don’t get notifications for your topic here.
This topic is getting lengthy & messy and I don’t get track of what is your issue here so could you please create a new topic for your issue so that we will also get notifications and reply you immediately?
@supporttester It will be theme update and you will be notified here.
@zsolt67 Sorry but I am not sure why I am not getting notifications for your replies posted on your topic.
I will reply to your topic and I suggest you to create new topic if you don’t get any replies instead of posting into others topic.
Hi Kylian
I hope you are well today and thank you for your question.
To achieve this, you have to develop custom code in the child theme of Gillion theme.
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
Best regards,
Shufflehound team
Awesome great to see you got that solved.
Please advise if you have more questions.
Have a fantastic day!
I could confirm the issue on my test site therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
Solution for this topic
Not a best solution but you can try 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 screen and (max-width: 600px) { .blog-slider-item.slick-slide { background-size: contain; background-repeat: no-repeat; } }
The demo displayed larger than the others…and i like that…the thing is in moviles the photo appears incomplete
Please see your following topic for this issue.
https://support.shufflehound.com/forums/topic/movile-navigation-set-up-slider-photos-in-home-page/
It is working fine for me on your shared site.
Please test it clearing your browser cache or using different browser.
To help us keep support thread separates could you please create new thread for each of your other questions instead of asking them in your single 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.
Solution for this topic
You can change its color 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 #respond input#submit { background-color: #848080; color: #fff; }
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
Im using Full Width demo, so in Home Page, appears the last post bigger than the other ones.
Do you mean the first post as shown in the attached screenshot?
It seems you have set that post as featured post therefore it is displaying larger.
Solution for this topic
You can remove it from those pages 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-el_events .sh-titlebar, .single-news .sh-titlebar { display: none; }
You are most welcome here 🙂
You don’t have to do it for every post as it is generic for all posts.
Could you please share me the page URL from your site where it is displaying so that I can help you to achieve it?
Hi @dianazahe,
Thank you for your question.
Could you please share me your site URL where it’s happening so that I can troubleshoot it?
Best regards,
Shufflehound team
Hi @dianazahe,
Thank you for your question.
You can try achieving this using Yellow Pencil editor in responsive mode as described in the following page.
https://support.shufflehound.com/how-to-change-almost-any-element/
Best regards,
Shufflehound team