Albert
Albert
About
- Username
- Albert
- Joined
- Visits
- 10,867
- Last Active
- Roles
- Administrator
Comments
-
Each custom css supposed to be located under Theme options > Customs CSS & JS > Custom CSS section.
-
Probably pages like About Us or Contact wasn't imported with this demo and that's why you don't have them and what you need to do is just create them yourself from scratch.
-
Hi, please send us link to page where default favicons still displays by default. Thanks!
-
Hi, Did you set Full Width style for that section?
-
Hi, any link to page where video does not work?
-
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. Thanks for understanding!
-
Hi, please send us link to page where you would like to change it's size.
-
Hi, if you don't want to decrease fonts on mobile, please turn off "Decrease fonts" option under Theme options > Responsive section. It's the only option we have responsible for decreasing fonts on mobile devices. Thanks!
-
@tkcomic Any link to page where you would like to do this?
-
No, you didn't. The wrapper is still 1240px width.
-
Hi, it's default WP gallery. All details about creating such gallery you can find on https://codex.wordpress.org/The_WordPress_Gallery
-
This is table and because tables are not responsive themselves, there is nothing what you can do in this case. Please also notice that because it's WooCommerce plugin, it has nothing to theme.
-
@spico2013 Please send us link to page where you would like to change it's color.
-
Looks like you have completely no idea about css and customization. So if you want to customize some sections and you have no idea about what we say, you should contact with your web developer because without such basic knowledge, you won't be able …
-
The best way for centering items is custom css. So what you need to center content in the bottom is custom css. You need to set class name for the section where the content is and then use something like:.section.my-class-name { text-align: center !…
-
Hi, you are definitely right about that. However, we didn't sorted it yet and we will try to do this while future updates. Thanks!
-
Hi, thanks for the information. We already fixed it and this would be added with next theme update.
-
Ok. As we can see, you used highlight left/right style for section and the colors of those sections comes from Theme options > Colors > Content section and that's the only place where you can change highlight color.
-
Hi, this is just information which is just there. This is nothing special. Just a kind of notification.
-
Hey, you can center those titles with an extra css:.portfolio_group .portfolio-item .desc { text-align: center !important; }
-
Hey, to decrease menu items padding, you need to use an extra css:#Top_bar .menu > li > a span:not(.description) { padding: 0 10px !important; }
-
Hi, to change social menu color, you need to use an extra css:#Action_bar .social-menu li a { color: #000 !important; } However, if you decide to change just one of those menu items, you need to set class name for that item and then use something …
-
Sorry but the image does not work. Anyway, did you also tried to refresh permalinks under Settings > Permalinks section? If you did and it didn't helped, please deactivate all plugins and then check if saving works.
-
So instead of the border declaration, use border-color one:table, table th, table td { border-color: #FFF !important; } But if you want to control columns width, you need to control it via HTML. So the code of each 2nd column, supposed to be:<td…
-
Great! :)
-
If you tested it and it's because of W3 Total Cache then you need to look for a problem between plugin and server as this can not be theme.
-
Hi, you can put it as raw shortcode. All raw shortcodes you can find under []+ button which is included for WP editor.
-
Yes, this is the place where you supposed to put above css :)
-
But we do not see any titles that are #a87f83 color. As we can see, you use sections what means that background colors can be set for sections only.