Bryan
Bryan
About
- Username
- Bryan
- Joined
- Visits
- 2,506
- Last Active
- Roles
- Moderator
Comments
-
Hi,There is no way to have it expanded automatically or change the icon, to make it more visible and change the color use this css:@media only screen and (max-width: 767px){ #Top_bar #menu ul li.submenu .menu-toggle { opacity:1 !important; color:r…
-
Hi,Is this booking reservation system a plugin? We do not support any third party plugins in our theme. Sorry
-
HI,Please watch this videohttps://www.youtube.com/watch?v=5PZD7WAhkg0 thanks
-
Hi,In WordPress dashboard, please navigate to WooCommerce > Settings > Products > Display > uncheck on the Product Image Gallery > Save changes This should fix your problemthanks
-
Hi,Please send us a link to your page, we will write you some css to remove that.thanks
-
Hi,Every color can be changed in the theme options>colorsIf you selected a custom color skin you will be not able to change colors.thanks
-
Hi,Go to theme options>header&subheader>extras and select the top bar right to display.Let us know if this helps.thanks
-
Hey, you cannot control it with theme options, only custom css will do the job. We can write you some, but you will have to send us a link to your page and tell us what do you want to achieve.thanks
-
I'm sorry but I cannot find this class name anywhere. Where did you add it? Just edit the section where this button is located and in the edit add a custom class. There is a field for that.
-
Yes there is, add this to your custom css.wpcf7-submit {box-shadow:none !important}
-
Hi,Please send a link to the page with this list so we can check it on our own.thanks
-
Without the link we cannot tell you what to change, there are too many possibilities.Please send us a link when your website is online.
-
This is a shortcode, please go HERE to read more about using it.
-
We checked and there is an error. Please try to uninstall the plugin completely and try installing it again. If this does not help send us the wordpress dashboard and FTP access thru the contact form located here: http://themeforest.net/user/muffing…
-
Hi,use this css #text-4 a { display:block; }
-
use this css to hide the titles .masonry-hover-wrapper .desc-inner { display:none !important; } I could not find the other thing to hide on your website, where is it exacly?
-
You could have increased in on your own but your hosting provider is lowering it down anyway or he is using suhosin script. Please contact your hosting provider and let him know to change the vaule.
-
To create a mega menu on your website you have to add Custom Links to your menu. Make sure that you are in appearance/menus tab before you start. Navigate left where you can see the custom links tab. When you click on it, it will show two fields, ty…
-
Hi,This is what we can do for you, use this custom css.variations_form .variations td { width:100% !important; }
-
Hi,Use this custom css.sidebar .product-categories { padding-left:0 !important; } .aside_left .widget-area { border-right:0 !important; }
-
Hi,The easy fix i to use this css.alert_icon i::before { display:none !important; } But please first check your code, because we think that this is occurring because there are some errors. You can see random characters appearing at the bottom of …
-
Hi,The footer icons appear on their own, you can control them in theme options>social.There is no widget for displaying social icons.thanks
-
Hi,Please send us a link to your page. We will write you some cssthanks
-
Hey, please be so kind and send us WordPress dashboard access privately thru contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Please don’t forget to let us know wh…
-
Hi,Could you please send us a link to the page where you added this video?Also, a screenshot would be nice pointing us directly to the zoombox.thanks
-
Hi,Please use this custom css body:not(.template-slider) #Header_wrapper { background-size: cover !important; } Thanks
-
Hi,This is not possible with theme options. You would have to use the child theme and modify the search.php file and CSS.thanks
-
Hi,We checked your website and the revolution slider works as it supposed to be working. There is no option for windows phone. Sorry but we cannot help you with this, did you try the rev slider support?thanks
-
Hi,You have to edit the shop page and scroll down below the muffin builder where you will find sitebar options. This setting will append to the shop, categories and product page.thanks
-
Hi,The only way of doing that is to use the custom css bellow but the search icon will be the last element. #Top_bar .logo { float: right !important; }