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

    The custom CSS that you paste in custom CSS is wrong please try paste below CSS code and save it.

    #controllers a:hover, #controllers a.active {
        background-color: #e7004a;
        color: #e7004a;
    }
    .single-post .entry-header {
        display: none;
    }

    Thank you!

    in reply to: My Header is not the same as the one publicised #11405

    Hi Dawn,

    What do you mean that page area is below the image instead of above?
    Please clarify what you are trying to say we could not able to understand?

    Thank you

    in reply to: How to put border around featured image #11404

    Hi LInaTee,

    To add a border for the image tag Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .post-featured-image a {
        background-color: #FFFFFF;
        border: 1px solid #CCCCCC;
        display: block;
        padding: 5px;
    }

    and to align the header title to right of the logo you have to customize the code and you have to hire a developer for this

    Thank you!

    in reply to: infinite scroll #11350

    Great 🙂

    in reply to: List of Warnings #11348

    Hi Henderson,

    Some hosting are having this issue. Could you please provide us temporary username and password to your site? We will see it once and we will solve your issue.

    Thank you!

    Hi ameetagarwal2010,

    Sorry it is not possible because we made it that way.
    The right side bar moves to the bottom when the screen size is less than 1079px. We made it this way to support narrow layout.

    Thank you!

    in reply to: How to put border around featured image #11346

    Hi Lina,

    Can you provide us your site url so that we can see in which image you want a border and provide you a exact code for it.

    Thank you!

    in reply to: Altering the opacity of the header area #11291

    Hi Alexander,

    If you set the opacity for header section all the content inside header with featured slider, slogan, menu and social icons will also take effect. Hope you are trying to say then please clarify it.

    Thank you!

    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.

Viewing 15 posts - 3,361 through 3,375 (of 3,469 total)