Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,876
- Last Active
- Roles
- Administrator
Comments
-
Hi, this warning is not related with theme but with one of your extra plugins. We did never used such function as has been mentioned above. Thanks!
-
Ok, thanks. To put the same line under menu items, you need to use the following css:#Top_bar .menu_wrapper { border-bottom: 1px solid #000 !important; }
-
Hi, this image is full width already on our side. On what screen size it's not full width exactly on your end?
-
You are welcome! :)
-
You can use img tag.
-
1. You must set class name for that section first. And if you set class name, you can use the following css to remove that padding on mobile:@media only screen and (max-width: 767px) { .section.class-name { padding-top: 0 !important; } } 2. To…
-
Hi, please send us link to page where menu items are permanently highlighted.
-
@alexhoogteijling Each custom css need to be pasted under Theme options > Custom CSS & JS > Custom CSS section.
-
You're welcome!
-
Hi Daniel, please send us link to page where those sub-sub menus from the screenshot above, need to be relocated. Thanks!
-
1. Thanks for suggestion. However, like we wrote above, it's not possible at this moment and if you want to relocate elements, you need to play with theme files. But if you don't know how, we suggest you to contact with your developer. 2. We did ch…
-
@BananByran No, it is not possible unfortunately because mobile devices are incompatible with such backgrounds.
-
Hi Pedro, what you ask for, requires a lot of customization. This need to be done with css and html directly inside files. So if you are trying to adapt those sizes on blog which is built with BeTheme, you can try to overwrite existing css's under …
-
Please send us private message with dashboard access then.
-
Hi, for categories is responsible category.php file.
-
Thanks. As we can see, the problem is related with cache.
-
Please send us dashboard access privately then and we will have a look on it.
-
Hi, sounds like your server is not fully compatible with WordPress. Demo settings can not be imported automatically because your server does not work with wp_remote_get() function which uses loopbacks. In such case, you must import settings manuall…
-
Hi, we are sorry but it's not possible unfortunately. Thanks for understanding!
-
Hey, to increase logo size on mobile, you need to use the following css:@media only screen and (max-width: 767px) { .header-plain #Top_bar .logo #logo { padding: 0 !important; } }
-
Ok, you're right. We already noticed that this item need to be changed. However, at this moment, you can use the following css to set same height for all hover boxes:.hover_color, .hover_color_bg { height: 100%; }
-
You are welcome ;)
-
Hi, as we can see, it's because you didn't used Divider between rows. This need to be done as on the following screenshot http://pasteboard.co/OvBdKod.png Thanks!
-
You are welcome!
-
Hi, for more details about Split header style, please check the following topic http://forum.muffingroup.com/betheme/discussion/7794/how-do-i-creat-a-split-menu-split-header-style Thanks!
-
You're welcome! :)
-
We are sorry but it's not possible to change it's position then. In reference to 2nd question, to change Overlay menu background color, you need to use the following css:#Overlay { background: rgba(255,255,255,0.5) !important; }
-
Hi, all you need to do to display those icons is set social icons under Theme options > Social section and also, you need to activate Action Bar under Theme options > Menu & Action Bar > Action Bar section.
-
To disable search and header background on mobile, you need to use the following css:@media only screen and (max-width: 767px) { #Header .top_bar_right { display: none !important; } body:not(.template-slider):not(.header-simple) #Header { mi…
-
Ok, thanks. So to change pricing background color, you need to use the following css:.pricing-box { background: #000 !important; }