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,286 through 3,300 (of 3,439 total)
  • Author
    Posts
  • in reply to: How to add IMAGES to the menu for FB, Twitter #12377

    Hi Ksuna24,

    You can easily add the social profiles in top info bar and footer via theme options.
    Go to Appearance->Theme options->Contact/Social Links Tab->There you can see the Social Links options add the link to the fields and click on the save all changes button.

    If you are looking to display the social profiles in different section then you need to customize the code. You have to hire a developer for this.

    Thank you!

    in reply to: Interface (free) Nav Menu Issues #12296

    Hi

    Please re install the theme once again. We found that you have customize the code and placed the logo incorrectly. Hence, it is having the issue. So please reinstall the theme once again.

    Thank you for using our theme.

    in reply to: Navigation Bar inside Header #12243

    Hi ThenBusinessCAT,

    Sorry we can not view your The website URL http://webconsultantgeek.com/buildingcontractor/. If we view your site then it will me more easy for us to placed the menu at bottom if it is possible.

    Thank you!

    in reply to: Title Tag Line Font #12242

    Hi MUGSINIQUE,

    Sorry for the late reply we missed your queries.

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

    #site-description {
        font-size: 16px;
    }

    Note: Change above digit value 16 to your own to change the font size.

    Thank you!

    in reply to: Author Bobx #12140

    Hi Gassho,

    Sorry there is no way to include this without plugin. It needs code customization. You have to hire a developer for this.

    Thank you!

    in reply to: Navigation Bar inside Header #12139

    Hi The Business cat,

    First we are confuse what your are trying to do? Are you trying to put the navigation bar below the featured slider OR what? Also provide us your site URL too.

    Thank you!

    in reply to: Navigation Menu in Header #12033

    Hi Juliet,

    Sorry you can not easily change the menu bar on the top of the header image. It needs code customization. You have to hire a developer for this.

    Thank you!

    Hi Harriet,

    We made the featured content OFF on mobile device. If we ON it then your featured image will whole covered by featured content and user could not able to see the featured image nor they can read the featured content. Hence we made it OFF for mobile devices.

    Thank you!

    in reply to: Footer – Like to add a Border or Line #11982

    Hi Michael,

    Sorry it is not easily possible to add a line above the footer. It needs code customization. You need to hire a developer for this.
    But it may be possible to add the border around the footer widgets via custom CSS code where you want to add the border please specify in detail?

    Thank you!

    Hi Phuong,

    Sorry this is not the site issue. The font that you used have over italic so the left border gets cut off. If you change the font-family to another it won’t have the same issue.

    Thank you!

    Hi Phuong,

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

    
    #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 {
        font-size: 20px;
    }

    Thank you!

    Hi Phuong,

    We just visited your site on iPhone and we haven’t find any text cut off. Could you specify the text which is cut off on the iPhone?

    Thank you!

    in reply to: How do I make the drop down menu height smaller? #11911

    Hi Smythep,

    To make the height of the boxes that drop down Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access ul li ul {
        width: 230px;
    }
    #access ul li ul li ul {
        left: 230px;
    }
    #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,
    #access ul li ul li a:hover,
    #access ul li ul li:hover > a,
    #access ul li.current-menu-item ul li a:hover {
        padding: 4px 10px;
    }

    Thank you!

    in reply to: Screen resolution #11908

    Hi Stevan,

    Sorry you have to find the code in CSS -> responsive.css not in style.css and also above code are for the attitude theme not for the Interface theme. Please add below CSS code:

    	.container, .narrow-layout .wrapper {
    		width: 1008px;
    	}
    }
    @media only screen and (max-width: 1023px) {

    below to the

    @media only screen and (max-width: 1078px) {

    Hope it solve your issue.

    Thank you!

    in reply to: Theme conflict with Content Protector #11901

    HI Phuong,

    For apply globally add bellow CSS code to custom CSS option

    .content-protector-password {
        width: 50% !important;
    }

    And for the word, “Password” to remain above the box ask it to the developer who did it? or if it is from plugin ask the plugin developer about it. They know the better about their code than us.

    Thank you!

Viewing 15 posts - 3,286 through 3,300 (of 3,439 total)