Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi,
To reverse the transition effect Go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save & Publish button:
.widget_recent_work .recent-work-col a img { opacity: 0.5; transition: all 0.3s ease-out 0s; } .widget_recent_work .recent-work-col a:hover img { opacity: 0.9; }
Thank you!
Theme Horse Support Team
KeymasterHi Martin2,
It seems that you have customize the code and your menu is different.
Please set the same default menu then let us know. We can not fix when you have change/customize the main theme code.Thank you!
Theme Horse Support Team
KeymasterHi Amy,
Sorry! We have checked and it works fine here.
You are doing wrong to set the gallery please follow this instruction https://www.themehorse.com/theme-instruction/interface-pro/#gallery to set the gallery.
And also seems that you have set the image in the slider.Thank you!
Theme Horse Support Team
KeymasterHi Arjen,
To fix it go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS and paste the below CSS code and Click on Save & Publish button.
.entry-content p a.readmore { float: none; }
Thank you!
October 28, 2015 at 5:23 am in reply to: Left sidebar content displaying underneath main content instead of to the left #38943Theme Horse Support Team
KeymasterHi Sean,
We have viewed your pages and it seems everything is fine. Left Sidebar is displaying correctly and it is not displaying underneath the main text.
Thank you!
Theme Horse Support Team
KeymasterWelcome Thomas 🙂
Theme Horse Support Team
KeymasterHi Brian,
Sorry for misunderstand.
Go to Appearance -> Customize -> Ambition Theme Options -> Excerpt Options there you can change the button text read more.Thank you!
Theme Horse Support Team
KeymasterHi Arjen,
Please add
class="readmore"
in the anchor tag for the button. You can insert it as below:
<a href="http://www.contactdestip.nl/?page_id=16" class="readmore">contact</a>
Thank you!
Theme Horse Support Team
KeymasterHi @lbdc-design
Can you provide me the direct page link of that screenshot? So, that we can see that on iPad.
Thank you!
Theme Horse Support Team
KeymasterHi Joel1,
Primary is the main content and secondary is for sidebars where you can add different widgets on it.
Thank you!
Theme Horse Support Team
KeymasterHi Wilnesse,
To set the business page please refer to this instruction page here https://www.themehorse.com/theme-instruction/ambition-pro/#businesslayout
If you can not set please provide us the temporary username and password to your site via Email
Please do not share any username and password here in this forum because this forum is public and visible to all customers.Thank you!
Theme Horse Support Team
KeymasterHi Thomas,
Use below CSS code to change the font size as well as to disable call to action button:
For primary text:
.widget_promotional_bar .promotional-text { font-size: 32px; line-height: 39px; }
For secondary text:
.widget_promotional_bar .promotional-text span { font-size: 16px; line-height: 23px; }
For to disable button:
.widget_promotional_bar .call-to-action { display: none; }
Increase/Decrease above digit value to change the font size as well as line height.
Thank you!
Theme Horse Support Team
KeymasterHi Ausasan,
To change the background color for header go to Appearance -> Customize -> Design Options Tab -> Custom CSS then paste the following CSS code and Click on Save & Publish button:
#branding { background-color: #fff; }
Please change above HEX color code #fff to your own HEX color code.
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Rahul,
Add below CSS code in style.css file under attitude-child folder.
For navigation parent:
#access a { color: #777; }
For drop-down:
#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 { color: #777; }
Change above hex color code
#777
to your own HEX color code to change the color of the parent navigation as well as drop-down menu.Thank you!
Theme Horse Support Team
KeymasterThank you for sending login detail. Our support team will reply you via email.
-
AuthorPosts