Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,869
- Last Active
- Roles
- Administrator
Comments
-
Ok, thanks. So to change list image, you need to use the following css:ul.list_star li, li.list_star { background-image: url('Path-To-White-Image') !important; }
-
You're welcome!
-
Hi, it's not possible unfortunately because header is inside wrapper and it's not possible to move it more to the left side. The only thing you can do is remove padding and margin for logo on mobile devices only with the following css:@media only s…
-
Hi, please do not use such old tags like: align="left" because it's prehistoric. Instead of that, you supposed to use: style="text-align: left !important;"
-
Hi, for any psd files, please always send us private messages. Thanks!
-
Hi, please send us link to page where you would like to remove that space so we can have a look on it first and help. Thanks!
-
Hi, we suggest to use W3 Total Cache. If you look on our demo site, you will see that loading time is about 1 second with all those plugins and images included what is very good result.
-
Hi, please send us link to page where you got popup that you want to change the background color.
-
Hi, please send us link to page where you would like do this and we will see if this would be possible without files customization.
-
Hi Chris, the link you sent above, does not work unfortunately.
-
Where exactly icons still does not work? We did checked your site and didn't noticed anything wrong.
-
Hi Ben, we did never tested this plugin and we don't know if this could be possible or not so far. Thanks for understanding!
-
This can be done directly inside theme files only.
-
Please understand that what you ask for 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!
-
Hi, You can't import specific page. If you don't know how something was made, we suggest to create extra wp instance where you can import demos to learn how some things were made. Thanks!
-
Hi, you need to contact with your admin because the problem is related with limits on your server side and it has nothing to theme. Thanks!
-
Hi, Looks like your server does not support wp_remote_get() function which is a default WP function btw. wp_remote_get() uses loopbacks and this could be the reason why you are unable to import complete pre-made layout. So or you will contact with …
-
If same thing happens, please switch to default WP theme and check if the same thing is happening when default wp theme is active.
-
Hey, to keep this background for menu items, you need to use the following css:#Top_bar .menu > li.hover > a span:not(.description){ background: #044c29 !important; }
-
You're welcome! ;)
-
Hi, these are widgets that can be sorted under Appearance > Widgets section. Thanks!
-
Hi, Related posts text you can change under Translate > Blog & Portfolio section. Bot to change it's color, you need to use an extra css:.section-post-related .section-related-adjustment h4 { color: #000 !important; }
-
You are welcome :)
-
Hi, to display excerpts, you need to set them first under Excerpt field. If you don't see that field during the post edition, you need to click on Screen Options in the right top corner and activate it. To remove that comment icon, you need to use …
-
Hi Jeff, the footer on Be|Yoga demo was removed with custom css which is located under Theme options > Custom CSS & JS > Custom CSS section:#Footer { display: none; }
-
You're welcome ;)
-
Hi, you can change this behave under Theme options > Responsive section where Responsive Menu Initial width option is.
-
Hi, 1. Colors > Menu & Action Bar section. 2. This color can be changed with an extra css:.call_to_action .call_center .button { color: #000 !important; background: #FFF !important; } .call_to_action .call_center .button i { color: #000 !im…
-
Hi, we do not have any other classes and this is the only one that needs to be used for the logo. However, if you want to increase logo size, you can do this under Theme options > Global > Logo > Advanced section.