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 - 2,041 through 2,055 (of 3,477 total)
  • Author
    Posts
  • in reply to: Right Side bar (space between) widgets padding #53577

    Hi Axel,

    ​We are having issue in our support forum. We apologies for the late reply.

    It seems that you have already adjust the white space.
    If you have any question please let us know.

    Thank you!

    Hi Axel,

    ​We are having issue in our support forum. We apologies for the late reply.

    It seems that you have already adjust the white space.
    If you have any question please let us know.

    Thank you!

    in reply to: Hyperlink Color #53498

    Hi Erin,

    Go to Appearance > Theme Options > Color Options > Color skin. There you can see the Link Color option to change the hyperlinks of your content as well as you can change other section color also.

    Thank you!

    Hi Sharon,

    Sorry for that. We are having issue in our support forum.
    just add below custom css to get rid of that too then

    #main .post,
    #main .attachment,
    .nav-links {
        margin-bottom: 0;
    }

    Thank you!

    Regards,
    Theme Horse

    in reply to: URGENT! #53496

    Hi Monmidt,

    We have viewed your site and we see that the background image is fully scaled to its container.
    Please clarify if you are not talking about background image.

    Thank you!

    in reply to: changing grid column number for mobile #53421

    Hi Sozan,

    to set the only one column on mobile and 3 on desktop just go Appearance > Customize > WP Portfolio Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    .post-main .post {
        width: 33.33%;
    }
    @media only screen and (max-width: 767px) {
        #main .post-main .post {
            padding: 0;
            width: 100% !important;
        }
    }

    Thank you!

    in reply to: Remove nav bar underline #53381

    If you need any further assistance, please, do not hesitate to contact us again.

    Thank you!

    in reply to: Remove nav bar underline #53376

    Hi Sr,

    Go to Appearance > Customizing > Design Options > Custom CSS and paste the below CSS code then click on Save button.

    #access {
        border: 0 none;
    }

    Thank you!

    in reply to: When will Ambition Pro be updated? #53327

    Hi Nela,

    Our theme update is manual process and you will have to be active towards our site.
    Whenever there is a newer version we update it into your account download section as well as update the new version info on its individual theme page.

    We have update the theme time to time this year. and you can view the changelog here.
    Download the latest version of the theme via you account section from our site and update it.

    And yes you can use it on multiple sites but you will get support for only one site.

    If you have any problem let us know.

    Thank you!

    Regards,
    Theme Horse

    in reply to: Space between main menu and dropdown submenus #53167

    Hi Schoukah,

    We have not change appearance on menu.
    If you downgrade back to the previous version you will see same appearance as you see on the latest version.

    To reduce the gap between the main menu and the dropdown menu just Go to Appearance > Customize > Interface Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    #access ul li ul {
        top: 70px;
    }

    Thank you for appreciating our work.

    in reply to: Space above and below logo and menu #53166

    Hi @rob3, @lenylucky

    To reduce the white space go to Go to Appearance > Customize > Interface Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    #site-logo {
        margin-top: 10px;
    }
    #access a {
        padding: 25px 0 0;
        height: 45px;
    }
    #access ul li ul {
        top: 70px;
    }
    .search-toggle {
        margin-top: 25px;
    }
    #search-box {
        top: 70px;
    }

    Thank you!

    in reply to: Align Header Logo #53054

    Hi Diogomto,

    As of your email we have replied your all queries here in this reply.

    To align logo vertically center and to change the color of the block and position them a bit up just go to Appearance > Customize > Ambition Theme Options > Custom CSS and paste the below CSS code then click on Save button.

    #site-logo {
    	margin-top: 22px;
    }
    .featured-text {
    	bottom: 200px;
    }
    .featured-text .featured-title {
    	background-color: #2b3c8e;
    }

    Change the above hex color code #2b3c8e to change the different color for the block and to disable the link it need code customization you need upgrade to pro version or hire a developer.

    Thank you!

    in reply to: Search BOX #52975

    Hi all,

    Search function will disable in mobile version by default.
    To show it on mobile devices just add below custom css:

    @media only screen and (max-width: 767px) {
    	.search-toggle {
    		display: block;
    		margin-top: 22px;
    		right: 40px;
    	}
    	#search-box {
    		right: 30px;
    		min-width: 203px;
    	}
    }

    Thank you!

    Regards,
    Theme Horse

    in reply to: Single post full width image issue #52941

    Hi Habijabi,

    Width of your image size is smaller than our content area and it display the exact image size. If you want to show the image to the full width just add below custom css.

    img.size-full.wp-image-91 {
        width: 100%;
    }

    Thank you!

    in reply to: Is there an official date for magcast pro? #52859

    Hi Happyeungin,

    Just want to let you know that we have released the Pro version of MagCast theme you can view detail here and view the beautiful demo here.

    Thank you!

    Regards,
    Theme Horse

Viewing 15 posts - 2,041 through 2,055 (of 3,477 total)