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 - 1,321 through 1,335 (of 3,477 total)
  • Author
    Posts
  • in reply to: Where is this header coming from? #62089

    Hi there,

    Yes to disable header image you need to disable custom header image via customizer.

    Thank you!

    in reply to: Post Offset #62087

    Hi Brian,

    It need code customization you need to hire a developer as this is a new feature to add in the theme.

    Thank you!

    in reply to: Images thumbnail do not appear on project pages. #62049

    Hi there,

    Please paste below custom CSS code in Appearance > Customize > Additional CSS

    .post-grid .entry-wrap:before {
    	content: "";
    	display: block;
    	padding-top: 70%;
    }
    .post-grid .entry-wrap {
    	position: relative;
    	display: block;
    	background-position: center center;
    	background-size: cover;
    }
    .post-grid .entry-main {
    	padding: 20px;
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	width: 100%;
    	overflow: auto;
    }

    Thank you!

    in reply to: Achat du thème à l'unité #62048

    @delph006 for the menu we have replied you here.

    in reply to: Menu burger sur tous support #62047

    Hi,

    Please paste below custom CSS code in Appearance > Customize > Additional CSS to have the burger menu on desktop as well.

    @media (min-width: 992px) {
        .navbar-expand-lg {
            -webkit-box-orient: inherit;
            -webkit-box-direction: inherit;
            -ms-flex-flow: inherit;
            flex-flow: inherit;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        .navbar-expand-lg>.container, 
        .navbar-expand-lg>.container-fluid {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        .navbar-expand-lg .navbar-toggler {
            display: block;
        }
        .navbar-expand-lg .navbar-collapse {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            overflow: hidden;
            height: 0;
            display: block !important;
        }
        .navbar-expand-lg .navbar-collapse.show {
            display: block !important;
            height: auto;
        }
        .navbar .main-navigation {
            border-top: 1px solid #eeeeee;
            margin-right: 0;
            display: block !important;
        }
        .main-navigation li {
            display: block;
        }
        .main-navigation li + li {
            border-top: 1px solid #eeeeee;
        }
        .main-navigation a,
        .main-navigation .dropdown-menu a, 
        .main-navigation li ul a {
            padding-top: 12px;
            padding-bottom: 12px;
        }
        .main-navigation .search-toggle {
            display: none !important;
        }
        .main-navigation li .dropdown-menu a,
        .main-navigation li ul li a{
            padding-left: 30px;
        }
        .main-navigation li ul li ul li a{
            padding-left: 60px;
        }
        .main-navigation .dropdown-menu, 
        .main-navigation li ul {
            position: relative;
            top: auto;
            left: auto;
            width: auto;
            display: block;
            border-width: 1px 0 0;
        }
        .main-navigation ul li ul li ul, 
        .headernav .main-navigation ul li ul li ul {
            left: auto;
        }
        .main-navigation ul li ul, 
        .main-navigation ul ul li ul, 
        .main-navigation ul ul ul li ul, 
        .main-navigation ul ul ul ul li ul, 
        .main-navigation ul ul ul ul ul li ul {
            display: block;
        }
        .main-navigation ul li ul, 
        .main-navigation ul li:hover ul ul, 
        .main-navigation ul ul li:hover ul ul, 
        .main-navigation ul ul ul li:hover ul ul, 
        .main-navigation ul ul ul ul li:hover ul ul {
            display: block;
        }
        .main-navigation .dropdown-menu,
        .main-navigation li:hover .dropdown-menu {
            display: none;
        }
        .main-navigation .show > .dropdown-menu,
        .main-navigation .show:hover .dropdown-menu {
            display: block
        }
        .main-navigation .dropdown-menu a:hover, 
        .main-navigation .dropdown-menu a.current-menu-item, 
        .main-navigation li ul li:hover > a, 
        .main-navigation li ul .current-menu-item > a,
        .main-navigation li ul li.current-menu-ancestor > a {
            background-color: transparent;
        }
    }

    Thank you!

    in reply to: Widget Theme Horse: Testimonial with 3 elements #62015

    Hi there,

    For this it needs code customization.
    You have to hire a developer as this is a new feature to add in the theme.

    Thank you!

    Regards,
    Theme Horse

    in reply to: main slider horizontal pixel #62011

    Welcome anytime @eckii

    in reply to: Width of text in articles (pages) #62010

    Hi there,

    To set the different layout for the specific page follow this instruction.

    Thank you!

    in reply to: main slider horizontal pixel #61982

    Hello,

    Try below custom CSS code which will make your slider image to 100% width to your screen.

    .featured-slider img {
    	width: 100%;
    }

    Thank you!

    in reply to: Anim gif in woocommerce #61981

    Hello,

    You can try setting .gif image for your woocommerce product. If you have any problem let us know.

    Thank you!

    Hello,

    CSS selector need to be specific rather than global. Just try below custom CSS:

    @media only screen and (min-width: 768px) {
    	.single.full-width-layout .site-main .entry-content p,
    	.single.full-width-layout .site-main .entry-content ul li {
    		max-width: 700px;
    		margin: auto;
    		font-family: ‘Open Sans’, sans-serif;
    		color: #000;
    		text-align: left;
    		font-size: 16px;
    		line-height: 28px;
    		width: 700px;
    		font-weight: 300;
    		font-style: normal;
    	}
    }

    Thank you!

    Hi,

    You can find the widget code in inc/inc-widgets.php

    Thank you!

    in reply to: Hide Title in Pages #61975

    Hi @nadramats,

    Great that it worked.
    If you have any problem do not hesitate to post the new topic.

    Thank you!

    in reply to: Primary menu – Sticky menu #61973

    Welcome anytime @realmanfx

    in reply to: Changement du contenu des bouton d'action #61726

    Welcome anytime @delph006 If you have any problem than do not hesitate to contact us.

Viewing 15 posts - 1,321 through 1,335 (of 3,477 total)