Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterHi there,
Your content value path may not be correct. Please use below custom css code
a[target="_blank"]:after { content: url(you-image-link-here); margin: 0 3px 0 5px; display: inline-block; opacity: 1; -moz-opacity: 1; filter:alpha(opacity=100); }
Add your image url in above text
you-image-link-here
.
Let us know if you have any problem.Thank you!
Theme Horse Support Team
KeymasterHi Nadra,
You can use this plugin to insert
shinystat
code into your site via widget in any of the widget-area.Thank you for using our theme.
Theme Horse Support Team
KeymasterHi there,
Please add below custom CSS code in
Appearance > Customize > Additional CSS
to increase the built-in font-size of the title and content..entry-title, .comments-title, .page-title { font-size: 28px; } body, input, textarea, select, blockquote footer, .blockquote-footer, blockquote cite, .form-control, input, textarea, select, .site-description, .search-block .form-control, .wp-block-image, .wp-block-image figcaption, #bbpress-forums, #bbpress-forums button, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, div.bbp-search-form input, div.bbp-search-form button, div.bbp-breadcrumb, div.bbp-topic-tags { font-size: 15px; }
Note: Increase the above digit value
28
for title and15
for content section.Thank you!
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!
-
AuthorPosts