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,346 through 3,360 (of 3,439 total)
  • Author
    Posts
  • in reply to: Trouble hiding page title on some posts but not others #11127

    Hi Ann,

    To hide a post title in single post page Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .single-post .entry-header {
        display: none;
    }

    Hope this solve your problem.

    Thank you!

    in reply to: Link color in bulleted lists #11126

    Hi LMKweb,

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

    
    #content ul a, #content ol a {
         color: #05A9C5;
    }

    Note: Change the above Hex color code 05A9C5 to your own color code to change the lists color.

    Thank you!

    in reply to: Margins modifications in a section #11125

    Hi Lokman,

    Sorry it is not possible to this theme. You have to customize the code. You need to hire a developer for this.

    Thank you!

    in reply to: Kitchen Sink – Text Color #11124

    Hi Ann,

    You want to change the style of the text when it is selected/ highlighted OR what?

    Thank you for using our theme.

    in reply to: How they have done this? #11123

    Hi Franz,

    You have to set narrow layout for site layout option via theme option panel then set the background color to gray and also change color for header, body and footer to white from the color option. If you can not set it all then provide us your temporary username and password at [email protected] we will set it for you.

    Thank you for using our theme.

    in reply to: Home page icons under the slider image #11122

    Hi Daniel,

    It can not be automatically centered. To centered the services item Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .business-layout .one-fourth {
        width: 30.35%;
    }

    Thank you!

    in reply to: Image size on blog pages #11106

    Hi Ken,

    Yes, It is possible to change the size of the featured image pics on the blog pages thru Custom CSS via theme option. What size you want to change for featured image on the blog post?

    Thank you!

    Regards,
    Theme Horse

    in reply to: Increasing Header title size #11049

    Hi Alicia,

    To larger the site title and bolden the headings in the right sidebar Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #site-title {
        font-size: 42px;
    }
    .widget-title {
        font-weight: bold;
    }

    Note: Increase above font size value 42 to your own size to make it bigger.

    Thank you!

    in reply to: Rich Snippets (structured data) #11025

    Hi Daniel,

    Sorry for late reply.
    You can use it from webmaster tools via theme options.

    Thank you!

    in reply to: Menu on Ipad doesn't work #11024

    Hi Paul,

    Please add # in the URL field for the all the custom link that you created. View this screenshot for example.

    Thank you!

    Regards,
    Theme Horse

    in reply to: Featured Image size on corporate page #11013

    Hi Sidse,

    Could you provide us your site url so that we can help you exactly what you mean?

    Thank you!

    in reply to: Clean Retina main Menu hight #11012

    Hi akole,

    To shrink the height of the main menu Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    
    #access a {
        height: 35px;
        padding-top: 16px;
    }
    #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 {
        padding-top: 11px;
    }
    #access ul li ul {
        top: 51px;
    }

    Thank you!

    in reply to: Problem with Header Logo #11010

    Hi Alex,

    You need to crop the logo image then upload and check. If you are still need help then please upload your all file to the server and provide us your temporary username and password we will set for you what you would like to.

    Thank you!

    in reply to: Business Layout Widgets #11008

    @LcedQuick Could you please clarify with detail? We are not able to see any red bar in your site. Please send the screenshot to our email to [email protected] with forum topic link with highlighting the red bar.

    Thank you!

    in reply to: Side Bar Widget Problems #10917

    @Marguerite Yes

    is the correct way to create 3 column for the pages but if you update the theme with the latest version any time you will loss your changes and need to set it again and again to create 3 col for pages try using plugins.

    Thank you!

Viewing 15 posts - 3,346 through 3,360 (of 3,439 total)