Forum Replies Created
-
AuthorPosts
-
Skandha
Participant@barb: 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@vraba: 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/parallax-frame/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@kurtvindu-dk: Go to = Appearance => Customize => Additiona CSS and add the following CSS Code.
.nav-primary { background:#49a32c; } .nav-primary a { color:#fff; }Let me know if this solves your issue.
Regards,
SkandhaSkandha
Participant@hanmedia: This is because of the following code you have inserted as Additional CSS.
#masthead { display:none; }Replace the above CSS Code by the following.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.@media screen and (min-width:991px) { #masthead { display:none; } }Let me know if this works out.
Regards,
SkandhaSkandha
Participant@random2k4: Glad you were able to solve the issue.
Regards,
SkandhaSkandha
Participant@hjamaa: Do you mean to insert the slider page link to the buttons when the slider1, slider 2 buttons are clicked?
Regards,
SkandhaSkandha
Participant@thetravelgal: If you want to remove the “View full size” button
Go to => Appearance => Customize => Additional CSS add the following CSS Code.
.jp-carousel-image-download { display:none !important; }Let me know if works out.
Regards,
SkandhaSkandha
Participant@kurtvindu-dk: Please post in your site URL so that I can provide you the necessary CSS Code.
Regards,
SkandhaSkandha
Participant@dotneil: Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
#feature-slider .entry-container { display:none; } .cycle-pager { display:none; }There seems to be an issue with the Feature Slider in IE 11. I will look for a solution and get back to you.
Let me know if the CSS Code works.
Regards,
SkandhaSkandha
Participant@metsis: 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/clean-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@mhutabarat: To remove only date and keep the title.
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#featured-content-section .entry-date.published { display:none; }Please post in your site URL.
Let me know if it works out.
Regards,
SkandhaSkandha
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,
Skandha -
AuthorPosts
