Forum Replies Created
-
AuthorPosts
-
Skandha
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,
SkandhaSkandha
Participant@swimbrest: 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/nepalbuzz/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@guy-shachar76gmail-com: 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/higher-education/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@swimbrest: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#per-slide-template { display:none; } #feature-slider { position:relative; top:81px; }Let me know if this solves your issue.
Regards,
SkandhaMarch 29, 2018 at 4:20 am in reply to: How to remove the white edge on the right and left side in mobile version? #134281Skandha
Participant@benjo3: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#main article { padding:0 !important; }Let me know if this solves your issue.
Regards,
SkandhaSkandha
Participant@hollyehrocketmail-com: Your post regarding regarding “site key error” has been replied in that thread.
Let me know if you have anymore issues.
Regards,
SkandhaMarch 29, 2018 at 3:54 am in reply to: Fotografie Font – Darken the font in the body of the posts #134279Skandha
Participant@mowatson4: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.entry-summary { font-weight:bold; }Let me know if this solves your issue.
Regards,
SkandhaSkandha
Participant@violetdeb: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
.promotion-button.roll-button.more-button { margin-top:10px !important; } #promotion-message .left { width:75%; }Let me know if this solves you issue.
Regards,
Skandha -
AuthorPosts
