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,196 through 3,210 (of 3,489 total)
  • Author
    Posts
  • in reply to: Font Size #19663

    Hi info42,

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

    body, input, textarea {
        font-size: 18px;
    }

    Change the above digit value 18 to increase/decrease the font size.

    Thank you!

    in reply to: Mysterious bottom slider – the page has space on right side #19433

    Hi klara.zalokar,

    Sorry we could not understand what you are trying to say? Please clarify it.

    Thank you!

    in reply to: Issue with the right sidebar. #19432

    Hi sudheer2011,

    We have not seen any issue with the post add merging with one another. Did you solve it?

    Thank you!

    in reply to: IE rendering table incorrectly #19429

    Hi Jane,

    Can you send us a screenshot of the exact issue please? You can use http://awesomescreenshot.com/ for online screenshot.

    Thank you!

    in reply to: blog/article showing in sidebar #19263

    Hi Jorg,

    Sorry we can not understand what you are trying to say? Please make it clear and easy to understand.

    Thank you!

    Hi Harriet,

    To position the height of the slider title and description.

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

    .featured-text {
        bottom: 50px;
    }

    Note: Increase/Decrease the above 50 digit to change the height of the title and description.

    and Which text in mobile device that you want to reduce the size please clarify it?

    Thank you!

    in reply to: hgroup clean retina W3C #19259

    Hi Simon,

    Oh…! Sorry we are missing this. We will update it within couple of week.

    Thank you!

    in reply to: Modifie colour and size of title #19256

    @daniel67alvarez Sorry this features is only available in the pro version of theme. If you are interested you can purchase it here https://www.themehorse.com/themes/attitude-pro/

    Thank you!

    in reply to: Automatic capitalization in submenus #19255

    Hi Melanie,
    Please remove all above css from your custom CSS and try below one:

    #access ul li ul li a, 
    #access ul li.current-menu-item ul li a, 
    #access ul li ul li.current-menu-item a, 
    #access ul li.current_page_ancestor ul li a, 
    #access ul li.current-menu-ancestor ul li a, 
    #access ul li.current_page_item ul li a {
        text-transform : none;
    }

    Hope this will solve your problem.

    Thank you!

    in reply to: Google fonts #19254

    Hi Konrad,

    Sorry for late reply. We have researched about it. Yes there is some Google font issue in the theme. We will update it in upcoming version.
    For now just Go to theme directory -> inc -> functions -> functions.php on line no. 67

    You will find the below code:
    wp_register_style( 'interface_google_font', '//fonts.googleapis.com/css?family='.$interface_google_font_load .':400,700italic,700,400italic');

    replace above with below code:
    wp_register_style( 'interface_google_font', '//fonts.googleapis.com/css?family='.$interface_google_font_load .':400,700italic,700,400italic&subset=latin,cyrillic-ext,latin-ext');

    Thanks for reporting the issue.

    in reply to: Footer to stick to the bottom #19037

    Hi Daniel,

    Oh now we got it what you are trying to say?

    We have visited the link http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page that you have provide and a CSS code compatible to our theme and it works.

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

    html,
    body {
       height:100%;
    }
    .wrapper {
       min-height:100%;
       position:relative;
    }
    #colophon {
       position:absolute;
       bottom:0;
       width:100%;
    }

    Thank you!

    in reply to: Login area in third colum front page #19036

    Hi Isabella,

    Sorry, All the widgets will display on different section in business sidebar.
    So you can not put login section in the third column of service widget.

    Thank you!

    in reply to: Space in between widget title and content #18795

    Hi Edwin,

    Ok, then remove previous CSS code and paste below one

    #secondary .widget-title {
        margin-bottom: 15px;
    }
    .widget {
        text-align: center;
    }

    Thank you!

    in reply to: Space in between widget title and content #18791

    Hi Edwin,

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

    .widget-title {
        padding-bottom: 15px;
    }
    .widget {
        text-align: center;
    }

    Note: Decrease/Increase the 15 digit above to change the space of widget title.

    Thank you!

    Thank you!

    in reply to: Google Structured Data Errors #18788

    Hi Theburgernerd,

    We have researched for Google structure data errors for pages and found that for pages there will be no author to place the vcard and author and no published date in pages to put update. You can also test the pages of WordPress default themes http://twentyfourteendemo.wordpress.com/

    Thank you!

Viewing 15 posts - 3,196 through 3,210 (of 3,489 total)