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,491 through 2,505 (of 3,480 total)
  • Author
    Posts
  • in reply to: Please Add Xing to social Links #41495

    @mail19 We will add this to the next version update.

    Thank you for your patience. 🙂

    in reply to: Hyperlink color in blog posts #41448

    Hi Embruna,

    To change the color of links in blog posts go to Appearance -> Customize -> Ambition Theme Options -> Custom CSS and paste the below CSS code then click on Save & Publish button.

    #main ul a, #main ol a {
        color: #0021a5;
    }

    Thank you!

    in reply to: Sticky topmenu for this theme? #41446

    Hi Heidi,

    For the sticky menu you have to add custom css. You can add it via customizer.

    Thank you!

    in reply to: Padding #41432

    Hi Brian,

    Please use the slider via customizer rather then widget and the gap will be fixed automatically.
    View this instruction to set the slider.

    Thank you!

    in reply to: SLIDER #41431

    Hi Sara,

    First set the slider number something to 2 or 3 and save it and refresh the page and then set all the field of image slider with image and save it. If it does not work properly then let us know.

    Thank you!

    in reply to: Sticky header for Interface Pro #41430

    Hi Heidi,

    To add sticky header menu for this theme go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .hgroup-wrap {
        background-color: #fff;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 100000;
    }

    Thank you!

    in reply to: Change icon-size in header infobar? #41429

    Hi Monmidt,

    To increase the icon size of header info bar go to Appearance > Customize/Theme Options > Design Options Tab > Custom CSS paste the following CSS code and save it:

    .info-bar .info ul li:before {
        font-size: 21px;
        height: 21px;
        margin-right: 10px;
    }

    And for to add the link in address to google map it needs code customize. You have to hire a developer for this as it is a new feature to add in the theme.

    Thank you!

    in reply to: Center logo #41428

    You Welcome Itsremco
    Could you also please help us rating this theme in WordPress Repository.
    https://wordpress.org/support/view/theme-reviews/interface
    We really appreciate your rating.

    Thank you!

    in reply to: IE Problems #41362

    HI Irit,

    We have edited the above Custom CSS code please use that and let us know.

    Thank you!

    in reply to: Social Links are not showing up in Firefox and Chrome? #41333

    Hi Gael,

    Did you customize any code in the theme?
    Try deactivating the plugins that you have activated and check once.
    Also please update the theme to the latest version and let us know.

    Thank you!

    in reply to: IE Problems #41332

    Hi Irit,

    Sorry! There is no images missing issue in IE.
    Can we have the site URL? So that we can see the images issue in your site.

    To have the text transform to normal(regular) for site name and menu item please go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #site-title,
    #access a,
    #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 {
        text-transform: none;
    }

    Thank you!

    in reply to: Center logo #41331

    Hi Itsremco,

    Oh. Sorry! We have edited above Custom CSS.
    Please use that.

    Thank you!

    in reply to: Center logo #41241

    Hi itsremco,

    Please use below Custom CSS to center the logo:

    #site-logo {
    	float: none;
    	text-align: center;
    }
    #site-title a {
        display: inline-block;
    }
    .hgroup-right {
    	float: none;
    	padding-right: 0;
    }
    #access {
    	float: none;
    	text-align: center;
    }
    #access li {
    	display: inline-block;
    	float: none;
    }
    #access ul li ul li {
    	display: block;
    	text-align: left;
    }
    .search-toggle {
    	top: 0;
    }
    @media only screen and (max-width: 767px) {
    	#site-logo {
    		float: left;
    	}
    	#access {
    		text-align: left;
    	}
    }

    Thank you!

    in reply to: Change Height of primary menu container #41239

    Hi Lee,

    Thank you for the site URL.
    Edit your custom CSS accordingly to the below one:

    #access a {
        height: 81px;
        padding-top: 65px;
    }
    .search-toggle {
        margin-top: 25px;
    }
    #search-box {
        top: 100px;
    }
    
    @media only screen and (max-width: 767px) {
    	.menu-toggle {
    		margin-top: 57px;
    	}
    	#access a {
    		float: none;
    		padding: 10px 0;
    		height: inherit;
    	}
    }

    Thank you!

    in reply to: Site title css not being responsive #41122

    Hi Sarahadams,

    Please do create the child theme before customizing the theme.
    To create the child theme create a child theme directory (clean-retina-child) under this folder create style.css and paste the below code:

    /*
    Theme Name: Clean Retina Child
    Theme URI: https://www.themehorse.com/themes/clean-retina
    Author: Theme Horse
    Author URI: https://www.themehorse.com
    Version: 2.0.1
    Text Domain: cleanretina
    Template: clean-retina
    */
    
    @import url("../clean-retina/style.css"); 
    @media only screen and (max-width: 767px) {
    your custom css goes here
    }

    Note: Please add your Custom CSS code in above text ‘your custom css goes here’

    Thank you!

Viewing 15 posts - 2,491 through 2,505 (of 3,480 total)