Forum Replies Created
-
AuthorPosts
-
ProDesigns
KeymasterHi @Louis Colasanti
Please go to Appearance >> Customize >> WooCommerce >> Product Images and change product image size as per your requirement.
Thank you.
ProDesigns
KeymasterHi @Kartikey Gupta
It looks like you have added Custom CSS to the theme. One of the examples of custom CSS you have added is given below
#home-page-widget-area .widget { margin: 0; padding: 80px 0; }
You can change your CSS as per width of device using media screen like.
@media screen and (max-width: 1240px){ #home-page-widget-area .widget { margin: 0; padding: 50px 0; } }
Please take reference of above code and add responsive CSS as per your requirement.
Thank you.
ProDesigns
KeymasterHi @Louis Colasanti
You can upload images that have equal height and width to avoid this issue.
Thank you.
ProDesigns
KeymasterHi @Louis Colasanti
Please go to Appearance >> Customize >> Additional CSS and add following CSS
.single .entry-summary .price span.woocommerce-Price-amount.amount { color: #990000; }
Feel free to contact us if you need further help.
Thank you.
ProDesigns
KeymasterHi @ketan,
It looks like you have changed the theme.
ProDesigns
KeymasterHi @cpezu,
You can find BP: Services widget at includes/widgets/widgets.php
Thank you.
May 25, 2018 at 6:17 am in reply to: How to make header and menu fixed in Business Era – 1.1.3? #1926ProDesigns
KeymasterHi @allisontavora
I am sorry, there is no option to make header or menu fixed in this theme.
ProDesigns
KeymasterHi @Jenniferpetrini
Please provide us your site URL.
ProDesigns
KeymasterHi @Louis Colasanti
Happy to help you. Will you please manage your few minutes to help us too?
Please open this link and drop few lines of feedback with star rating.
We hope you will accept our request.
Thank you.
ProDesigns
KeymasterHi @Angieb,
Can you please provide us your site URL?
Please provide us screenshot of widget you have added on backend too.
Thank you.
ProDesigns
KeymasterHi @Brian,
Please go to Appearance >> Customize >> Additional CSS and add following CSS to hide title for pages.
.page header.entry-header { display: none; }
ProDesigns
KeymasterHi @Brian,
Please go to Appearance >> Customize >> Additional CSS and add following CSS to make footer background white and text color dark.
#colophon { background-color: #fff; border-top: 1px solid #ccc; color: #777777; }
ProDesigns
KeymasterHi @dmd,
There is no option to make search form full-width.
We are sorry for it.
Thank you.
ProDesigns
KeymasterHi @Damske-Naramky.cz
Please make sure you have selected full-size image for background used for CTA section.
Please check this screenshot: https://prnt.sc/jlxddf
This will solve your issue.
Thank you.
ProDesigns
KeymasterHi @Louis Colasanti
You can change the title of the page as per your requirement.
In menu, you can edit title and make it Home only.
Thank you.
-
AuthorPosts