Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,864
- Last Active
- Roles
- Administrator
Comments
-
Hi, please send us link to page where you got this problem so we can have a look on it. Thanks!
-
Hi, all details about creating gallery, you can find in Wordpress official documentation at https://codex.wordpress.org/The_WordPress_Gallery Thanks!
-
Hi, 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. Or if you don’t have any, feel free to contac…
-
Hi, yes, it is possible but requires custom css:.woocommerce #Subheader ul.breadcrumbs { display: none !important; }
-
You are welcome ;)
-
Hi, yes, you can do it from the theme. Font styles can be set under Theme options > Fonts > Size & Style section.
-
Because you didn't provided the link to your site, we can not guarantee that the css we give you, will be the good one..single-portfolio .post-header .title_wrapper { display: none !important; }
-
Ok. So to remove the widget area and footer call to action from the footer, you need to use the following css:#Footer .widgets_wrapper { display: none !important; } #Footer .footer_action { display: none !important; }
-
You're welcome! :)
-
Hi, to remove responsive menu icon, you need to use the following css:#Top_bar a.responsive-menu-toggle { display: none !important; }
-
Hi, as we can see, you set abcd class for the li's inside ol. So to create special class for those items, you need to use the following css:ol li.abcd { color: #000 !important; fon-family: 'FONT-NAME' !important; font-size: 20px !important; }
-
Ok. So to change it's size, you need to use the following css:.vc_separator.vc_separator_align_center h4 { font-size: 60px !important; }
-
You are welcome :)
-
Ok, got it. So to remove subheader's title, please use the following css:#Subheader .title { display: none !important; }
-
Hi, 1. As far as we know, it is not possible but you can ask wpml support team and maybe they got a solution to do this. 2. Logo in sticky header couldn't be increased to much because it's limited by sticky bar height. But to increase it a little …
-
Ok, it's great to know you found it :)
-
Hi, it is possible to put the Action Button next to the menu only on the right side. This button can be set under Theme options > Header & Subheader > Extras section.
-
Ok, thanks. So the only solution we have is to remove the padding from this box what could be done with the following css:.style-simple .get_in_touch { padding: 0 30px !important; }
-
You're welcome :)
-
You are welcome ;)
-
If you mean favicon, then it wasn't changed. Just take a look at favicon path http://boxen-training.com/wp-content/themes/betheme/images/favicon.ico
-
Hi, to change background color for the tabs, you need to use the following css:.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { background: #000 !important; } .ui-state-default, .ui-widget-content .ui-stat…
-
Hi, would be great if you can show us what you mean first.
-
Hi, as you can see on http://pasteboard.co/2tUJygYmg.png the top bar does not disappear. It's fine on post pages.
-
Hi, to make background image full width, you need to set background image for the section.
-
Yes, the good hosting is for example MediaTemple, OVH or GoDaddy.
-
Sorry but we do not see any slider below. Could you show us on screenshot where the slider below is?
-
Hi, please send us link to page where breadcrumbs are not clickable then so we can have a look on it.
-
Ok, great :)
-
Please show us example of how you want them to look then because we don't get it.