Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,884
- Last Active
- Roles
- Administrator
Comments
-
You are welcome!
-
@soulintention This folder is of course included and we are 100% sure about that. Just unpack TF package and that folder would be inside.
-
@rainman2030 Not sure if we understand what you mean. You want to change background color of Instagram icon on hover? If that's what you mean, please send us link to page where you got this icon so we can have a look on it.
-
No, this is not possible to add text there with css. What you ask for, requires files customization. So if you want to modify comments section, you must play with comments.php file yourself.
-
Hi, responsive menu on screens 769px and above does not push the content down. Just check our demo and compare. On these screens, you should have background color. You can easily set this background with extra css:#Top_bar #menu { background: #FFF …
-
Hi, please show us on screenshot what settings you set and also please provide url to page where slider does not work.
-
Hi, to increase logo size, you must use the following css:.header-fixed #Top_bar #logo img { min-height: 60px !important; }
-
Hi, you can remove this hover effect with the following css:.image_frame .image_wrapper .mask { display: none !important; } .image_frame .image_wrapper img:not(.ls-l) { top: 0 !important; } .image_frame .image_wrapper .image_links { display: none !…
-
You are welcome :)
-
Hi Chris, for these texts, we used Ubuntu Bold Italic font.
-
You're welcome :)
-
You can remove that padding with the following css:body:not(.template-slider):not(.header-simple) #Header { min-height: 0 !important; }
-
Hi, we do not offer custom work because we are too busy but you can contact with our college thru http://customizationgeeks.com who offer such service for BeTheme users.
-
We do not have any option to "uncheck height". What you ask for requires files customization. So if you want to modify theme files, you must do this yourself because in accordance to Item Support Policy, such customization are not included…
-
You're welcome ;)
-
Hi Alex, if you want to modify header, you must customize includes/header-top-area.php file because we do not have any option to customize the header as you wish. Thanks!
-
Not sure if this would change anything, but please try to use the following css instead then:#respond p a { display: none !important; }
-
Are you sure about that? Please send us private message then with dashboard access so we can have a look on it.
-
This is the css that would remove moving hover effect:.image_frame .image_wrapper img:not(.ls-l) { top: 0 !important; }
-
You are welcome! :)
-
Hi, it's not because of the update. On http://www.gesangsunterricht-schweiz.ch/ you forgot to remove right top bar section and that's why menu items are in the separate line. To remove that section, please go to Theme options > Header & Subh…
-
Hi, yes, you missed to set up blog page with sidebar. Category and tag pages are closely related with Blog page and until you don't have such page, category and tags pages won't display properly. Thanks!
-
Hi, under Templates section, you can create custom templates and then with Templates button which is in the right bottom corner under Muffin Builder, you can add pre-defined templates.
-
Hi, if Muffin Options are empty after installation or saving does not work, it means your server is limited. In this case we recommend to deactivate all plugins first and after that click “Save changes” button under empty Muffin Options panel. But …
-
Hi Tikran, this error is not related with theme at all. If you switch to default theme, you will see exactly the same error. We suggest to remove all extra plugins but if this won't help, please re-install plugin files thru FTP only.
-
If you know coding, then it would be possible. But if you are creating custom post types, you must know coding. We suggest to check our custom post types, like single-content-portfolio.php file which is under includes/ folder.
-
You are welcome :)
-
For related posts section, you can remove title with the following css:.section-post-related .post-related .desc h4 { display: none !important; }
-
You're welcome ;)
-
Sounds like you mean responsive icon color. You can change it's color with the following css:#Top_bar a.responsive-menu-toggle { color: #000 !important; }