Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,859
- Last Active
- Roles
- Administrator
Comments
-
Hi, to give you right css to do this, you need to send us link to such page first but we didn't get such message unfortunately. So if you can not provide link publicly, please use contact form on the right at https://themeforest.net/user/muffingrou…
-
Hi, what you ask for, requires files customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should contact with your web developer. Thanks!
-
Did you saw such categories on any of our demos? Because we are still not sure if we are thinking about the same.
-
Hi, please 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 what for the acce…
-
Hi, it's content padding and you can disable it under Theme options > Global > Advanced section.
-
Ok, thanks. So to remove Pricing Boxes from mobile devices, you need to use the following css:@media only screen and (max-width: 767px) { .pricing-box { display: none !important; } }
-
You are welcome! :)
-
Hi, as we can see, it does not look good on mobile because you set different background color for Top Bar Right | background option under Theme options > Colors > Header section.
-
Yes, sure. You can change it's color with the following css:#Error_404 .error_pic i { color: #000 !important; }
-
You are welcome!
-
That's definitely weird because the first time we were checking it was the WooCommerce but now it's not there. That's definitely weird. Anyway, to change Archives widget text color as well, please use:.widget_archive select { color: #000 !important…
-
@Webmaster_TT To remove photo from box from fixed navigation, you need to use the following css:.single-post .fixed-nav .photo { display: none !important; }
-
Hi, we are sorry but we completely do not understand what exactly you want to do and how. Thanks!
-
At this moment, there is nothing we can do but we will consider this as an additional option while future updates.
-
Hi, please send us link to page/s where you would like to do above changes first so we can have a look on it and give you best possible solution. Thanks!
-
What does it mean it's not compatible? Which which plugins and what is not compatible exactly? About the VC, this plugin does not belong to us and we didn't tested it with every possible plugin but as we know, it's not compatible with many 3rd party…
-
There is no new files. This is a price update only and it has nothing to do with the real update. Anyway, if everything is fine after disabling 3rd party plugin, it means that this issue has completely nothing to do with the theme and you should c…
-
Please 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 show you where is it. Please don’t forget to let us know what for the access is.
-
Hi, or you can disable transparency for header under Theme options > Global > General section or you can completely change header style under Theme options > Header & Subheader > Header section. Thanks! :)
-
@getonipartners No, you can't do this. If you would like to know how WP gallery works, please visit https://codex.wordpress.org/The_WordPress_Gallery
-
Ok, thanks. As we cam see, there is no enough space in header on smaller devices for all those items and that's why last goes below. So or you need to move last item under sub-menus or you need to use the following css to decrease padding between me…
-
All details about creating such file you can find on https://mediatemple.net/community/products/dv/204643880/how-can-i-create-a-phpinfo.php-page
-
Hey, we are sorry but we do not have any solution to make it possible at this moment but thanks for your suggestion. We will consider this while future updates for sure.
-
It's really pointless to tell us that we have a bugs if you can't even point them. So we would be greatly appreciated, if you can do not say something that is not true and be sure there is nothing to be fixed or update as thousands of users uses mul…
-
You are welcome ;)
-
Hi, to make this button visible, please use the following css:#Error_404 .error_desk p .button { background: #000 !important; }
-
You are welcome! :)
-
To center widget's content, you need to use the following css:#Footer { text-align: center !important; }
-
Looks like you mean to change single post content size and to do this, you need to use the following css:.single-post #Content p { font-size: 20px !important; }
-
Hi, to change content color on just one page, please use:#Content p, #Content h1, #Content h2, #Content h3, #Content h4, #Content h5, #Content h6 { color: #000 !important; }