Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,934
- Last Active
- Roles
- Administrator
Comments
-
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.
-
Hi, to change those fonts to lowercase, you need to use the following css:.post-desc .post-title h2 a { text-transform: lowercase !important; } h2 { text-transform: lowercase !important; }
-
You are welcome :)
-
Ok, got it finally. We really didn't saw it and had no idea where is it but this time found it. So to display phone and e-mail on desktop, you need to use the following css instead of what we gave you above:#Action_bar .contact_details li.slogan { d…
-
@Paramilla What exactly you want to solve? Like we wrote above, slider can be selected under Page Options section for each page individually and this is the only place where this could be set.
-
Ok, thanks. But could you tell us where do you have buttons on above page? Because we do not see any.
-
Could you be more specific? We do not use any revolution api and don't know what you mean exactly.