Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,864
- Last Active
- Roles
- Administrator
Comments
-
Hi, 1. Top Bar icons could be disabled for mobile under Theme options > Responsive section but the logo size can be increased under Theme options > Global > Logo section. 2. To remove subheader from search results page, you need to use th…
-
No, we do not have such feature included yet.
-
Hey, please send us link to page where you have a problem with images in tabs so we can have a look on it closer.
-
Ok, you must misunderstood something then. 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…
-
If you will read the Item Support Policy link we have you above, you will understand that such customization are not included. The API you mean uses javascript functions and this requires futher investigation into files and javascript to find where …
-
1. We do not suggest it. We are just telling you how the truth looks like. That's why Visual Composer is just an external plugin for those who knows how it works as what kind of limits it has. Visual Composer plugin was never RTL ready and from what…
-
You are welcome! :)
-
From what we can see, it does not work because of your extra css under Theme options > Custom CSS & JS > Custom CSS section:#Top_bar a.responsive-menu-toggle { color: #fff; } So or you need to remove this css and then use the option we me…
-
You are welcome :)
-
Ok. So to change all these colors, please use:#Top_bar.is-sticky { background: #E2E2E2 !important; } #Top_bar.is-sticky .menu_wrapper .menu > li a { color: #EEE !important; } #Top_bar.is-sticky .menu_wrapper .menu > li.current-menu-item a { co…
-
You're welcome :)
-
Page Options section is under the wordpress default editor when you create/edit page. But to decrease space between the menu and the content more, activate Minimalist option under Header & Subheader > Header section.
-
Then maybe you should click in the right top corner on Screen Options to activate it? This option does not come with the theme and it's default WP feature.
-
You are welcome! :)
-
What you ask for, requires some files and theme customization what in reference to Item Support Policy is not allowed. So if you want to modify files and don't know how, you should speak with your web developer. Or if you don’t have any, we can give…
-
Hi, for that, you need to use popup shortcode.
-
Yes, we are sure it's the correct css. But if it does not work, then maybe the font you use just does not support lowercase fonts?
-
Ok, got it. So please deactivate all extra plugins because we did checked this feature already and it works properly.
-
No, it is also not possible. What you ask for, requires modification on general theme files.
-
What kid of custom field keys you mean exactly? And where?
-
Hi, it's Action Button and you can easily remove it under Theme options > Header & Subheader > Extras section.
-
Hi, you can do this using Responsive Menu Initial Width option under Theme options > Responsive section.
-
You are welcome ;)
-
Hi, to remove top bar per individual pages, you need to use an extra css as the following:.page-id-xxx #Top_bar { display: none !important; } where xxx is page id.
-
Ok, so to change footer background then, please use the following css:#Footer { background-color: #000 !important; }
-
To display responsive menu instead of regular one, you need to change the value of Responsive Menu Initial Width option under Theme options > Responsive section.
-
@dalmacijabalote We did checked your site now and noticed that subheader's background colors comes from Theme options > Colors > Header section. However, if you are somehow magically not able to change this color, use custom css instead:#Subhe…
-
Ok, we did checked it now and found that the problem is related with your extra plugin called LazyLoad.
-
Hi, to change single post content background, you need to use the following css:.single-post #Content { background: #000 !important; } but to remove subheader titles on single post pages, you need to use:.single-post #Subheader .title { display: n…
-
Hi, under Appearance > Menus section, under each menu item, you have Open link in a new window/tab option responsible for opening menu items in new window.