Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Jeff,
To make the font on the names smaller on the Our Team Template Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button
#content .widget_our_team .our-team-name { font-size: 15px; }Note: You can increase and decrease the font size by changing the above 15px value
Thank you!
Theme Horse Support Team
KeymasterHi Jeff,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:.hgroup-wrap { padding-top: 0; padding-bottom: 0; } #site-logo { margin-top: 0; }Thank you!
Theme Horse Support Team
KeymasterOk that’s great Jeff
Thank you!
Theme Horse Support Team
KeymasterHi nenutil,
It seems that you have added all style.css into your custom css.
To call the font family you have to use the css code asfont-family: 'Genericons';
And we have found the below css code to call the font family which is not correct.
font-family: \'Genericons\';please correct it as above code.Thank you!
June 23, 2015 at 4:57 am in reply to: Want the service icons to show teh real image instead of the round icon. #25848Theme Horse Support Team
KeymasterHi cem1,
We are sorry for this. This feature is not available in interface theme. It needs code customization or you need to hire a developer to fix it. You need to create a child theme and then customize the code. We have designed our theme this way.
Why don’t you try ultimate theme? There you can use real image instead of using icon too.
https://wordpress.org/themes/ultimate/Thank you!
Theme Horse Support Team
KeymasterHi Barry,
Could you provide your site url too? So that it will be more easy to solve your problem.
Thank you!
Theme Horse Support Team
KeymasterHi sarah,
Could you provide your site url too? So that it will be more easy to solve your problem.
Which widget are you having a problem? First of all deactivate all the plugins that you have installed in your dashboard. There may be plugins conflict so that it may not be working. So you deactivate all plugins and try.
Thank you!
Theme Horse Support Team
KeymasterHi Barry,
yes you may create a child theme and then customize the code to modify the business template. For this you need to hire a developer to fix it.
Thank you!
Theme Horse Support Team
KeymasterHi aris,
just goto the dashboard-> appearance -> theme options -> design options -> custom css and add this following code
.blog-medium p { text-align: justify; }Hope this may help you
Thank you!Theme Horse Support Team
KeymasterHi Jared,
We have forwarded your message to our sales team. You will get refund within 24 hours.
Thank you!
Theme Horse Support Team
KeymasterHi pavlo.golub,
If you want to hide only author information then goto dashboard -> appearance -> theme options -> design options -> custom css
.by-author.vcard.author { display: none; }Thank you!
Theme Horse Support Team
KeymasterHi l_glynn,
We have not tested our site in qtranslate plugins but hopefully it will work. What you need to do is create a .po and .mo file and you need to add this pot file inside the language directory of child theme and you go on translating the language.
Thank you!
Theme Horse Support Team
KeymasterOk that’s great aris and just do one things.
can you see this code in line no 100 of content-extension.php, There you will find this code
<section id="post-<?php the_ID(); ?> clearfix" <?php post_class(); ?>>
Replace this above code with
<section id="post-<?php the_ID(); ?> clearfix" class="post blog-medium" >in your child theme.Thank you!
Theme Horse Support Team
KeymasterHi Barry,
Sorry we cannot show your post content in business template page. We have made our theme this way. You can only show the widgets in the business template page. To show your post content create any pages and at the right hand side there is a list of blog template (blog image large, blog image medium and blog full content.) You may select any blog template and the blog content will be displayed in that page.
To add the widgets in your normal page you have to select the layout display to right sidebar or left sidebar from the bottom of the page you have created. Drag your widgets to left sidebar or right sidebar you want.
Thank you!
June 17, 2015 at 5:16 am in reply to: How to find Featured post/page ID after change permarlink #25739Theme Horse Support Team
KeymasterYou welcome thanhloiodu
Thank you!
-
AuthorPosts
