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,121 through 3,135 (of 3,480 total)
  • Author
    Posts
  • in reply to: Reducing gap under the menu bar + caption under pictures #21211

    Hi Charlotte,

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

    #access {
        margin-bottom: 20px;
    }

    Note: Decrease/Increase the above digit value 20 to your own needs.

    Thank you!

    in reply to: Reducing gap under the menu bar + caption under pictures #21188

    Hi Charlotte,

    To reduce the gap between menu bar and the first post 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: 30px;
    }

    And to add the caption for the images in your post follow this instruction http://youtu.be/w4ZsydcSY84

    Thank you.

    in reply to: Change menu hover colour #21185

    Hi c.gelep,

    This feature is only available in the pro version of Interface Pro. You can change each and every color as well as font family and size too. Anyways we will provide you a Custom CSS to change hover/active color. Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access a:hover, 
    #access ul li.current-menu-item a, 
    #access ul li.current_page_ancestor a, 
    #access ul li.current-menu-ancestor a, 
    #access ul li.current_page_item a, 
    #access ul li:hover > a,
    #access ul li ul li a:hover, 
    #access ul li ul li:hover > a, 
    #access ul li.current-menu-item ul li a:hover {
        color: #63c6ae;
    }

    Note: Change above HEX color code #63c6ae to your own HEX color code.

    Thank you!

    in reply to: Can't download the template #21155

    Hi Steve,

    If you can not download the theme then it means you have cancel the subscription before downloading the theme file.
    Please contact to our sales team at [email protected] with your order number they will fix your account status.

    Thank you!

    in reply to: child pages not indenting… #21024

    Hi Julien,

    Clarify what you are trying to say? May we have understand different then you are asking?

    Thank you!

    in reply to: Hide page title of starting page #20908

    HI Corinna,

    If Disable title plugin helps then you can use it. Otherwise you have to customize the code. You have to hire a developer.

    Thank you!

    in reply to: Deleting white space above main pic on home page #20907

    Great 🙂

    in reply to: blockquote paragraphs #20891

    Hi Gassho,

    So we will not update it then. Use enter twice in visual composing text option to make more spaces.

    Thank you!

    Regards,
    Theme Horse

    in reply to: Deleting white space above main pic on home page #20859

    Hi Greg,

    To reducing the white space above the main jpeg and the area just below the menu Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .home #main {
        padding-top: 0;
    }
    .home img.alignright {
        margin-bottom: 0;
    }

    Thank you!

    in reply to: blockquote paragraphs #20814

    Hi gassho,

    It’s a simple HTML tags. Learn more about <p> tags and <br> tags here. http://www.w3schools.com/tags/tag_br.asp
    http://www.w3schools.com/TAgs/tag_p.asp

    Thank you!

    in reply to: blockquote paragraphs #20784

    Hi Gassho,

    We apologize that we missed it to update. Actually we will list out all the things that we are going to update but we missed your point.
    Now if we update the theme with the css that we have provided 2 days before then yes you have to manually delete all extra <p> tag from all the old posts. By the way you do not have to edit all your post you just have to remove the extra empty

    tag in the blockquote from your post. Also you have used the empty <p> tag for the spaces in the blockquote instead of <br> tag.

    Thank you!

    in reply to: How do I get rid of the Titles on each page (including home)? #20773

    HI Tim,

    Sorry you can use only standard title of the page. It needs code customize to create the title on the page using h1 tag. You have to hire a developer for this.

    Thank you!

    in reply to: contact bar icons not showing in MSIExplorer 11 on Win8.1 #20763

    Hi Shelley,

    To add some spaces below the revolution slider please Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button but remove it if you have not used revolution slider.

    .business-layout .header-main {
        padding-bottom: 30px;
    }

    Thank you!

    in reply to: Hide page title of starting page #20759

    Hi Corinna,

    What you are trying to say? Are you trying say to hide the static page title from the home page?

    Thank you!

    in reply to: blockquote paragraphs #20756

    Hi,

    @gassho
    Sorry we cannot provide you a custom css. There is only two option to remove the paragraph spaces you have to delete all the empty <p> </p> tags and paste the CSS code we have given or you have to stick with the same old empty <p> </p> tags.


    @jphibbard
    Sorry there is no any error in the function get_header(). May you have customize the code before and updated it.

    Thank you!

Viewing 15 posts - 3,121 through 3,135 (of 3,480 total)