Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi mail5,
We recommend you to use Google font
Open Sans
We have used same font in this forum as well.Thank you!
December 23, 2014 at 5:51 am in reply to: Mysterious bottom slider – the page has space on right side #19665Theme Horse Support Team
KeymasterHi klara.zalokar,
Sorry there is no any extra background on the right side on my mac-book on our demo site of clean retina pro here https://www.themehorse.com/preview/clean-retina-pro/ You have customize some code. Please update the theme.
Thank you!
Theme Horse Support Team
KeymasterHi info42,
To make the font-size smaller Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
body, input, textarea { font-size: 18px; }
Change the above digit value 18 to increase/decrease the font size.
Thank you!
December 16, 2014 at 6:45 am in reply to: Mysterious bottom slider – the page has space on right side #19433Theme Horse Support Team
KeymasterHi klara.zalokar,
Sorry we could not understand what you are trying to say? Please clarify it.
Thank you!
Theme Horse Support Team
KeymasterHi sudheer2011,
We have not seen any issue with the post add merging with one another. Did you solve it?
Thank you!
Theme Horse Support Team
KeymasterHi Jane,
Can you send us a screenshot of the exact issue please? You can use http://awesomescreenshot.com/ for online screenshot.
Thank you!
Theme Horse Support Team
KeymasterHi Jorg,
Sorry we can not understand what you are trying to say? Please make it clear and easy to understand.
Thank you!
December 10, 2014 at 7:05 am in reply to: post title and post content not showing in the slider in small screens #19262Theme Horse Support Team
KeymasterHi Harriet,
To position the height of the slider title and description.
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.featured-text { bottom: 50px; }
Note: Increase/Decrease the above 50 digit to change the height of the title and description.
and Which text in mobile device that you want to reduce the size please clarify it?
Thank you!
Theme Horse Support Team
KeymasterHi Simon,
Oh…! Sorry we are missing this. We will update it within couple of week.
Thank you!
Theme Horse Support Team
Keymaster@daniel67alvarez Sorry this features is only available in the pro version of theme. If you are interested you can purchase it here https://www.themehorse.com/themes/attitude-pro/
Thank you!
Theme Horse Support Team
KeymasterHi Melanie,
Please remove all above css from your custom CSS and try below one:#access ul li ul li a, #access ul li.current-menu-item ul li a, #access ul li ul li.current-menu-item a, #access ul li.current_page_ancestor ul li a, #access ul li.current-menu-ancestor ul li a, #access ul li.current_page_item ul li a { text-transform : none; }
Hope this will solve your problem.
Thank you!
Theme Horse Support Team
KeymasterHi Konrad,
Sorry for late reply. We have researched about it. Yes there is some Google font issue in the theme. We will update it in upcoming version.
For now just Go to theme directory -> inc -> functions -> functions.php on line no. 67You will find the below code:
wp_register_style( 'interface_google_font', '//fonts.googleapis.com/css?family='.$interface_google_font_load .':400,700italic,700,400italic');
replace above with below code:
wp_register_style( 'interface_google_font', '//fonts.googleapis.com/css?family='.$interface_google_font_load .':400,700italic,700,400italic&subset=latin,cyrillic-ext,latin-ext');
Thanks for reporting the issue.
Theme Horse Support Team
KeymasterHi Daniel,
Oh now we got it what you are trying to say?
We have visited the link http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page that you have provide and a CSS code compatible to our theme and it works.
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button to stick the bottom of the page:
html, body { height:100%; } .wrapper { min-height:100%; position:relative; } #colophon { position:absolute; bottom:0; width:100%; }
Thank you!
Theme Horse Support Team
KeymasterHi Isabella,
Sorry, All the widgets will display on different section in business sidebar.
So you can not put login section in the third column of service widget.Thank you!
Theme Horse Support Team
KeymasterHi Edwin,
Ok, then remove previous CSS code and paste below one
#secondary .widget-title { margin-bottom: 15px; } .widget { text-align: center; }
Thank you!
-
AuthorPosts