Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi there,
Yes to disable header image you need to disable custom header image via customizer.
Thank you!
Theme Horse Support Team
KeymasterHi Brian,
It need code customization you need to hire a developer as this is a new feature to add in the theme.
Thank you!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterHi,
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!
Theme Horse Support Team
KeymasterHi 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 HorseTheme Horse Support Team
KeymasterWelcome anytime @eckii
Theme Horse Support Team
KeymasterTheme Horse Support Team
KeymasterHello,
Try below custom CSS code which will make your slider image to 100% width to your screen.
.featured-slider img { width: 100%; }
Thank you!
Theme Horse Support Team
KeymasterHello,
You can try setting .gif image for your woocommerce product. If you have any problem let us know.
Thank you!
April 2, 2019 at 11:24 am in reply to: CSS to reduce margins for ul li without messing up navigation #61980Theme Horse Support Team
KeymasterHello,
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!
April 2, 2019 at 10:36 am in reply to: only 1 category to be featured in the Home session TH Recent Post #61976Theme Horse Support Team
KeymasterHi,
You can find the widget code in
inc/inc-widgets.php
Thank you!
Theme Horse Support Team
KeymasterHi @nadramats,
Great that it worked.
If you have any problem do not hesitate to post the new topic.Thank you!
Theme Horse Support Team
KeymasterWelcome anytime @realmanfx
Theme Horse Support Team
KeymasterWelcome anytime @delph006 If you have any problem than do not hesitate to contact us.
-
AuthorPosts