Forum Replies Created
- AuthorPosts
- Themonic-SupportKeymaster
You do not have permission to view this content.
Themonic-SupportKeymasterPaste the following in your custom.css or in the style.css of the child theme in the end.
.form-submit > input { background-color: #00A1E0; color: #FFFFFF; padding: 12px; }
The above code will make the “submit comment” button matching with the blue color of theme and a bit bigger too.
Change the values as per your liking.
Themonic-SupportKeymasterwe would love to help but unfortunately we couldn’t understand your question. Please provide website URL or screenshot and what exactly are you looking for?
Do you want to modify the color/size of “submit comment” button?
Themonic-SupportKeymasterHere is the direct link to forum search: http://themonic.com/forums/search
Forum search is also available at the top side at forums home.
Themonic-SupportKeymasterDo you want your featured image smaller and aligned to the left? try this:
Paste the following code in the custom.css or in the style.css of child theme
.attachment-post-thumbnail.wp-post-image { float: left; margin-bottom: 3%; margin-right: 2%; max-width: 50%; }
Themonic-SupportKeymasterTo show full article instead of excerpts on home page:
Go to content.php line 52
<?php if ( is_home() || is_search() || is_category() || is_tag() || is_author() ) : // Display Excerpts for Search, home, category and tag pages ?>
Replace that line with
<?php if ( is_search() || is_category() || is_tag() || is_author() ) : // Display Excerpts for Search, category and tag pages ?>
Let me know if it works as you wanted.
Themonic-SupportKeymasterKindly contact us using this form http://themonic.com/contact/ for any custom customization queries.
Themonic-SupportKeymasterGoogle Font API function is located in functions.php from line 92 to 103.
Themonic-SupportKeymasterDownload the Ready made child theme for Iconic One Pro from the page below and install it as a new theme
To get proper support you have to create your own thread, you are asking this in someone else thread. Imagine everyone asking different questions in a same thread? If you ask questions in wrong places and in other people threads of course you won’t be able to find them later.
Themonic-SupportKeymasterYou do not have permission to view this content.
- AuthorPosts