Forum Replies Created
-
AuthorPosts
-
Pratik
ParticipantHi @ahernhouse,
These alterations can be done in free version, but upgrading to Pro version will grant you many features. Checkout the features here: https://catchthemes.com/theme-instructions/clean-education-pro/
1. Please wait a few hours, there seems to be a bug in the theme. We will be releasing an update by today.
2. Try following code in Appearance=> Customize=> Additional CSS box:
/* Code for search button bg */ button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus { background-color: #000000; border: 2px solid #000000; } /* Code for search text field bg */ input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea { border: 1px solid #000000; } /* Code for footer bg */ #colophon { background-color: #000000; }You can change the valuse of #000000 to any other colors too.
Regards,
PratikPratik
ParticipantHi @malni,
Size for featured content in 400px by 255px. But if you use same image size for all pages, then there should not be any problem.
Regards,
PratikPratik
ParticipantHi @malni,
For that, you will need to make modifications via child theme. First, make a child theme. Instructions for that is here: https://catchthemes.com/blog/create-child-theme-wordpress/.
After that, let me know and I will provide you with code for moving header image to top. Also, please post in your site url.
Regards,
PratikPratik
ParticipantHi @lewisjm,
Try following code:
/* Secondary Menu */ #access-secondary { background-color: #fff; } /* Footer Color */ #access-footer { background: none #fff; }Just use any colors in place of hex colors.
Regards,
PratikPratik
ParticipantHi @bluesboy80,
I am sorry but what you want is not possible, because this is a full width background slider. You will need to use other slider plugin or a different theme.
Regards,
PratikPratik
ParticipantHi @Paul,
Can you post in your site url? Also, please clear your cache and try reloading the site.
Regards,
PratikPratik
ParticipantHi @DarthLuda,
For that, you will need to make modifications via child theme. First, make a child theme. Instructions for that is here: https://catchthemes.com/blog/create-child-theme-wordpress/.
After that, let me know and I will provide you with code for moving header image to top. Also, please post in your site url.
Regards,
PratikPratik
ParticipantHi @aruaza,
Please ignore my previous post. I can see what you mean now.
It looks like a plugin conflict. Can you try these methods: https://catchthemes.com/wordpress-tutorials/how-to-check-for-plugin-conflicts-with-our-themes/.Let me know how it goes.
Regards,
PratikPratik
ParticipantHi @Hans-Rudplf,
Free version of theme is not WPML ready. You need to use Pro version.
Regards,
PratikPratik
ParticipantHi @aruaza,
I checked your site and I cannot see the Continue Reading. Can you take a screenshot and share it via dropbox, google drive or any other media?
Regards,
PratikPratik
ParticipantHi @Nijn,
I checked your site and the mobile menu is loading fine. Check Screenshot: http://nimb.ws/5NSIZT.
Regards,
PratikPratik
ParticipantOk, for that, just remove
divfrom previous code. It will look like:.blog #content .entry-meta { display: none; }Pratik
ParticipantHi @bluesboy80,
I am glad it worked. If you liked our theme and support, please leave us a review at https://wordpress.org/themes/clean-business/.
Regards,
PratikPratik
ParticipantTry following code:
.blog #content div.entry-meta { display: none; }Pratik
ParticipantHi @bluesboy80,
Please use following code in Appearance=> Customize=> Additional CSS box
#slideshow .readmore { display: none; }Regards,
PratikPratik
ParticipantHi @wouwonline,
Try following code:#header-content { padding-bottom: 0px; }Increase 0px it you want some space.
Regards,
PratikPratik
ParticipantHi @flp2001,
I am glad it worked out. If you liked our theme and support, please leave us a review at https://wordpress.org/support/theme/full-frame/reviews/#new-post.
Regards,
PratikFebruary 15, 2017 at 2:01 pm in reply to: Author name and link not displaying at posts of the front page loop #109778Pratik
ParticipantHi @RossanaGB,
Ah, then can you try adding another author with a post. When there is only one valid user, author is usually hidden.
Let me know the outcome.
Regards,
PratikFebruary 15, 2017 at 1:58 pm in reply to: Article which doesn't appear on the blog page like others #109776Pratik
ParticipantHi @alcarez.fan,
I am glad it worked out. If you liked our theme and support, please leave us a review here: https://wordpress.org/support/theme/clean-box/reviews/#new-post.
Regards,
Pratik -
AuthorPosts
