Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Axel,
We are having issue in our support forum. We apologies for the late reply.
It seems that you have already adjust the white space.
If you have any question please let us know.Thank you!
October 11, 2017 at 11:15 am in reply to: white space below slogan with slider disabled on contact, about pages? #53576Theme Horse Support Team
KeymasterHi Axel,
We are having issue in our support forum. We apologies for the late reply.
It seems that you have already adjust the white space.
If you have any question please let us know.Thank you!
Theme Horse Support Team
KeymasterHi Erin,
Go to Appearance > Theme Options > Color Options > Color skin. There you can see the Link Color option to change the hyperlinks of your content as well as you can change other section color also.
Thank you!
October 6, 2017 at 2:56 pm in reply to: Getting rid of grey thick box around main content on every page. #53497Theme Horse Support Team
KeymasterHi Sharon,
Sorry for that. We are having issue in our support forum.
just add below custom css to get rid of that too then#main .post, #main .attachment, .nav-links { margin-bottom: 0; }
Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Monmidt,
We have viewed your site and we see that the background image is fully scaled to its container.
Please clarify if you are not talking about background image.Thank you!
Theme Horse Support Team
KeymasterHi Sozan,
to set the only one column on mobile and 3 on desktop just go Appearance > Customize > WP Portfolio Theme Options > Custom CSS and paste the below CSS code then click on Save button.
.post-main .post { width: 33.33%; } @media only screen and (max-width: 767px) { #main .post-main .post { padding: 0; width: 100% !important; } }
Thank you!
Theme Horse Support Team
KeymasterIf you need any further assistance, please, do not hesitate to contact us again.
Thank you!
Theme Horse Support Team
KeymasterHi Sr,
Go to Appearance > Customizing > Design Options > Custom CSS and paste the below CSS code then click on Save button.
#access { border: 0 none; }
Thank you!
Theme Horse Support Team
KeymasterHi Nela,
Our theme update is manual process and you will have to be active towards our site.
Whenever there is a newer version we update it into your account download section as well as update the new version info on its individual theme page.We have update the theme time to time this year. and you can view the changelog here.
Download the latest version of the theme via you account section from our site and update it.And yes you can use it on multiple sites but you will get support for only one site.
If you have any problem let us know.
Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Schoukah,
We have not change appearance on menu.
If you downgrade back to the previous version you will see same appearance as you see on the latest version.To reduce the gap between the main menu and the dropdown menu just Go to Appearance > Customize > Interface Theme Options > Custom CSS and paste the below CSS code then click on Save button.
#access ul li ul { top: 70px; }
Thank you for appreciating our work.
Theme Horse Support Team
KeymasterHi @rob3, @lenylucky
To reduce the white space go to Go to Appearance > Customize > Interface Theme Options > Custom CSS and paste the below CSS code then click on Save button.
#site-logo { margin-top: 10px; } #access a { padding: 25px 0 0; height: 45px; } #access ul li ul { top: 70px; } .search-toggle { margin-top: 25px; } #search-box { top: 70px; }
Thank you!
Theme Horse Support Team
KeymasterHi Diogomto,
As of your email we have replied your all queries here in this reply.
To align logo vertically center and to change the color of the block and position them a bit up just go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.
#site-logo { margin-top: 22px; } .featured-text { bottom: 200px; } .featured-text .featured-title { background-color: #2b3c8e; }
Change the above hex color code
#2b3c8e
to change the different color for the block and to disable the link it need code customization you need upgrade to pro version or hire a developer.Thank you!
Theme Horse Support Team
KeymasterHi all,
Search function will disable in mobile version by default.
To show it on mobile devices just add below custom css:@media only screen and (max-width: 767px) { .search-toggle { display: block; margin-top: 22px; right: 40px; } #search-box { right: 30px; min-width: 203px; } }
Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Habijabi,
Width of your image size is smaller than our content area and it display the exact image size. If you want to show the image to the full width just add below custom css.
img.size-full.wp-image-91 { width: 100%; }
Thank you!
Theme Horse Support Team
Keymaster -
AuthorPosts