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,376 through 3,390 (of 3,476 total)
  • Author
    Posts
  • in reply to: Category title, admin and date #11225

    Hi Shegga,

    To hide category title, admin and date Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .entry-meta .cat-links,
    .entry-meta .by-author,
    .entry-meta .date {
        display: none; 
    }

    Thank you!

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

    We have looked into your site and found that you have uploaded the image with 150px X 150px sizes. Please upload the image with 340px X 340px size for clear high quality look.

    Thank you!

    in reply to: Social Media Button Has A Problem #11215

    Social media icons are the buttons that are created with images. It is not possible to make it bigger. You have to hire a developer for this.

    Thank you!

    in reply to: Business page: our client section. Clients logos #11213

    You have to edit the logo with adding some gap around and upload and yes logo should be about 400px (width) and 150px (height).
    Though if you just want to add some more space between the logo that you have right now then just Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    
    .widget_ourclients ul li {
        margin: 0 30px;
    }

    Regards,
    Theme Horse

    in reply to: Increasing Header title size #11212

    Sorry it is not possible. It needs code customization. You have to hire a developer for this.

    Thank you!

    Hi Ameetagarwal2010,

    Sorry this is not an issue. we made it that way. When you view it on smaller screen 1079px then responsiveness start working and right side bar moves to the bottom of the main content.

    Thank you!

    in reply to: Center horizontal menu (pages, links, etc..)? #11201

    Hi bdk,

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

    #access {
    	text-align: center;
    }
    #access li {
    	display: inline-block;
    	float: none;
    	margin-right: -4px; 
    }
    #access a { 
    	display: block;
    	float: none;
    }
    #access ul li ul {
    	text-align: left;
    }
    #access ul li ul li {
    	display: block;	
    	margin-right: 0;
    } 

    Thank you for using our theme.

    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!

Viewing 15 posts - 3,376 through 3,390 (of 3,476 total)