Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,935
- Last Active
- Roles
- Administrator
Comments
-
1. We did checked above link and it takes us to point 9 (Menu). So it's the right link. 2. To set up menu on the right, you need to activate Align Menu to Right option under Theme options > Menu & Action Bar > Menu section. 3. Sticky for…
-
You are welcome! :)
-
Hi, 1. All details about creating one page sites, you can find on http://themes.muffingroup.com/betheme/documentation/#menu 2. How exactly you want to set menu in the right top? 3. For that, you need to activate Sticky option under Theme options …
-
You are welcome! :)
-
Hi, please send us link to page where you got this first so we can have a look on it.
-
@proximitymarketing Any link to page where this happens?
-
No problem.
-
So use the following instead then:.layout-boxed.nice-scroll { padding: 0 25px 0 15px !important; }
-
Hi, we are sorry but it is not possible to display secondary menu on sticky header because it requires files customization. Thanks!
-
Hi, it's header background and you can increase it's height with the following css:body:not(.template-slider) #Header { min-height: 400px !important; }
-
You are welcome! :)
-
Hi, yes, it is possible and can be achieved with the following css:#Top_bar .menu > li ul { background-color: rgba(255,255,255,0.6) !important; }
-
You are welcome! :)
-
Theme options > Custom CSS & JS > Custom CSS section.
-
Hi, you can put the link only inside the Content of Fancy Heading item. Thanks!
-
Hi, we have social icons like Instagram or Youtube already and you can set them up under Theme options > Social Icons section.
-
It didn't changed anything because you didn't updated theme files like we recommended above. You still have old version.
-
Ok, we will add those fields with next theme update then.
-
Hi, it's an icon, and we added it with the following code: <i class="ICON-NAME"></i> Title text But about h3 heading inside Accordion, it is necessary to modify theme files to make it centered.
-
Hi, to display excerpts for post items, you need to set Excerpt manually. While editing post, please click on Screen Options in the right top corner and activate excerpts field. After that, you need to set up excerpt for each post individually.
-
Hi, purchase codes (license keys) are not included for plugins which are bundled into theme. It’s because of Themeforest license & agreements. This applies to all themes of course. However, there is no need to use this code because the plugins …
-
@PCS2016 From your explanation, looks like you set it properly and without looking on it, we have no idea what might be the reason.
-
Hi, if you have Internal Server Error, you need to contact with your admin because the problem is somewhere on server end and only your admin would be able to check it in logs. Thanks!
-
You are welcome! :)
-
Hi, to change background image of single post content, please use:.single-post #Content { background-color: #FFF !important; }
-
You are welcome! :)
-
You can try the following css to do this:@media only screen and (max-width: 767px) { body:not(.template-slider):not(.header-simple) #Header { background-image: url('PATH-TO-IMAGE') !important; } }
-
You're welcome!
-
You can remove subheader from all WooCommerce related pages with the following css:.woocommerce #Subheader { display: none !important; }
-
You're welcome!