Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi Rich,
Sorry for misunderstanding. So you need to add the background-image for contact info bar. Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
For top info bar only paste below code
#branding .info-bar { background-image: url("YOUR-IMAGE-LINK"); background-position: center center; background-size: cover; }
For footer info bar paste below code
#colophon .info-bar { background-image: url("YOUR-IMAGE-LINK"); background-position: center center; background-size: cover; }
For both top and footer info bar paste below code
.info-bar { background-image: url("YOUR-IMAGE-LINK"); background-position: center center; background-size: cover; }
Note: Replace above image link YOUR-IMAGE-LINK to your own image link.
Thank you!
Theme Horse Support Team
KeymasterHI Mricci1221,
Please reinstall the fresh copy of the theme. Our theme already have the menu at right and logo at left on the same horizontal line.
You have customize the code so that we can not able to fix the issue. So please install the fresh copy theme. Your data will not lost but your all customize code in the file will be removed.Thank you!
Theme Horse Support Team
KeymasterHi artvaarkdesign,
It seems that you have customize the style.css file also we saw that there is bootstrap CSS is loaded in your site which create the issue in navigation. You can see the demo site there is no any issue with the menu.
Install the fresh copy of our theme. Before installing fresh new copy make sure you back up your customize code.Thank you!
July 24, 2014 at 7:40 am in reply to: Urgent! Serious error message on WordPress dashboard related to theme #12424Theme Horse Support Team
KeymasterHello Kimpatt,
Some hosting are having this issue. Could you please email us a temporary username and password to your site at [email protected].
We will see it once and we will solve your issue.Thank you!
Theme Horse Support Team
KeymasterHi Business Cat,
To make the featured images larger Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.service-item .service-icon { float: none; margin-right: 0; } .service-item .service-icon, .service-item .service-icon img { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; max-width: 100%; height: 160px; }
Thank you!
Theme Horse Support Team
KeymasterHi njfreestone,
You can add
.entry-title
selector for post title and.page .entry-title
for page title.Thank you!
Theme Horse Support Team
KeymasterHi Klemen,
Go to Apperance->Theme options->Design options Tab->Custom Header. There you can see the Header menu position select the center option and click on save all changes button.
Thank you!
Theme Horse Support Team
KeymasterHi Ksuna24,
You can easily add the social profiles in top info bar and footer via theme options.
Go to Appearance->Theme options->Contact/Social Links Tab->There you can see the Social Links options add the link to the fields and click on the save all changes button.If you are looking to display the social profiles in different section then you need to customize the code. You have to hire a developer for this.
Thank you!
Theme Horse Support Team
KeymasterHi
Please re install the theme once again. We found that you have customize the code and placed the logo incorrectly. Hence, it is having the issue. So please reinstall the theme once again.
Thank you for using our theme.
Theme Horse Support Team
KeymasterHi ThenBusinessCAT,
Sorry we can not view your The website URL http://webconsultantgeek.com/buildingcontractor/. If we view your site then it will me more easy for us to placed the menu at bottom if it is possible.
Thank you!
Theme Horse Support Team
KeymasterHi MUGSINIQUE,
Sorry for the late reply we missed your queries.
To change the font size Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#site-description { font-size: 16px; }
Note: Change above digit value 16 to your own to change the font size.
Thank you!
Theme Horse Support Team
KeymasterHi Gassho,
Sorry there is no way to include this without plugin. It needs code customization. You have to hire a developer for this.
Thank you!
Theme Horse Support Team
KeymasterHi The Business cat,
First we are confuse what your are trying to do? Are you trying to put the navigation bar below the featured slider OR what? Also provide us your site URL too.
Thank you!
Theme Horse Support Team
KeymasterHi Juliet,
Sorry you can not easily change the menu bar on the top of the header image. It needs code customization. You have to hire a developer for this.
Thank you!
July 10, 2014 at 9:58 am in reply to: post title and post content not showing in the slider in small screens #12032Theme Horse Support Team
KeymasterHi Harriet,
We made the featured content OFF on mobile device. If we ON it then your featured image will whole covered by featured content and user could not able to see the featured image nor they can read the featured content. Hence we made it OFF for mobile devices.
Thank you!
-
AuthorPosts