badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Theme Horse Support Team

Forum Replies Created

Viewing 15 posts - 301 through 315 (of 5,207 total)
  • Author
    Posts
  • in reply to: Change text content #86118

    You are welcome amitmozar!

    If you have any queries regarding the Theme then please let us know.

    Thanks

    in reply to: categorias #86117

    Hi dralex18,

    Only creating the New Categories will not be shown on the list on customizer. You have to assign those categories to any post then only the assigned categories to post will be shown on the list.

    Thanks

    in reply to: Code to delete the word category #86116

    Hi Sheik Ahamath,

    1- If you have Updated the Theme to a Newer Version (currently its VER- 1.1.4) then you control the Archive title label from “Appearance > Customize > Mags Pro Settings”, then you can check on to ‘Hide the Archive Title Label’. If you haven’t updated then you can find the Latest update File on Login Page under Downloads.

    2- To remove the Author then please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .entry-meta .author a {
    	display: none
    }
    .entry-meta > .date:after {
    	content: "";
    }

    3- To remove the Post Navigation then add the below Custom CSS code to the same ‘Additional CSS’ field mentioned before.

    .navigation.post-navigation {
    	display: none;
    }

    4- To increase the Font size of Site Title then add the below Custom CSS code to the same ‘Additional CSS’ field mentioned before.

    @media (min-width: 576px) {
    	.site-title {
    		font-size: 50px;
    	}
    }

    You can change the value of font size as you desired.

    5- To make the Widget Title to normal then add the below Custom CSS code to the same ‘Additional CSS’ field mentioned before.
    .page-template-front-page-template .site-main .widget-title,

    .featured-stories .stories-title {
    	text-transform: inherit;
    	letter-spacing: 0;
    }

    Thanks

    in reply to: Footer contents in one line #86114

    Please go to the same ‘Additional CSS’ and paste the below Custom CSS code.

    .site-footer #nav_menu-3 ul li a {
    	color: #308ada;
    }
    .site-footer #nav_menu-3 ul li a:hover {
    	color: #ffffff;
    }

    Thanks

    in reply to: Footer Calendar widget error #86112

    We checked your Site and the Widget Calendar is working well. Are you still having issue on it? Please let us know what kind of issue u are facing.

    thanks

    in reply to: Footer Calendar widget error #86105

    Hi foxidots,

    We have checked and there is no any issue in Calendar Widget. Could you please Share Us your Site URL so that we can have an initial Check.

    Thanks

    in reply to: Nav menu icon colour #86087

    Hi Michael Girdwood,

    Thank you for reporting about the issue, We will be updating about the issue on next updates soon. For now please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .navbar-toggler {
    	color: #ffffff;
    }

    you can change the color on above code as you desired.

    Thanks

    in reply to: ‘next’ and ‘previous’ links below posts ar missing #86086

    Hi Henny,

    Could you please share us your Site URL so that you can initially check about the issue.

    Thanks

    Hi jim-1334,

    To add the Featured Image Size option you really need to hire a developer as it will be the new feature for the theme but if you want to show the featured image as wide then please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS code.

    .post-boxed.inlined .post-img-wrap,
    .site-footer .widget-area .newscard-widget-recent-posts .post-boxed .post-img-wrap {
    	height: auto;
    }
    .post-boxed.inlined .post-img-wrap:before {
    	display: block;
    	padding-top: 70%;
    }

    Thanks

    in reply to: Header Menu color merged with the header color #86084

    Hi mran.stp606,

    We have checked your Site and found that you have used the Heading from the plugin Elementor where you have set green color from the elementor. It seems that you have use the Global color of green from Elementor color options. You can change the color of heading from the same Elementor plugin.

    Thanks

    in reply to: Instagram sharing #86082

    Yes the featured image for post are not designed as square so the images gets fit and covered. If you are aspecting to show the featured post as square then please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .post-wrap .post-img-wrap:before,
    .page-single-img-wrap:before {
    	padding-top: 100%;
    }

    the above provided code will affect on all the Posts Featured Images.

    Thanks

    in reply to: Footer contents in one line #86081

    Sorry you cannot add the custom text and links on copyright section on free Version. That feature will be available on the PRO Version.

    to reduce the spacing on footer widget area, please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .site-footer .widget-area {
    	padding-top: 20px;
    	padding-bottom: 0;
    }
    .site-footer .widget-area .widget {
    	margin-bottom: 15px;
    }

    Thanks

    in reply to: Change text content #86080

    Hi amitmozar,

    please go to ‘Appearance > Customize > Additional CSS’ and paste the Below Custom CSS code.

    .info-bar .date ul li {
    	font-size: 0;
    }
    .info-bar .date ul li:before {
    	content: "You can Add Text Here";
    	font-size: 13px;
    }

    you can set the desired text on content on mention code.

    Thanks

    in reply to: how to change single content page Margins & borders Size. #86079

    Hi,

    The Theme you are using is not ‘NewCard Theme’. Please consult to the respective Theme Author.

    Thanks

    in reply to: Adapt backgroung image header on mobile #86078

    Hi dott.mattina,

    The background image will auto fit and covered to the header after the height and margin traced for logo or site title. So it’s pretty hard to show the logo or site title before the header image. Even though you can share us your Site URL so that we can check if we can provide you the appropriate solution.

    Thanks

Viewing 15 posts - 301 through 315 (of 5,207 total)