Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,869
- Last Active
- Roles
- Administrator
Comments
-
Hi, please send us link to page where you got this line and would like to change it so we can have a look on it. Thanks!
-
To alter the height of images, you need to modify functions/theme-functions.php file where add_image_size() functions are. That's the only place where sizes can be changed. The css you pasted above is what we were thinking about and that's why we a…
-
Hi, yes, it is possible. You can do this with the following css:@media only screen and (max-width: 767px) { #Top_bar #menu ul li ul { display: block !important; } }
-
You are welcome! :)
-
Hi, to increase font size of fancy links, you need to use an extra css:a.mfn-link { font-size: 20px !important; }
-
Ok, thanks. So to remove those rounded corners, you need to use:#Wrapper { border-radius: 0 !important; }
-
You are welcome! :)
-
Hi, there is no need to use script tags inside Custom JS field. Inside this field, you supposed to use just JS, like:jQuery(function($){ alert('Hello'); });
-
Great!
-
Hey, all details about setting up static styles, you can find on http://themes.muffingroup.com/betheme/documentation/#static-css Thanks!
-
You are welcome! :)
-
Hi, we are sorry but somehow we missed your message and we really don't know how. We apologize for that. Anyway, we checked your site and if you want css backgrounds to be exactly same size as image, you need to use the following css:.section { bac…
-
You supposed to replace current #FFF color of column with rgba just like we did it on http://pasteboard.co/1ebjzXIr.png
-
Hi, to add text next to menu icon, you need to set the following content for Menu Button | Text under Theme options > Responsive section:<i class="icon-menu"></i> Menu
-
It works but there is no background and that's why menu items are invisible. To set background color for that menu, you need to use the following css:#Top_bar .menu { background: #000 !important; }
-
Great :)
-
You are welcome :)
-
Ok, thanks. So to remove this zoom effect, you need to use the following css:.image_frame .image_wrapper img:not(.ls-l) { transform: scale(1) !important; }
-
You're welcome :)
-
Ok, thanks. So to remove expand button you need to use the following css:div.pp_default .pp_expand { display: none !important; } But it is not possible to change position of close button because this requires files customization.
-
Hi, please send us link to page where you got the menu where you want to remove brackets so we can have a look on it. Thanks!
-
Thanks for suggestion!
-
Hi, 1. Do you mean Subheader or what? Would be great if you can show us what you mean exactly on your site. 2. This requires files customization and is not possible. Thanks!
-
So if the images are cut, you must play with the file and functions we mentioned above. Please notice that 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'…
-
Hey, please send us 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. Thanks :)
-
Please let us know when site would be online then because without seeing your site we don't know how this can be done exactly.
-
Hi, we are sorry but we do not have anything like this included. Thanks!
-
So maybe because you used special characters for sidebar titles what is not allowed?
-
Hi, this can be done with custom css only. If you will send us link to page where you got this item, we will have a look on it and give you the right solution.
-
Without files customization it won't be possible.