Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Ciubotaru,
Can you please provide us the site url? So that we can see which white lines you are talking about.
Thank you!
Theme Horse Support Team
KeymasterHi Lisa,
As of your PayPal button there will be different custom css code you have to add below one:
input[type="image"] { border: 0 none; width: inherit; padding: 0; }Thank you!
Theme Horse Support Team
KeymasterHi Bruce3,
Sorry! Sidebar will move to bottom while your screen size is shorter than 1024px and this was built-in from the first release of the theme.
Thank you!
Theme Horse Support Team
KeymasterHi it5,
Add below custom css code to add gradient background
#page { background: -webkit-linear-gradient(#06B8D7, #fff); background: -moz-linear-gradient(#06B8D7, #fff); background: -ms-linear-gradient(#06B8D7, #fff); background: -o-linear-gradient(#06B8D7, #fff); background: -webkit-gradient(#06B8D7, #fff); background: linear-gradient(#06B8D7, #fff); }Note: Change the above HEX color code
#06B8D7to your selected blue color.Thank you!
Theme Horse Support Team
KeymasterHi Richard,
1. To change the orientation of the director images as you described first replace the first section with second one (male) and first section (female) to second. and add below custom css code to spanning the first section content across the whole of the remainder of the screen.
#interface_recent_work_widget-4 .one-fourth { width: 97%; } #interface_recent_work_widget-4 .one-fourth a { width: 25%; }2. May you have not add the full content in the excerpt as described here and also increase the excerpt value via Appearance > Customize > Advance options > Excerpt length there you can change the digit value as a length.
3. Add text widget above the directors section to add title as you did for the first widget section.
Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Birgit,
Add below custom css code increasing digit value
1038for main wrapper and978for container accordingly as per you need..wrapper { max-width: 1038px; } .container { max-width: 978px; }Thank you!
Theme Horse Support Team
KeymasterHi Toniaustin,
Just add
font-weight: bold;in the selector where you want the bold font style.Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Richard,
Apologies for the late reply. We missed your topic.
As of your site widget placement we have provide you a below custom css:
First question: For to show the 3 section top and 2 section below across the page:
#interface_recent_work_widget-2 .one-fourth { width: 30.32%; } #interface_recent_work_widget-3 .one-fourth { width: 47%; }Second question: You can not add sidebar easily. It needs code customization.
Third question: For to change the orientation of the directors images and bio you can use testimonial widget as shown in the demo site which will show image to the left and bio to the right, However if you want to use the same recent work widget as in you site then please add below custom css but do not add widget title, content and action button as you did just in above widget.
#interface_recent_work_widget-4 .one-fourth { width: 47%; } #interface_recent_work_widget-4 .column a { float: left; width: 50%; margin-right: 20px; } #content #interface_recent_work_widget-4 .custom-gallery-title, #interface_recent_work_widget-4 p { display: block; overflow: auto; }If you have any problem then let us know.
Thank you!
Theme Horse Support Team
KeymasterHi Sanford,
It seems that you have add the below custom css which override the height to 400px for mobile devices. Please remove it and check once.
.slides { height: 400px; }Thank you!
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.
3962above 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!
-
AuthorPosts
