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,346 through 3,360 (of 3,489 total)
  • Author
    Posts
  • 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!

    in reply to: Header Logo #11898

    Also do not add the background for header as it needs to be transparent. Add this CSS code in custom CSS to have a background color for navigation.

     .hgroup-wrap {
        background-color: #fff;
    }

    Hope this solve your issue.

    Thank you!

    in reply to: Header Logo #11896

    Hi John,

    Yes there is the background in the whole container.
    To remove the white background Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    .wrapper {
        background-color: none;
    }

    Now your whole background will be transparent (none). If you need the background color for different sections add it via theme option.

    Hope now this helps to you to have a transparent logo on your header.

    Thank you!

    in reply to: How do I download the update? #11863

    Hi dtbennett,

    Please provide us your oreder detail. We will see the current status of your account.

    Thank you!

    in reply to: forums index does not display correctly bbPress #11839

    Hi meowmethod,

    We have update the theme with fixing the bbPress index page issue. Please update your theme and let us know if there is still issue on bbPress.

    Thank you!

    in reply to: bbPress Issues #11838

    Hi Ben,

    We have update the theme please download it from your account page and let us know about the bbPress compatiblity issue.

    Thank you!

    in reply to: Header Logo #11827

    Is your issue solved? If not then let us know and also clarify the exact issue we are confuse what you are trying to do with the header imnage? Also we have seen a different header image on your site than before and it was nice too.

    Thank you!

    in reply to: Center Menu {please help} hgroup? #11826

    Hi cbrphotography,

    Sorry! It needs lots of CSS customization to make all the menu item to have it on center. You have to hire a developer for this.

    Thank you!

    HI Natalia,

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

    .entry-meta span.category {
        display: none;
    }
    

    Thank you!

    in reply to: Theme conflict with Content Protector #11824

    Hi Phuong,

    Please add below CSS code in custom CSS.

    #content-protector-password-M {
        width: 50%;
    }

    Thank you!

    in reply to: Margins/Paddings off and not equally centered #11821

    Hi the goddess,

    Sorry! You have customize the code and the site layout is totally different to our theme Attitude. All the gaps are equal and perfect in our Attitude demo.

    Thank you!

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