Forum Replies Created
- AuthorPosts
Themonic-Support
KeymasterThese are the locations to edit outline property:
line 75-77 of style.css – you can remove these lines
a:focus { outline: none; }
Line 445-449 of style.css
a { outline: 0; color: #00A1E0; text-decoration: none; }
Remove only line 446 which is
outline: 0;
Themonic-Support
KeymasterThank you for contacting us.
1) In the header.php line 126 is
<a class="assistive-text" href="#content" title="<?php esc_attr_e( 'Skip to content', 'themonic' ); ?>"><?php _e( 'Skip to content', 'themonic' ); ?></a>
replace with
<a class="assistive-text" href="#main" title="<?php esc_attr_e( 'Skip to content', 'themonic' ); ?>"><?php _e( 'Skip to content', 'themonic' ); ?></a>
You are only replacing #content with #main
2) Archives dropdown widget is provided by the WordPress itself and not related to theme and I also quickly checked with the default Twenty Seventeen theme to rule out the theme issue, it is an issue with bundled WordPress widget. I will file bug report to WordPress and let you know once it is solved.
Themonic-Support
KeymasterPlease check after clearing browser cache, if still doesn’t work provide URL to
[email protected]Themonic-Support
KeymasterLive Composer should work fine with Iconic One, if you face any issues with it let us know via email [email protected]
You can use the several page templates in the Iconic One Pro with any page builder for great results.
Themonic-Support
KeymasterOnce your site is live email [email protected] for feedback and improvement guidance.
Themonic-Support
KeymasterUse the following custom css
.themonic-logo, .socialmedia { display: none; }
Themonic-Support
KeymasterSharing buttons are not URL but scripts that share your site URLs, nofollow is needed for URLs only, they don’t pass on the link juice if you are worried about that.
Themonic-Support
KeymasterUse like the codes below after disabling social icons.
.site-header { text-align: center; } .io-title-description a { color: #444444; font-family: verdana; font-size: 44px; }
To add a Google font family, refer http://themonic.com/customization-guide-for-iconic-one-pro-with-css-codes/
Themonic-Support
KeymasterV2 will become available within 30 days max. You will get email notification.
Themonic-Support
KeymasterCurrently the Email subscription widget is for feedburner only. In the upcoming V2 we are adding Mailchimp, Aweber and Jetpack support.
To use mailchip currently: simply copy the official html form code from the mailchimp member area and paste inside the text widget.
- AuthorPosts