Forum Replies Created
- AuthorPosts
- February 15, 2019 at 12:19 pm in reply to: Fashe Theme No add to cart button or product descriptions #208398
Hello,
Thanks for that information.
Could you please check to ensure that you do not have any new code added to Shopify from a previous theme? As it could be the cause of this issue.
Best Regards,
SupportHello,
I hope you are doing well today.
This is a guess for the solution since we cannot inspect the page but you can try to use the following CSS code to change the font size by going to Appearance > Customize > Additional CSS and pasting it there.
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 15px; }
Best Regards,
SupportHello,
I hope you are doing well today.
Here are a list of our free theme options that would be helpful here:
https://colorlib.com/wp/themes/sparkling/
https://colorlib.com/wp/themes/travelify/
https://colorlib.com/wp/themes/dazzling/Best Regards,
SupportHello,
I hope you are doing well today.
Please try clearing the browser cache then go to Dashboard > Updates and ensure that you have installed all pending updates available there.
Best Regards,
SupportFebruary 14, 2019 at 12:31 pm in reply to: Fashe Theme No add to cart button or product descriptions #208272Hello,
I hope you are doing well today.
I am sorry for the inconvenience caused here but could you add a link to the page so that we can have a look at this issue?
Best Regards,
SupportHello,
I am sorry for the inconvenience caused here.
Could you please provide a link to your website so that I can inspect it?
Best Regards,
SupportHello,
I hope you are doing well today and I am sorry for the inconvenience caused here.
The demo does not have a link assigned to it so the template would function differently once there are links added to each menu option.
Best Regards,
SupportHello,
I hope you are doing well today.
Could you please provide a link to your website so that I can inspect it?
In the meantime please try clearing the browser cache then reload the page to see if that helps any.Best Regards,
SupportHello,
I hope you are doing well today.
In order to add the drop down list to the site, you would need to enlist the aid of a third party developer to implement the changes to the code, one of which you can find here:
https://colorlib.com/out/envatostudioBest Regards,
SupportHello,
If you want to change the text then go to Appearance > Editor > template-parts > footer > copyright.php.
Now, before changing the copyright, you would need to have a license for the theme. You can purchase one here:
https://colorlib.com/wp/licence/Best Regards,
SupportHello,
This CSS would help:
@media only screen and (max-width: 900px) { .image-bg h1 { color: #00204a; font-size: 40px; padding-bottom: 15px; } }
Best Regards,
SupportHello,
That would require more changes to be made to the theme. You would need to enlist the aid of a third party developer to add the new map code to the Javascript, one of which you can find here:
https://colorlib.com/out/envatostudioBest Regards,
SupportHello,
I hope you are doing well today.
You can use the following CSS code to remove the search icon by going to Appearance > Customize > Additional CSS and pasting it there.
/*Remove Search Icon*/ .module.widget-handle.search-widget-handle.hidden-xs.hidden-sm { display: none; }
Best Regards,
SupportHello,
For the parallax widget, you can try the same but since we cannot view the page we are limited in the CSS we can provide here.
Best Regards,
SupportHello,
I hope you are doing well today.
You would have to go to Appearance > Editor > Footer and edit the footer to include your email in the footer copyright.
Best Regards,
Support - AuthorPosts