Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,883
- Last Active
- Roles
- Administrator
Comments
-
Sure. You can use something like below:@media only screen and (max-width: 767px) { #Top_bar .menu > li#menu-item-xxx { display: none !important; } } where xxx is menu id. More details about @media rules you can find on http://www.w3schools.c…
-
You're welcome! :)
-
You are welcome ;)
-
Hi, to get the header below slider, you need to set Below Slider header style under Theme options > Header & Subheader > Header section. Thanks!
-
http://forum.muffingroup.com/betheme/discussion/2783/important-learn-how-to-send-private-message#latest
-
You are welcome ;)
-
Hi, we got it in plans but it's not ready yet. We are planning to make section where all demos would be and next to each demo, all images that we bought would be listed. However, at this moment, you can provide the link/s to images and we will try …
-
Hi, the images you send above, does not work. To send us images, we suggest to use http://pasteboard.co/ Also, with those images, please send us link to page that concerns your question and images.
-
Hi, please show us on screenshot what exactly you want to achieve.
-
Even with custom css.
-
You are using transparent header style and this is how it looks like exactly. This is the whole sense of being transparent. So if you don't like how transparent header works, you should use different header type because we do not have other solution…
-
We noticed that with css it won't be possible because you need to use different header type for that kind of pages. In this case, we suggest to use layouts configurator instead.
-
Any link to page?
-
Hi, we are sorry but we do not have anything like that so far but we may consider this while future updates. Thanks!
-
What is your theme version? Because it doesn't look like a new one.
-
Then you need to do it manually or if you want, we can give you custom css for all posts if you want. But we need link to example page where such image is.
-
Please check Appearance > System Status where some requirements are.
-
Ok, we see what you mean now but such things just sometimes happens with rev slider. As theme author, we do not have any impact on it. What we can do is pass this issue to plugin's author and that's it and they may consider this while future updates.
-
As far as we know, these people were able to fix it by increasing max_input_vars variable on server side what we already told you above, so yes, you are the only one for whom our suggestions does not work. Second, maybe you can explain what kind of…
-
Hi, to remove those counters, you need to use extra css:.Recent_posts ul li .photo .c { display: none !important; }
-
You are welcome ;)
-
You can remove those details with the following css:.post-meta .category { display: none !important; }
-
You are welcome!
-
Hi, please turn off Nice Scroll effect under Theme options > Addons & Plugins > Addons section and then check.
-
Hi, it's because of your logo. To remove the logo completely, you need to use extra css:#Header_creative #Top_bar .logo { display: none !important; }
-
Hi, yes, it is possible. For section you need to set both (background image and color) and under Theme options > Responsive you must set an option to display background images on desktop only. After that, you will get what you need. Thanks!
-
Hi, you can change it's style under Theme options > Header & Subheader > Header section where Attachment option is. Thanks!
-
Hi, sliders does not never import with demo because it's external plugin. That's why, slider must be imported manually. More details about it you can find on http://forum.muffingroup.com/betheme/discussion/15/how-to-import-revolution-slider-into-be…
-
This is exactly the color you can under Muffin Options panel what you can see on http://pasteboard.co/1fBHI1XT.png - if you don't want it to be white, you should change it's color under theme options or use extra css for fancy heading only:.fancy_he…
-
Ok. So to change this green color on that page only, you need to use css:.page-id-5730 #Top_bar #menu { background-color: #000 !important; } .page-id-5730 #Header a.responsive-menu-toggle:hover { color: #000 !important; } @media only screen and (max…