Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,885
- Last Active
- Roles
- Administrator
Comments
-
Looks like you are using old theme version and if you want to get all new options, you should update theme. However, what we are talking about is Muffin Builder ITEM, not PORTFOLIO page. There is a big difference between Muffin Builder items and por…
-
We can give you css to make the sliding top open but it would overlay theme of course.
-
Hi, please send us url to page where you used Placeholder so we can have a look on it. We are sure that it works because we already checked this on our side.
-
Hi, 1. This can be done with #Wrapper { border-top: none !important; } 2. This is not possible because you set huge phone number in Action Bar while the logo is not the part of that section. 3. This can be done under Theme options > Menu &…
-
Hi Cheri, please show us on screenshot what exactly you want to do so we can have a look on it. We would like to avoid confuse as we are not sure about what you mean. Thanks!
-
@epimazzo When you add Offer item, image should be uploaded with Featured Image option which is on the right hand side.
-
Yes, you're right but there is no simple workaround for this unfortunately.
-
It depends if you use blog page or blog item. If it's blog page, then content is stored in includes/content-post.php file, but if it's item, then you should look under functions/theme-shortcodes.php file where all items are. Please also notice that …
-
You're welcome!
-
Thanks for the explanation. We got it now. Your plugin is adding local styles and that's why it does not work as should. However, below css will do the trick:body.woocommerce ul.products.col-4 li.product { clear: none !important; }
-
You're welcome :)
-
Hey, we did checked your site and the css you used won't work properly. It's completely wrong what you did and such css won't never work in FF. The solution you found can be used for :before and :after elements only what you can read about on http:…
-
Hi Jonas, this is body background color and you can change it under Theme options > Colors > General section. Thanks!
-
@epimazzo Ohh, ok. We got it now. So you basically want to make 2 clicks on mobile devices. First one activate hover effect but the second goes to the link. However, this is what most of customers do not like. We'll add your suggestion on our "…
-
Sure, we always listen our customers and we notice ideas on our "to do" list but at this moment we can not give you any estimated time when such features can be included as current list got hundreds of positions. You leave so many suggesti…
-
Sure, we'll.
-
Thanks for the detailed explanation. We did checked what you want to do but this requires theme files customization. This can not be done with custom css unfortunately. Thanks for understanding!
-
Gallery can be created only the way we explained above. If you want to use categories, then you should use Portfolio feature instead.
-
That can be done in theme files unfortunately because this word comes with date.
-
You're welcome ;)
-
Hi, to change background color of responsive menu, please use below css:#Top_bar #menu { background-color: #000 !important; }
-
You're welcome ;)
-
Hi, above css is nearly fine. Just important declaration is wrong as the proper css should be:.infobox { padding: 0 0 0 0 !important; }
-
You're welcome :)
-
Hi Greg, those links can be removed only with custom css:.image_frame .image_wrapper .image_links, .portfolio_group.masonry-hover .portfolio-item .masonry-hover-wrapper .hover-desc { display: none !important; } If you want to modify them, then you…
-
Hi, you can hide the logo and top bar on mobile devices with below css:@media only screen and (max-width: 767px) { #Top_bar .logo { display: none !important; } #Top_bar .top_bar_left { margin-top: 0 !important; } }
-
Hi, it's background image that we set under Theme options > Custom CSS & JS > Custom CSS section with below css:.home { background: rgba(0, 0, 0, 0) url("http://betheme.muffingroupsc.netdna-cdn.com/be/zoo/wp-content/uploads/2015/…
-
You're welcome ;)
-
Hi, you can remove subheader under Theme options > Header & Subheader > Subheader section. Thanks!
-
Hi, to make the submenu transparent, please use below css:#Top_bar .menu > li ul { background-color: transparent !important; } However, it is not possible to make this menu transparent on mobile devices as it requires theme files customization.