Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@swimbrest: Please post in you site URL.
Regards,
SkandhaSkandha
Participant@metsis: You can switch to the parent theme and copy the additional css and then bring it to the child theme.
Let me know if this solves your issue.
Regards,
SkandhaSkandha
Participant@toddautinw: Hello there, I hope I was able to resolve your issue. If it’s not too much trouble, I have a quick request: could you please leave an honest review?
https://wordpress.org/support/theme/catch-responsive/reviews/#new-post
Your review will help others know what to expect when they’re looking for the support I offer. Even a sentence or two would be hugely appreciated. Thanks, and if there’s anything else at all that I can do to help,
don’t hesitate to let me know. Have a good day.Regards,
SkandhaSkandha
Participant@miekoyo: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.scrollup { display:none !important; }
Let me know if this solves your issue.
Regards,
SkandhaApril 1, 2018 at 9:50 am in reply to: Change Main Top Menu & Hover Colors & Scroll Up Arrow Change Colour #135592Skandha
Participant@richsteer: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
Make header transparent only on the homepage
.home .site-header { background:none !important; } .home .site-header.is-sticky { background:#131787 !important; }
To change the color of MENU button in mobile view
#menu-toggle:hover, #menu-toggle:focus { color:#ffa100; }
To remove -(hyphens) used to break words
.entry-content { hyphens:none; }
Let me know if this works out.
Regards,
SkandhaSkandha
Participant@vraba: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
To change color of slider arrow to green
#feature-slider .cycle-next:hover, #feature-slider .cycle-prev:hover { background:#27ae60; }
To change color of search icon
#search-toggle:hover { color:#27ae60; } #search-toggle { color:#000; }
Let me know if this solves your issue.
Regards,
SkandhaSkandha
Participant@mhutabarat: I have replied to your issue in the next thread.
Regards,
SkandhaSkandha
Participant@mhutabarat: Go to => Appearance => Customize => Additional CSS and add the following CSS.
.featured-content-wrapper .entry-header { display:none; }
Let me know if this does the trick.
Regards,
SkandhaSkandha
Participant@barb: Please try disabling all your plugins and check if the issue persists.
Let me know if the issue persist.
Regards,
SkandhaSkandha
Participant@vraba: Please post in your site URL so that I can provide you the necessary CSS Code.
Regards,
SkandhaMarch 31, 2018 at 10:00 am in reply to: Change Main Top Menu & Hover Colors & Scroll Up Arrow Change Colour #135568Skandha
Participant@richsteer: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
To change the color of the active page and menu item on hover
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a { color:#ffa100; } .main-navigation li:hover > a, .main-navigation li.focus > a { color:#ffa100; }
To make header transparent and show background only when scrolling down
.site-header { background:none !important; } .site-header.is-sticky { background:#131787 !important; }
To change color of other menu options which are currently white
.main-navigation a { color:#000; }
To change the color of to top button
.backtotop:hover, .backtotop:focus { background-color:#131787; border-color:#131787; } .backtotop { border:2px solid #131787; color:#131787; }
To change color of the text-widget at the bottom
#text-3, #text-3 a { color:#131787; }
It is not possible to change the color of LinkedIn and Twitter logo as it seems you have used a .png image for that purpose.
You can check out the additional-features available in the pro version of the theme and make your decision to upgrade.Let me know if the CSS code work out.
Regards,
SkandhaSkandha
Participant@miekoyo: Can you post in your site URL and elaborate your issue. I don’t think there is a scroll up option in this theme.
Regards,
SkandhaMarch 30, 2018 at 6:28 am in reply to: Feature Slider and others things not working in Clean Business Pro #135509Skandha
Participant@maryw2wdance-com: Please download the pro theme again and make a fresh installation of theme and check if this issue persists.
Let me know if the issue persists.
Regards,
SkandhaSkandha
Participant@frederic: Try disabling all other plugins and check if the issue persists. If the issue gets resolved check for plugin-conflict.
Let me know if the issue persists.
Regards,
SkandhaSkandha
Participant@living-chakim: It is not possible to add an image to the category page as this option is not available. I suggest you to find a suitable plugin from the wordpress plugin repository for this purpose.
To remove “Category:Everything Else”
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..page-title { display:none; }
Let me know if this solves your issue.
Regards,
SkandhaSkandha
Participant@vraba: Yes you can change the color from both free and pro version of the theme but the difference is you can find the option in pro version whereas in free version you will need to add some additional css code. You can check out features available in free version of the themes and the additional-features available in the pro version.
When you upgrade to pro all your customization will be copied to pro except the additional css code. You will need to copy that to the pro version manually. And if you have edited core theme files without creating a child theme even that will get lost.
Let me know if you have anymore issues.
Regards,
SkandhaSkandha
Participant@metsis: Yes when you decrease the size of featured images in the courses slider the height will automatically decrease.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#courses-section .featured-image img { height:120px; }
Let me know if this solves your issue.
Regards,
SkandhaSkandha
Participant@metsis: For this you will need to create a child theme. You can use this plugin if you do not know how to create a child theme.
Go to => Parent theme folder => inc => courses.php and find the function clean_education_courses_display() and copy it.
Go to => Child theme folder => functions.php and paste the code.
Then find the text
data-cycle-next=".content-next"
in the code and paste the following code in the next line.data-cycle-timeout="1000"
Here 1sec=1000, 2sec=200 and likewise. You can set the time according to your requirement.
Let me know if this solves your issue.
Regards,
Skandha -
AuthorPosts