badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 3,316 through 3,330 (of 3,476 total)
  • Author
    Posts
  • in reply to: Contact Info Bar #12542

    Hi 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!

    in reply to: Interface (free) Nav Menu Issues #12465

    HI 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!

    in reply to: Sub menu not clickable in navigation menu #12464

    Hi 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!

    Hello 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!

    in reply to: Featured Image #12386

    Hi 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!

    in reply to: Different 'title' size for pages and posts #12383

    Hi njfreestone,

    You can add .entry-title selector for post title and .page .entry-title for page title.

    Thank you!

    in reply to: Center navigation #12382

    Hi 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!

    in reply to: How to add IMAGES to the menu for FB, Twitter #12377

    Hi 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!

    in reply to: Interface (free) Nav Menu Issues #12296

    Hi

    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.

    in reply to: Navigation Bar inside Header #12243

    Hi 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!

    in reply to: Title Tag Line Font #12242

    Hi 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!

    in reply to: Author Bobx #12140

    Hi 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!

    in reply to: Navigation Bar inside Header #12139

    Hi 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!

    in reply to: Navigation Menu in Header #12033

    Hi 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!

    Hi 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!

Viewing 15 posts - 3,316 through 3,330 (of 3,476 total)