Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi,
To remove the line below the header logo go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
#site-title a:after { content: normal; }
Thank you for using our theme.
September 16, 2016 at 8:06 am in reply to: I want to move information bar right next to the icons of social networks #47081Theme Horse Support Team
KeymasterHi Alie_kekanbas,
To move info content next to the right side of social profiles go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
.info-bar .info { float: right; } .info-bar .info ul li { margin-right: 0; margin-left: 20px; }
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Eveliina.lindell,,
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/attitude
We really appreciate your rating.Thank you!
Theme Horse Support Team
KeymasterHi Sara,
To add a 3rd column it needs code customization. You have to hire a developer as this is a new feature to add in the theme.
Thank you!
Theme Horse Support Team
KeymasterHi Debbie,
Could you please provide us the site URL? So that we can see the blurry icon and try to solve your question.
Thank you for using our theme.
Theme Horse Support Team
KeymasterTo remove the advertising banners on the sidebar from the Register/ Login Page go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS and add the following CSS code and click on save button:
.page-id-113 #secondary .widget_text, .page-id-115 #secondary .widget_text { display: none; }
Thank you!
Theme Horse Support Team
KeymasterHi Debbie,
Could you please provide us the site URL? So that we can see the blurry icon and try to solve your question.
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Sara,
We have viewed your site and drop down menu is working fine when mouse hover on it.
If you have any issue then let us know.Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Bruce,
Feature slider in ambition theme covers your whole screen size and the position will be at center. To make it default Go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
.featured-slider .featured-image { background-attachment: inherit; background-position: inherit; background-size: inherit; min-height: 260px; }
Please adjust above 260px min-height as of your featured image and let us know.
Thank you!
Theme Horse Support Team
KeymasterHi Waterrabbit7,
To hide the menu in Register/ Login Page and the Login Page go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and click on save button:
.page-id-113 #access, .page-id-115 #access { display: none; } #site-logo { margin-bottom: 32px; }
Thank you for using our theme.
September 6, 2016 at 10:52 am in reply to: How to change my own font at menu-item on widget menu ? #46858Theme Horse Support Team
KeymasterHi Chaimongkol,
Apologies for the late reply.
Could you please provide us the site URL? So that we can help you.Thank you!
Theme Horse Support Team
KeymasterHi Bruce.gibbins,
You can use any image size however to support the large screen size we recommend you to use large image. You can reduce the image size via different image optimize software. We have also used 2300 X 1300px images in the featured slider in our demo site which is just 2MB.
Thank you!
Theme Horse Support Team
KeymasterHi Daisuke,
For this you have to create new widget which needs code customization you have to hire a developer as it is a new feature to add in the theme.
Thank you!
Theme Horse Support Team
KeymasterHi ruth elizabeth smith,
To hide site title on home page only then add below custom css too
.home #site-logo { display: none; }
Thank you!
Theme Horse Support Team
KeymasterHi Boni,
To add the underline in all hyperlinks go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
.entry-content a { text-decoration: underline; }
Thank you!
-
AuthorPosts