- This topic has 3 replies, 2 voices, and was last updated 3 years, 5 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Hi,
I have a few unresolved issues at http://www.frohlichart.cz:
1. There are 3 posts on the BLOG page:
– the oldest – everything is OK
– middle – it is not possible to add comments, why?
– the youngest – the Gallery was automatically added to the post, why?
2. In the slider on the HOME page – how / where can I edit the button on the photos? I want to change the position of the button and change the color (full color rectangle, font color and rectangle).
Thank you very much for your help.
Alex
Him
1. You probably have disabled comments on that post, please read this – https://www.webnots.com/enable-or-disable-comments-for-posts-and-pages-in-wordpress/ also, a gallery on the “youngest” post is added via 3rd party plugin and we can’t help you with that.
2. Navigate to Appearance > Customize > Additional CSS and add this code:
.slider-read-more a {
background-color: #fff;
border-color: #fff;
color: #222 !important;
}
You can change colors editing this code, there is no customizer option for that. The button color is inherited from the Accent color.
Kind Regards
Thank you very much!
You are welcome!