Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,876
- Last Active
- Roles
- Administrator
Comments
-
No, we can not agree with you unfortunately that this is a bug. You must did something wrong in the code because this function works as supposed to work
-
Hey, main background image can be changed under Theme options > Custom CSS & JS > Custom CSS section where the following css declaration is:.home { background: url(http://betheme.muffingroupsc.netdna-cdn.com/be/zoo/wp-content/uploads/2015…
-
Ok. So to increase logo just like on your screenshot, you need to use the following css:#Top_bar.is-sticky .logo { margin: 0 !important; } #Top_bar.is-sticky #logo { padding: 0 !important; } #Top_bar.is-sticky #logo img:not(.svg) { max-height: 60px …
-
Hi, you can do this with custom css under Theme options > Custom CSS & JS > Custom CSS section.
-
You're welcome!
-
To disable zoom effect on hover and the title overlay, you need to use the following css:.image_frame .image_wrapper img:not(.ls-l) { transform: scale(1) !important; } .if-overlay .image_frame .image_wrapper .image_links.hover-title { display: none …
-
You are welcome ;)
-
All details about theme update you can find on http://themes.muffingroup.com/betheme/documentation/#installation
-
We don't think so that this would be possible with revolution slider as well.
-
You're welcome!
-
Hi Sergio, images are centered already and it is not possible to move them more. Thanks for understanding!
-
You're welcome!
-
Hi, to use different header styles per different pages, you need to use layouts configurator. Thanks!
-
http://forum.muffingroup.com/betheme/discussion/3109/don-t-see-some-options-or-demos-please-update-theme
-
Hi, you need to contact with your admin because something went wrong on server side. Thanks!
-
@hobbes1x1 No, we still do not have this icon included unfortunately. Sorry!
-
As we can see, it works. The text is white now.
-
Hi, we are sorry but such thing is not possible unfortunately. Thanks!
-
Hi Ben, we are sorry but it is not possible to manipulate menu bar width because for menu width is responsible javascript. Thanks!
-
As you can see on https://snag.gy/4I1hpY.jpg you set "Hide on mobile" option for the content and that's why it's hidden on mobile. Also please open your website in Firefox html mode (CTRL+U) and check html errors. Please fix them as well.
-
Hi, we are sorry but it is not possible unfortunately. CSS backgrounds and responsive are simply incompatible. Thanks for understanding!
-
Hi, please update theme files to latest version and all would be fine. Thanks!
-
No, it won't. all settings are stored in database.
-
Hi, to hide post meta (author and date) on single portfolio pages, you need to use extra css:.single-portfolio .post-meta .author-date { display: none !important; }
-
Hi, to set background image for Creative header, you need to use extra css:#Header_creative { background-image: url('path-to-image') !important; }
-
If you want post width to be 100% width, you need to use:.the_content_wrapper { width: 100% !important; }
-
Hi, if you mean Action Bar, you can do this under Theme options > Menu & Action Bar > Action Bar section.
-
Hi, yes, it is possible. Or you can set sidebar individually for pages or you can use the following extra css to remove sidebar from homepage only:.home .sidebar.columns { display: none !important; } .home .sections_group { width: 100% !important; }
-
Hi, to activate hover color for all menu items, please use the following css:#Top_bar .menu > li a::after { top: 0 !important; }
-
Each custom css should be located under Theme options > Custom CSS & JS > Custom CSS section.