Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Shegga,
To hide category title, admin and date Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.entry-meta .cat-links, .entry-meta .by-author, .entry-meta .date { display: none; }
Thank you!
Theme Horse Support Team
KeymasterWe have looked into your site and found that you have uploaded the image with 150px X 150px sizes. Please upload the image with 340px X 340px size for clear high quality look.
Thank you!
Theme Horse Support Team
KeymasterSocial media icons are the buttons that are created with images. It is not possible to make it bigger. You have to hire a developer for this.
Thank you!
Theme Horse Support Team
KeymasterYou have to edit the logo with adding some gap around and upload and yes logo should be about 400px (width) and 150px (height).
Though if you just want to add some more space between the logo that you have right now then just Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:.widget_ourclients ul li { margin: 0 30px; }
Regards,
Theme HorseTheme Horse Support Team
KeymasterSorry it is not possible. It needs code customization. You have to hire a developer for this.
Thank you!
June 11, 2014 at 7:28 pm in reply to: Right Margin moves below Main Content when viewed on laptop #11203Theme Horse Support Team
KeymasterHi Ameetagarwal2010,
Sorry this is not an issue. we made it that way. When you view it on smaller screen 1079px then responsiveness start working and right side bar moves to the bottom of the main content.
Thank you!
Theme Horse Support Team
KeymasterHi bdk,
To centered the menu Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#access { text-align: center; } #access li { display: inline-block; float: none; margin-right: -4px; } #access a { display: block; float: none; } #access ul li ul { text-align: left; } #access ul li ul li { display: block; margin-right: 0; }
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Ann,
To hide a post title in single post page Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.single-post .entry-header { display: none; }
Hope this solve your problem.
Thank you!
Theme Horse Support Team
KeymasterHi LMKweb,
To change content lists color Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#content ul a, #content ol a { color: #05A9C5; }
Note: Change the above Hex color code 05A9C5 to your own color code to change the lists color.
Thank you!
Theme Horse Support Team
KeymasterHi Lokman,
Sorry it is not possible to this theme. You have to customize the code. You need to hire a developer for this.
Thank you!
Theme Horse Support Team
KeymasterHi Ann,
You want to change the style of the text when it is selected/ highlighted OR what?
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Franz,
You have to set narrow layout for site layout option via theme option panel then set the background color to gray and also change color for header, body and footer to white from the color option. If you can not set it all then provide us your temporary username and password at [email protected] we will set it for you.
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi Daniel,
It can not be automatically centered. To centered the services item Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.business-layout .one-fourth { width: 30.35%; }
Thank you!
Theme Horse Support Team
KeymasterHi Ken,
Yes, It is possible to change the size of the featured image pics on the blog pages thru Custom CSS via theme option. What size you want to change for featured image on the blog post?
Thank you!
Regards,
Theme HorseTheme Horse Support Team
KeymasterHi Alicia,
To larger the site title and bolden the headings in the right sidebar Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#site-title { font-size: 42px; } .widget-title { font-weight: bold; }
Note: Increase above font size value 42 to your own size to make it bigger.
Thank you!
-
AuthorPosts