Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Tamara,
Please remove the attachment div container
<div id="attachment_1218" style="width: 232px" class="wp-caption alignleft">
you need not have to add it via attachment above column works perfect in all of your devices.Also please add below custom css code:
.entry-content img { width: 100%; }
Thank you!
Theme Horse Support Team
KeymasterHi Eileen,
First activate this plugin so that you can add the code for “Gill Sans MT Bold” and use Custom CSS to display the font into your content.
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Happyeungin,
Theme development have already completed and we are testing API integration in the theme so that user get notification of the new version update as well as one click auto update features. After testing it successfully it will be available for purchase.
Thank you for your patience.
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi WE-TV,
This features is not available in the free version for to change the color skin you have to upgrade it to the Pro version which is on development phase and will be out very soon.
For now what you can do is just change the default color of the theme
#91C444
(lime green color) to your own color code from style.css file. Also create a child theme for the customization so that your code won’t lost whenever you update the theme to the new version.Thank you for using our theme.
Also We have spend lots of time and efforts to develop this theme available free for all.
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/theme/wowsome/reviews/
We really appreciate your rating.Thank you!
Theme Horse Support Team
KeymasterHi Reane,
Just add below custom CSS code to hide the main-navigation:
.page-id-3962 .main-navigation { display: none; }
Change the above page id no.
3962
above to the page id that you want to hide the main-navigation.Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Tamara,
We have replied the same question here. Please do no create the new topic under same question.
Thank you!
Theme Horse Support Team
KeymasterHo Tamara,
Yes the extra margin comes from the Blog Designer plugin. To reduce the margin go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:
.bdp_blog_template .blog_header { margin: 0; } #main { padding-top: 10px; }
Thank you!
Theme Horse Support Team
KeymasterHi Embruna,
Apologies for the late reply.
Please remove the below CSS code that you have paste in custom CSS option.
a:link { color: #1f2596; }
and paste the below custom CSS code which will change the list colors.
#main ul a, #main ol a, #main ul a:hover, #main ol a:hover { color: #050466; }
Change the above color code #050466 to set your own color.
Hope the above code will help you to set the list color. If you have any problem then let us know.
Thank you!
Theme Horse Support Team
KeymasterHi Marc,
To displayed as a full page layout for WooCommerce Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.
.woocommerce-page #primary { float: none; width: 100%; } .woocommerce-page #secondary { display: none; }
If you have any problem please let us know.
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Marcos,
There is a built-in options to change Color, Typography and Background Pattern via Appearance > Theme Options.
To change the background color of the footer go to Appearance > Theme Options > Color Options > Background Color Options there you can see Footer Widget Section, Bottom Info Bar and Site Generator options to change the background color.
And for text color go to Appearance > Theme Options > Color Options > Font Color Options Options there you can see Footer Widget Section, Bottom Info Bar and Site Generator option to change the font color.
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Embruna,
Theme main built-in default color code is
#89a452
(green) which treat as a color skin so that the user can easily change the color skin to their own corporate color via color skin option but this will not reflect to the list elements.
First remove the css code that you have paste and to set the same color for list elements go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.#main ul a, #main ol a, #main ul a:hover, #main ol a:hover { color: #050466; }
Change the above color code
#050466
manually to the skin color you choosed.It seems like you have set color skin to
#050466
(dark blue) and want to set the different color for the links in the main content section rather then the color skin that you have choose then paste the below CSS code in Custom CSS option then click on Save button.a, #main ul a, #main ol a, #main ul a:hover, #main ol a:hover { color: #050466 !important; }
Change the above HEX color code
#050466
to your own HEX color code that you wish to have it on links.Thank you!
Theme Horse Support Team
KeymasterHi Tamara,
To reduce the white space in the left and right side on the homepage go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:
.home #main.container { max-width: 100%; }
Thank you!
Theme Horse Support Team
KeymasterHi Kevan,
For this you have to add the code manually just go to the footer.php on line no.61 and add your code.
Please try creating child theme rather than adding to the theme main file.Thank you!
Theme Horse Support Team
KeymasterHi Marc,
Can you please try adding below Custom CSS:
.wpml-ls-item a { margin-top: 1px; } .wpml-ls-item .screen-reader-text { position: relative !important; } .wpml-ls-item .wpml-ls-native { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; width: 1px; }
Thank you!
June 19, 2017 at 11:46 am in reply to: Info bar, footer etc. all transparent so background image is visible #51816Theme Horse Support Team
KeymasterHi @thanda-marketing Jenna,
To remove the background color for all the sections go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and Click on save button:
.wrapper, .info-bar, .widget_ourclients, #colophon .widget-wrap, #colophon .info-bar #site-generator { background-color: transparent; }
Also please remove the CSS code that you have added. You have added a wrong code which shown an invalid code.
Thank you for using our theme.
-
AuthorPosts