Forum Replies Created
-
in reply to: Header responsive problem
Hello,
Can you please be more specific? You can change the header style, by easily importing another of the available headers, using the Setup wizard. There is no need to add any code to header.php file directly.
Or did you change this file already and therefore can not import another header demo?
Let us know.
Best regards!
in reply to: menù mobileHello,
I checked the site and the mobile menu icon is indeed black. See screenshot: https://postimg.cc/image/egsztt587/
Where are you getting the transparent icon?Best regards!
in reply to: How to Change Mobile Menu Bars ColorHello,
Yes, the font is white. That’s why you do not see it. Please add this css too:
.menu-small ul.menu > li > a {color: #4c4444;}
Change the color to your wish.
Let us know.Best regards!
in reply to: Quantity box issueThis reply has been marked as private.in reply to: PAGE HEADERHello,
Yes. Just add this css into your General Options > Custom Css box:
@media (max-width: 480px){ .header_page { display: none; }}Best regards!
in reply to: Mobile menùHello,
1-Yes, the css does just that. See screenshot: https://postimg.cc/image/jg75fqe7r/
Please clear cache and refresh page. If the result is still not visible, then add!importantto the code. Like this:@media (max-width: 979px){ .snap-drawer-left { background-color: #9e8f6f !important; }}2-Add this css:
.mobile_small_menu.close:before { color: #920909 !important; }Best regards!
in reply to: Shop not displaying products using Internet ExplorerThis reply has been marked as private.in reply to: woo commerce pageHello,
This is strange. I tried to reproduce the same situation on my side but the issues do not happen. I have forwarded your topic to theme developer for a more professional review. We’ll let you know asap.
Best regards!
in reply to: designer pluginHello,
Sorry to tell that we do not have tested this plugin. If you already own a Specular theme, i suggest you test it first in your current site and then decide.
Please keep in mind that we do not offer support of third party plugins.Best regards!
Hello,
We have already replied you on this in the comments section. Let us know if there is anything else you need.
Best regards!
in reply to: Quantity box issueHello,
I added this code into Customize > General > Custom Codes > Custom Css:
.woocommerce .quantity:before { right: 75.5%; } .woocommerce .quantity:after { right: 75.5%; } .tawcvs-swatches .swatch-label { width: 50px !important;}This is the result: https://postimg.cc/image/g2gja56k7/
I don’t see the previous code here. Were did you add it? Do you have removed it already?
Let me know.Best regards!
Hello,
Please add some credentials in your profile data. So we can help you with the import. Read this article for more information.
Best regards!
in reply to: Revolution Slider text alignment problemHello,
The site is underconstruction and is not visible to visitors (screenshot)
Please know that Revolution slider is a third party plugin, not developed from us. It’s included to give our customers more tools to build the site. If you have any difficulties working around with it, i suggest you check out the plugins tutorials to learn more how to customize it.
https://www.themepunch.com/revslider-doc/slider-revolution-documentation/
https://youtu.be/OIJShHQlMx0
https://youtu.be/1yq3j8jL2JMBest regards!
in reply to: Dropdown menus are not working correctlyHello,
Did you install any new plugin lately? I suggest you deactivate all third party plugins first and then check again. If the issue is gone, start activating the plugins one at a time to find the conflicting one.
PS: Your support time has expired. To keep getting support, please buy additional support time in theme’s profile in Themeforest.
Best regards!
in reply to: How to Change Mobile Menu Bars ColorHello,
Please use css to edit it. Add this code into your General options > Custom Css box:
.mobile_small_menu { color: #222 !important; }Change the color to your wish.
Best regards!