Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,935
- Last Active
- Roles
- Administrator
Comments
-
Hi, please send us link to page where this happens so we can have a look on it.
-
Hi Roman, you probably need to look for a plugin because we do not have any solution to make it not readable. But to be honest we did never tested anything similar and we don't know what might be the best possible solution.
-
Ok, thanks. So to the color of subheader bottom line and set up the same for the top, you need to use the following css:#Subheader { border-bottom: 2px solid #000 !important; } #Top_bar { background-image: none !important; border-bottom: 2px solid #…
-
You are welcome ;)
-
We don't think so that you would be able to create exactly the same one. We suggest you to check on our demo what items we got included and see if you would be able to create something similar looking. But for sure, you won't be able to create same …
-
No problem!
-
Can you share with us your solution then?
-
Ok, got it. So the only way to update default construction page is under-construction.php file. This page can not be edited thru Muffin Builder.
-
You're welcome ;)
-
@alfguiza Please send us link to page where you got table where you would like to highlight only the first line and we will see if it's possible.
-
Hi, please send us link to page where this happens.
-
Hi, we are sorry but we do not have an option to display slider revolution in header just like it works on your home page but we will consider it while future updates of course. Thanks!
-
Hi Eric, first, you need to set custom class name for that button or just class name for the section where this button is and only then it would be possible to change it's color individually.
-
Hi, we do not have psd files of all demos. If you will pick up few of them and you will send us request privately, we will see if we got the psd files you need. Thanks!
-
Hi, as far as we know, VC plugin does not have such option to align texts vertically. Thanks!
-
Yes, the option is global and we do not have any option to adjust the size in mobile devices only unfortunately.
-
Hi Pedro, we are sorry but we do not have an option to replace magnifying glass with the text. This requires files customization. Thanks!
-
You're welcome!
-
Hi Ravi, we are sorry but this JS can not be eliminated because many options and theme features would stop to work.
-
Ok, thanks. As we can see, the video link you used does not exist. Just try to open the following file: http://www.youtube.com/embed/YsfCu26Nh Q?wmode=opaque and you will see that such video doesn't exist.
-
But as you can see on http://pasteboard.co/1eovRUCf.png, the footer exist.
-
Hi Peter, we are sorry but it's not true that [sitemap] is standard wp shortcode. It's plugin which has never been tested by us and we don't know what might be wrong exactly.
-
You need to find function responsible for Clients item. The function would be called clients of course. Sorry but except that we can not give you anything else because in reference to Item Support Policy, files customization are not included.
-
Hi, what you presented above are typical Magazine sites. We are sorry but we do not have any similar pre-built demos included because BeTheme is not a typical magazine theme. Thanks!
-
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; }