Forum Replies Created
-
AuthorPosts
-
May 26, 2020 at 5:14 am in reply to: Changing Accent colors (Lines, separators, hover links etc) Without Pro. #247923
Skandha
Participant@jordanharedesign: Hello Jordon,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.mark, ins, .contact-details a:hover .contact-details-icon-wrapper, .contact-details a:focus .contact-details-icon-wrapper, .social-floating-navigation:not(.hide-label) .social-navigation li + li a:after { background-color: #f23456 !important; } a:focus, a:hover, .site-title a:hover, .site-title a:focus, #feature-slider-section .owl-dot:hover, #feature-slider-section .owl-dot:focus, #feature-slider-section .owl-dot.active, #feature-slider-section .owl-prev:hover, #feature-slider-section .owl-prev:focus, #feature-slider-section .owl-next:hover, #feature-slider-section .owl-next:focus, #feature-slider-section .entry-container a:hover, #feature-slider-section .entry-container a:focus, .menu-toggle:hover, .menu-toggle:focus, .dropdown-toggle:hover, .dropdown-toggle:focus, .search-submit:hover, .search-submit:focus, .entry-meta a:hover, .entry-meta a:focus, #testimonial-content-section .entry-meta a:hover, #testimonial-content-section .entry-meta a:focus, #feature-slider-section .entry-meta .cat-links a:hover, #feature-slider-section .entry-meta .cat-links a:focus, .main-navigation ul :hover > a .main-navigation ul :hover > a, .main-navigation ul .focus > a, .main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .social-navigation a:hover, .social-navigation a:focus, .site-header-cart .cart-contents:hover, .site-header-cart .cart-contents:focus, .site-navigation .current-menu-item > a, .site-navigation .current-menu-ancestor > a, .navigation-classic.absolute-header .main-navigation ul ul :hover > a, .navigation-classic.absolute-header .main-navigation ul ul .focus > a, .contact-details li .contact-details-label, .contact-info-details li a:hover, .contact-info-details li a:focus, .post-navigation a:hover .post-title, .post-navigation a:focus .post-title, .section-title a:hover, .section-title a:focus, .entry-title a:hover, .entry-title a:focus, #stats-section .entry-title, #stats-section .entry-title a, #testimonial-content-section .owl-prev:hover, #testimonial-content-section .owl-prev:focus, #testimonial-content-section .owl-next:hover, #testimonial-content-section .owl-next:focus, #testimonial-content-section .section-content-wrapper:before, .portfolio-content-wrapper .entry-title a:hover, .portfolio-content-wrapper .entry-title a:focus, blockquote:before, .entry-breadcrumbs .sep, .woocommerce .woocommerce-breadcrumb .sep { color: #f23456 !important; }You can change the color according to your choice.
Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@mchan1970: Hello there,
The default images used in the theme are licensed under Creative Commons Zero (CC0) license. So you can use the images on your site.Kind Regards,
SkandhaSkandha
Participant@eightbitgoggles: Hello there,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code..custom-header { display: flex !important; overflow: hidden; height: 100vh !important; } video { height: auto !important; }Let me know if now the Header Video looks consistent on all the browsers.
Kind Regards,
SkandhaSkandha
Participant@marketingaerial: Hello Michelle,
I have not able to see the image, I get another when I click on the link which says This image was hotlinked. Can you upload the image to platforms like Dropbox or Google Drive and paste the link here?Kind Regards,
SkandhaSkandha
Participant@jordi-fraxanet: Hello there,
To remove the footer
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.#colophon { display: none; }For the second issue I will need to look into your site to debug the issue. I will contact you shortly by email.
Let me know if this helps you out!
Kind Regards,
SkandhaMay 26, 2020 at 12:16 am in reply to: Menu Font Color changes from white to red if i am inside a post #247898Skandha
Participant@five-birds: Let me know if you have anymore issues. Have a good day! 🙂
Kind Regards,
SkandhaSkandha
Participant@mehmet: 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/plugin/hide-archive-label/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! 🙂Kind Regards,
SkandhaSkandha
Participant@gabrielux: Hello there,
Please check the themes in this link.Kind Regards,
SkandhaSkandha
Participant@mariannegarabed: Hello Marianne,
I had sent you an email. Please check your Spam folder as well. I will send it again if you have not received my email.Kind Regards,
SkandhaMay 25, 2020 at 6:04 am in reply to: Menu Font Color changes from white to red if i am inside a post #247819Skandha
Participant@five-birds: Hello Dirk,
I was trying to look into the breadcrumb issue. Can you please activate Catch Breadcrumb plugin so that I can look into the issue?Kind Regards,
SkandhaSkandha
Participant@brokenskeleton: Hello Chris,
The fonts has added to the theme and the theme update should be released by tomorrow.Kind Regards,
SkandhaSkandha
Participant@jordi-fraxanet: Hello there,
1. Use the following code instead of the code you are using..home #content { display: none; }2. Have you created any posts?
Go to => Dashboard => Post => Add New => Add your posts here.
These posts will show up on your blog page.Let me know if this works out!
Kind Regards,
SkandhaSkandha
Participant@n-bely: Hello Nick,
Can you let me know which version of the theme you are using? Also can you try deactivating all your plugins and see if the issue gets resolved?Let me know if the issue persists!
Kind Regards,
SkandhaSkandha
Participant@rizkadarmawan: Hello there,
Please post in your site url so that I can look into the issue.Kind Regards,
SkandhaSkandha
Participant@nirmalavidyaamruta: Hello Radoslaw,
I will need to look into your site to debug the issue. I will contact you shortly through email.Kind Regards,
SkandhaSkandha
Participant@ville123: Hello there,
For services:
Go to => Child theme folder => create folders template-parts/services => Under services folder create a file content-image.php and add the code in this link.Likewise for Why Choose Us:
Go to => Child theme folder => create folders template-parts/why-choose-us => Under why-choose-us folder create a file content-image.php and add the code in this link.The path to the content-image.php files in both parent and child theme should be the same otherwise the changes won’t show up on your site.
Let me know if this works out!.
Kind Regards,
SkandhaSkandha
Participant@marebos: Hello Mare,
You can put up to 20 slides in the slider. It is strange how all your customizer settings is retained except for the slider. I tried checking the issue at my end but I didn’t get the issue. Let me know if the same thing happens when you update your theme again.Kind Regards,
SkandhaSkandha
Participant@marketingaerial: Hello there,
I checked your site and the mobile menu seems to be working fine. Can you please attach me a screenshot so that I can look into the issue?Kind Regards,
SkandhaSkandha
Participant@topspidercanada: Hello there,
I don’t see a slider on your site. If you are having trouble with the slider please follow the instructions in this link.Let me know if you are still having issues.
Kind Regards,
Skandha -
AuthorPosts
