Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterTo change the main contain background color add below custom css
#page { background-color: #eee; }
Thank you!
Theme Horse Support Team
KeymasterHi Toddw,
Responsiveness works with media screen size not with resolution. Even you mobile resolution is higher but the screen size will be small and according to the design of this theme you can not see the featured slider image clearly if we display title and content.
Anyways, we have provided you a custom CSS to display the title and content of the featured slider So, please go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
@media only screen and (max-width: 767px) { .featured-text .featured-title, .featured-text .featured-content { display: block; padding: 3px 10px; font-size: 12px; line-height: 16px; } }
Thank you!
Theme Horse Support Team
KeymasterHi Marekmak,
To change the background color you have to upgrade to the premium version of WP Portfolio theme where you can have a lots of features with color option to change the specific section. However, you can change it via custom css to set the background go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
#page:before, .entry-main { background-color: #fff; }
Change above HEX color code #fff to you own HEX color code.
Also we have spend lots of time and efforts to develop this theme available free for all.
Could you also please help us rating this theme in WordPress Repository.
https://wordpress.org/support/view/theme-reviews/wp-portfolio
We really appreciate your rating.Thank you!
Theme Horse Support Team
KeymasterHi Patricia,
Please provide us the site URL? So that we can see the exact issue.
Thank you!
Theme Horse Support Team
KeymasterWelcome anytime. 🙂
Theme Horse Support Team
KeymasterHi Dbj,
Apologies for the late reply.
Different cache plugin have different features for more features and cache you have to purchase a premium cache plugin and we recommended you to use WP Rocket premium plugin where you can cache not only JavaScripts but also cache more files. You can see the list of features here
Thank you!
Theme Horse Support Team
KeymasterHi Tina,
We have hide the Featured Image titles and Short Descriptions in small devices as this will overlap the whole slider image which will not be a user friendly.
Thank you!
Theme Horse Support Team
KeymasterHi Catherinetrestini,
Sorry! To show your blog as a full content you need to hire a developer to customization the code as this is a extra feature to add in the theme.
Thank you!
Theme Horse Support Team
KeymasterHi,
Exactly which section you want to change the hover effect in this theme?
Are you asking for links hover?Thank you!
Theme Horse Support Team
KeymasterWe have received your email and we will communicate via email.
Thank you!
Theme Horse Support Team
Keymaster@scottsamborski We have just checked your order detail and your order is fine try one more time by login to your account and download the theme from the downloads tab.
Thank you!
Theme Horse Support Team
KeymasterHi Toddw,
We have hide the Featured Image titles and Short Descriptions in small devices as this will overlap the whole slider image.
We can share some CSS code but it will overlap your slider image which will not be a user friendly.Thank you!
Theme Horse Support Team
KeymasterHi Rawbean,
To reduce the white space between the logo and the menu and page title bar go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
#access a { padding-top: 10px; height: 30px; } .page-title-wrap { padding: 10px 0; }
And to add the link a map from the address it needs code customization you need to hire a developer as this is a new feature to add in the theme.
Thank you!
Theme Horse Support Team
KeymasterHi Boni,
Sorry! We have just checked that and all is fine here.
Which version of the theme you are using into your site the Current Version is 3.0.5? If you have not update the theme then please download it from our account page and update it into your site.Also please provide us the temporary username and password to your site via email so that we can see the exact issue into your site.
Thank you!
October 16, 2016 at 5:51 am in reply to: How can I increase the space between lines in a List #47614Theme Horse Support Team
KeymasterHi Boni,
To increase the space between the lines go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
#content ul li, #content ol li { padding-bottom: 5px; }
Thank you for using our theme.
-
AuthorPosts