Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterGreat that you solved. If you have any problem please let us know?
Thank you!
Theme Horse Support Team
KeymasterHi there,
To have all links in blue color you can simply change the color skin.
Just go toAppearance > Customize > Ambition Theme Options > Color Skinthere you can change the color skin of the entire site as well as you can only set the links color individually.Thank you!
Theme Horse Support Team
KeymasterHi there,
If you have not customize the theme main code then you will not lost any data and content while upgrading to premium version.
Thank you!
Theme Horse Support Team
KeymasterHi Alberto,
Can you please clarify in which section you are talking about?
Thank you!
Theme Horse Support Team
KeymasterHi Rufando,
Limited character are only allowed in that field.
So please go to the theme main directoryinterface/inc/widgets/interface_widgets.phpline no: 397 and 398 there you will see below line of code:$widget_primary = esc_textare($instance['widget_primary']); $widget_secondary = esc_textare($instance['widget_secondary']);Just replace the above code with the below one and save it.
$widget_primary = esc_html($instance['widget_primary']); $widget_secondary = esc_html($instance['widget_secondary']);Thank you!
Theme Horse Support Team
KeymasterWelcome anytime @murin-daniel
If you have any problem please let us know.Theme Horse Support Team
KeymasterWelcome anytime @kevlevrone6
Theme Horse Support Team
KeymasterWelcome anytime @restyumali-sl
Theme Horse Support Team
KeymasterHi Nadra,
Sorry! there is no footer sidebar in free version of this theme. To get have the footer sidebar you have to upgrade to the premium version of this theme or just customize the theme code. You can customize the code in footer.php file.
Thank you!
Theme Horse Support Team
KeymasterHi there,
Your content value path may not be correct. Please use below custom css code
a[target="_blank"]:after { content: url(you-image-link-here); margin: 0 3px 0 5px; display: inline-block; opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); }Add your image url in above text
you-image-link-here.
Let us know if you have any problem.Thank you!
Theme Horse Support Team
KeymasterHi Nadra,
You can use this plugin to insert
shinystatcode into your site via widget in any of the widget-area.Thank you for using our theme.
Theme Horse Support Team
KeymasterHi there,
Please add below custom CSS code in
Appearance > Customize > Additional CSSto increase the built-in font-size of the title and content..entry-title, .comments-title, .page-title { font-size: 28px; } body, input, textarea, select, blockquote footer, .blockquote-footer, blockquote cite, .form-control, input, textarea, select, .site-description, .search-block .form-control, .wp-block-image, .wp-block-image figcaption, #bbpress-forums, #bbpress-forums button, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, div.bbp-search-form input, div.bbp-search-form button, div.bbp-breadcrumb, div.bbp-topic-tags { font-size: 15px; }Note: Increase the above digit value
28for title and15for content section.Thank you!
Theme Horse Support Team
KeymasterHi there,
Yes to disable header image you need to disable custom header image via customizer.
Thank you!
Theme Horse Support Team
KeymasterHi Brian,
It need code customization you need to hire a developer as this is a new feature to add in the theme.
Thank you!
Theme Horse Support Team
KeymasterHi there,
Please paste below custom CSS code in Appearance > Customize > Additional CSS
.post-grid .entry-wrap:before { content: ""; display: block; padding-top: 70%; } .post-grid .entry-wrap { position: relative; display: block; background-position: center center; background-size: cover; } .post-grid .entry-main { padding: 20px; position: absolute; top: 0; bottom: 0; width: 100%; overflow: auto; }Thank you!
-
AuthorPosts
