Forum Replies Created
-
in reply to: Manual update
Hello,
First, go to Settings > Reading and assign a home page to the site. So you can see the site as it was originally.
Please add some wp credentials in a private reply. So I can check the configurations closely.
Best regards!
in reply to: Menu Space and FontHello,
The title font color can be customized by checking first the “Use custom font?” option in General. After this “Hover Title” tab will show up. Change the font here. See screenshot: https://ibb.co/jVjbPZS
While the text font color takes the default body font color. That can be edited in Specular > Styling Options.
Best regards!
in reply to: color discounted priceHello,
Please add this code into your Custom Css box:
.woocommerce ul.products li.product .price del .amount { color: #262a2c !important; }Best regards!
in reply to: Handel science – where is that theme?Hello,
I consulted the developers and this demo has been removed from some time. However, i added it.
You can try now. The demo should be on the list.Let me know.
Best regards!in reply to: Resonsive folie layout not working on phoneHello,
First, go to Customizing ▸ General ▸ Site Options ▸ Responsive Layout. Make sure it’s set ON. It is, then add some wp credentials so I can check.
Best regards!
in reply to: Manual updateHello,
After theme update (manual or automatic with Envato Market) all theme plugins get deactivated. Just go to Plugins menu and activate them again. Update any plugin that has a message that shows it has a new version available. It’s very important to have plugins updated along with the theme. Or issues may arise.
Let us know.
Best regards!in reply to: color discounted priceHello,
Can you post a link to this? So I can check close.
Best regards!
Hello,
Theme has it’s own elements. It is build using the list of elements available in the included version of Visual Composer. Each of them is customized to fit theme style and be fully compatible with theme.
Best regards!
in reply to: Specular parent theme update not workingHello,
That’s good. Let us know for anything.
Regards!
in reply to: How to change the custom font?Hello,
Sorry, but I’m not understanding your problem here.
Yes, the demo uses 2 types of fonts. It’s one of the requirements to make a lovable and not tiring for the eyes, layout. But you can change them to your wish or use more fonts if you like.You say you want to replace the current font with Asap. The Asap font is present in the theme so there isn’t any problem selecting it for the text. It also includes characters with an accent.
What can we help you with?
Best regards!
in reply to: Menu Space and FontHello,
Please go to Specular > Header Options > Menu Options > Menu Item Typography here you can change the menu items font (family, color, line-height etc).
Change header styles in Specular > Header Options.
Best regards!
in reply to: Single Page LayoutHello,
This happens because the style of the product goes to “Global” once it’s saved for the first time. Just change it back to “Default”. Go to product page options > Product Data > Product Single Style, select “Default”.
See screenshot: https://ibb.co/BwmW5j9Best regards!
in reply to: customize page 404Hello,
Yes, there isn’t any options panel to customize the 404 page. Instead, make the changes you want to file 404.php inside the theme folder.
Best regards!
in reply to: team membersHello,
Yes, you can. Just comment out the line responsible for staff.
Like this://add_image_size( 'staff', 400, 270, true );
After this, regenerate thumbnails again and proceed in uploading the images for staff again. They will not be cropped anymore.Best regards!
in reply to: Font color for header MenuHello,
The header version you have ON, is the light one. This controls the menu font and chooses the light menu (which has fonts white).
This is static (no option available in theme) so to change it you need to add Custom Css. Add this code:.header_container.cl-header-light nav ul li a { color: rgba(255, 255, 255, 0.85) !important; }Change the color to your wish.
Best regards!