Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,935
- Last Active
- Roles
- Administrator
Comments
-
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; }
-
Great, glad to hear that you sorted it out :)
-
Hi, this requires files customization so if you want to add logo into copyright section, you need to do this inside footer.php file. Thanks!
-
Hi, it's because you have too many menu items in header and there is not enough space for menu items and logo. So or you will remove one of main menu items or you need to decrease padding for all menu items with the following css:#Top_bar.is-sticky…
-
You are welcome! :)
-
Hi, all you need to do is set links to inner pages instead of "hashtag" links under Appearance > Menus section.
-
Hi, we found that you have weird css tags that we see for the first time. We mean the css like:.list-nav {href="http://165.31e.myftpupload.com/events} We suggest to move the css responsible for the logo on the first position:#Top_bar #logo { …