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,271 through 3,285 (of 3,439 total)
  • Author
    Posts
  • in reply to: Remove text widget background color #12808

    Hi tekgirl,

    To remove the color of the footer sidebar Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .textwidget {
        background-color: #5e5e5e;
    }

    Note: Change above hex color code 5e5e5e to your own hex code.

    Thank you!

    in reply to: Front page descriptions – where are these held? #12807

    Hi mrjcleaver,

    Go to page Productivity at Enterprise Scale and change the description as like you do for the post.

    If you saying to add the link then it is not possible we made that section for short description of the page. Visitor click there and have the link inside the main page.

    Thank you!

    in reply to: White Space Above Header Fix Not Working #12718

    If you are trying say to fix the gap below the header image then you can do it fix it by editing the image. The gap your are trying to reduce is of image. View your header image here http://www.ezrvservice.com/wp-content/uploads/2014/07/Banner-orange.jpg gap is on the image itself.

    Thank you!

    in reply to: archive listing showing on Shop page #12630

    Hi Christopher,

    Sorry, We have not seen any Archive link on your shop page. Also seems like you have already change the background image of your own.

    Thank you!

    in reply to: White Space Above Header Fix Not Working #12629

    Hi Tekgirl,

    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #main {
        padding-top: 10px;
    }

    Thank you!

    in reply to: Featured Image #12595

    HI The Business Cat,

    Please upload a large size image then select the large size image. It seems that you have selected small size image with 80px/80px.

    Thank you!

    in reply to: How put TripAdvisor logo in the header? #12594

    Hi raquelponsm,

    Sorry, It needs code customization you have to hire a developer for this.

    Thank you!

    Hi Andrea,

    Sorry to hear that. Unfortunately we can not do anything on this. We have already the free version of this theme which is GPL licensed and anyone can download the theme as well as clone the design. We can not intimate anyone who clone the theme because we have distribute the theme for free.

    Thank you!

    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!

Viewing 15 posts - 3,271 through 3,285 (of 3,439 total)