Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,936
- Last Active
- Roles
- Administrator
Comments
-
Thanks for the link. We did checked your logo but it looks fine. We did not noticed anything wrong at all. In which browser you have this problem? Also do you use mac or pc?
-
Hi, can you show us on screenshot what is blank exactly? Sounds like you forgot to attach screenshot. Thanks!
-
Great!
-
Above css should be pasted under Theme options > Custom CSS & JS > Custom CSS section where all custom css's should be. As we can see http://pasteboard.co/iHJOZvn.png above css works fine and single product page is 100% width already. In …
-
We are not your developer and we don't know what you did exactly and what might be the reason. We suggest to check all plugins and whole content you built because this problem is unbound to theme.
-
Hi, this requires files 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 contact with your web developer. Thanks for understanding!
-
CREATIVE is a type of header. All header types you can check under Theme options > Header & Subheader > Header section. To move creative type to the right side, you should select Creative Right under above section.
-
Recaptcha is incompatible with popup unfortunately.
-
Please activate this header first because as we can see, it does not exist.
-
Switch to fixed header type first and then we will see if it is possible to change it's height with custom css.
-
Hi, please send us example link to such blog page first because this can be done with custom css only probably.
-
But you did not explained what exactly you want to do? Also change background color on hover?
-
Hi, no, it is not possible. You can select main style only once per whole site. Thanks!
-
Hi, we are sorry but there is no way to add php code thru theme. You can add it directly into theme files only. Thanks!
-
Hi, to change cart icon, you need to use the following css:#Top_bar a#header_cart { color: #000 !important; }
-
Hi, you can hide it with extra css only:@media only screen and (max-width: 1239px) { #Footer { display: none !important; } }
-
You're welcome :)
-
To remove those items, please use the following css:.single-post .section.section-post-about { display: none !important; } .single-post .section.section-post-related { display: none !important; }
-
Hi, for that you can use the following html code:<a href="PATH-TO-VIDEO" class="prettyphoto">Link text</a>
-
To change menu items color and remove logo, please use:.header-fixed #Top_bar .menu > li > a { color: #000; } #Top_bar .logo { display: none !important; }
-
You're welcome! :)
-
Hi, to activate comments on portfolio pages, you need to activate Comments option under Theme options > Blog, Portfolio & Shop > Portfolio section. Thanks!
-
To remove this "Read more" section as well, please use the following css:.masonry .post-footer { display: none !important; }
-
You're welcome!
-
Hi, to remove feature images from single post pages, please use the following css:.single-post .single-photo-wrapper.image .image_frame { display: none !important; }
-
You are welcome! :)
-
We met that you must set class name for p tag, like:<p class="CLASS-NAME">[submit "Senden"]</p>
-
Wow, that's great news. Glad to see you found this custom code.
-
Glad to see that it's clear and easy now :)
-
You're welcome!