badget

Biggest Sale! Special Offer!

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

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 3,316 through 3,330 (of 3,489 total)
  • Author
    Posts
  • in reply to: Change the size of the slider #12948

    Hi Cool Dad,

    How much size you want to make for slider? Are you asking to reduce the slider size horizontally or vertically?

    And to reduce the gap at the top of each page Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #main {
        padding: 20px 0 10px;
    }

    Thank you!

    in reply to: Need to add space under revolution slider in header #12944

    Hi Kelsey,

    To add gap below revolution slider Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .slogan {
        margin-top: 40px;
    }

    Thank you for using our theme.

    in reply to: Hyperlink Hover Color Change #12943

    Hi Chapline,

    To set the hyperlink hover color change to be the same colors changes that the menu and the widget custom menu Go to Appearance -> Theme Options -> Design Options Tab-> Color Options you will easily see the color skin option change the color as you like and save it.

    and for page title color Go to Appearance -> Theme Options -> Design Options Tab-> Font Color Options you will easily see the Heading color option change the color as you like and save it.

    Thank you!

    in reply to: Remove text widget background color #12842

    Hi tekgirl,

    Please specify clearily which section you want to change the background color in this screenshot. 1 OR 2

    Thank you!

    in reply to: Nav #access #12809

    Hi Tekgirl,

    Yes there is a CSS code.

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

    .hgroup-wrap {
        background-color: #ffffff;
    }

    Note: Change above Hex color code #ffffff to your own Hex color code.

    Thank you!

    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!

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