Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi theburgernerd,
There is no temporary solution for this it needs code customization. If you customize the code than your code will be removed whenever you update your theme. Better wait for the update. We will soon fix this and let you know.
Thanks for your patience.
Regards,
SovitTheme Horse Support Team
KeymasterHi Alfred,
Yes for now it only works at the first level. We have pushed this to the list for next update. We will let you know after the update released.
Thank you for you feedback and using our theme.
Regards,
SovitTheme Horse Support Team
KeymasterHi enricocrosina,
Seems like there is some issue in the featured title we will fix it in next version. For now please Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.featured-text .featured-title { max-width: 525px; }
Hope this solve your problem.
Thank you for reporting the issue.
Regards,
SovitTheme Horse Support Team
KeymasterHi Shannon,
It Seems like you have modified the CSS via Custom CSS please remove below css from custom CSS.
#primary { width: 73%; } #secondary { width: 21%; } #secondary { margin-left: 5%; }
and about contact page showing instead of home page in mobile device
You are using some plugin/theme that is creating a responsive layout in mobile/small devices. Our theme is built-in responsive not need to use a responsive theme for mobile/small devices.Thank you!
Thank you!
April 17, 2014 at 10:07 am in reply to: "NEVEGACION" INSTEAD OF "NAVEGACION" IN RESPONSIVE MENU #9547Theme Horse Support Team
KeymasterHi Silvestre,
The Navigation menu appears in smaller devices only. We have coded it that way. If you don’t have any page set as home page then the navigation shows up linking it to the home. Currently there is no way to remove it. But we are working on creating better navigation.
Regards,
Theme HorseApril 17, 2014 at 9:44 am in reply to: When I inspect my webpage I get – "Uncaught SyntaxError: Unexpected token < " #9546Theme Horse Support Team
KeymasterHi,
can you share us the screenshot of that syntax error.
Thank you.
Theme Horse Support Team
KeymasterHi,
Yes, You are absolutely correct post title should be in H1 it’s now H2. H1 is the best approach for the post title regards to SEO but we have used h2 for the post title.
We will soon fixed this and update it in near update.Thank you for your feedback. 🙂
Theme Horse Support Team
KeymasterHi hairshirt,
Yes sure. What’s your queries? Need to change parent menu font size OR child menu font size OR both.
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Heike,
To change the color of the site’s subtitle Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#site-description { color: #777777; }
Note: Please change above color code
#777777
to your own Hex color code to change the color of the site’s subtitle.for your next question it needs code customization you have to hire a developer for that.
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Anay37,
Sorry! To change the page slider image you need to customize the code. For this you have to hire a developer.
Thank you!
Theme Horse Support Team
KeymasterHi Lee,
We have made the desing that way. The slider text will be removed when you are viewing it from mobile devices. The slider looks long to the height because of slider text and its no good for user experience.
Hope you understand.
Thank you for using our theme. Your site looks great and beautiful. 🙂
Theme Horse Support Team
KeymasterHi Marc,
To put a gap above the header/menus Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#branding { margin-top: 80px; } @media only screen and (max-width: 767px) { #branding { margin-top: 30px; } }
Thank you for using our theme.
April 3, 2014 at 6:03 am in reply to: How to eliminate or change the color of the blue line in drop down menu? #9214Theme Horse Support Team
KeymasterHi DD,
To eliminate the blue line in drop down menu Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#access ul li ul { border-top: 0 none; }
Or If you just want to change the color of blue line in drop down menu then just paste the following CSS code.
#access ul li ul { border-color: #05A9C5; }
Note: Change above color code 05A9C5 to your own Hex color code to change the color of the blue line in the drop down menu.
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Manoranjan,
#site-generator .copyright .links { float: right; } #site-generator .copyright .links ul li a:hover { color: #0B6BBF; }
Note: Change above color code #0B6BBF to your own Hex color code to align the links to the right side and also to change hover color of that links.
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Stefan,
To change the menu hover drop-down color Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#access a:hover, #access ul li.current-menu-item a, #access ul li.current_page_ancestor a, #access ul li.current-menu-ancestor a, #access ul li.current_page_item a, #access ul li:hover > a, #access ul li ul li a:hover, #access ul li ul li:hover > a, #access ul li.current-menu-item ul li a:hover { color: #05A9C5; }
Note: Change above color 05A9C5 code to your own Hex color code to change the menu hover drop-down color
Thank you for using our theme.
-
AuthorPosts