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 - 376 through 390 (of 5,207 total)
  • Author
    Posts
  • in reply to: Change page background colors #84027

    Hi ecc-fr,

    Do you mean the Site Background CoLor?
    You can change the site background color through ‘Element Color’ under ‘Color’ Option
    In this Theme only you cannot change the Content white Boxed color, But if you want to change boxed Color as well then please let us know will will provide you the Custom CSS code to change that as well.

    Thanks

    in reply to: Mags Pro – fixed header? #83943

    Hi jack,

    Sorry for the late response, It’s Great you got the info that you needed.

    Please let us know if you have any other queries regarding our Themes.

    Thanks

    in reply to: MENU has a colored box #83942

    Hi jude,

    We are a bit confused here, We did find the narrow colored box beneath the Menu bar.
    Please explain us more so that you could provide you the proper exact solution for you.

    Thanks

    in reply to: Box or Line showing below menu #83941

    Hi jude,

    We have provided you the solution on your next topic. Please check https://www.themehorse.com/support-forum/topic/menu-text-in-attitude-pro/

    Thanks

    in reply to: MENU text in Attitude Pro #83940

    Hi jude,

    Please go to ‘Appearance > customize > Design Option’ and paste the below Custom CSS code.

    #access a:hover,
    #access ul li.current-menu-item  a,
    #access ul li.current_page_ancestor a,
    #access ul li.current-menu-ancestor a,
    #access ul li.current_page_item  a,
    #access ul li:hover a,
    #access ul li ul li a:hover,
    #access ul li ul li:hover a,
    #access ul li.current-menu-item ul li a:hover,
    #access ul li.current_page_ancestor ul li a:hover,
    #access ul li.current-menu-ancestor ul li a:hover,
    #access ul li.current_page_item ul li a:hover,
    #access ul li:hover ul li a:hover,
    #access ul li ul li:hover ul li a:hover,
    #access ul li.current_page_ancestor ul li.current_page_item a,
    #access ul li.current-menu-ancestor ul li.current-menu-item a {
    	color: red;
    }
    
    #access a,
    #access ul li.current-menu-item  ul li 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,
    #access ul li:hover ul li a,
    #access ul li ul li:hover ul li a {
    	color:  blue;
    }

    Please change the color value to your desired one.

    Thanks

    in reply to: Featured image size? #82984

    Hi natalie-0792,

    There is no any fixed Image Sizes requirement. Any Image Size will be supported to fit the Grid Layout Design.

    Thanks

    in reply to: Simple text in toggle menù #82983

    Hi natalie-0792,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .menu-toggle {
    	position: relative;
    }
    .menu-toggle:after {
    	content: 'Menu';
    	display: block;
    	font-size: 15px;
    	position: absolute;
    	top: 3px;
    	right: 33px;
    }

    Thanks

    in reply to: Since I updated the theme Elementor stopped working #82982

    Hi otrabalhoeschool,

    We haven’t updated any files and codes that can affect Elementor or other Page Builder plugins. Also We have checked using Elementor Plugin and it is not creating any issue on us. Even no any users of ours have faced such issue. May be the Theme was not updated properly. Please download the Fresh Theme File and check using it again.

    and Let us know if you face the same issue again.

    Thanks

    in reply to: How can I hide category labels on posts #82981

    Ok if you want to hide them even on the Single (individual) Pages then you can ignore the second block of codes from the previous provided code and only use the first block of code as like below.

    .entry-meta.category-meta {
    	display: none;
    }

    Thanks

    in reply to: Sidebar below content #82980

    Hi David Humphreys,

    Its Great that your issue is solved.

    Please let us know if you have any other queries regarding the Theme.

    Thanks

    in reply to: Google News icon #82979

    Hi Roberto,

    Sorry you cannot add Google News icon for Social Profile. As our theme uses Font Awesome icon library only and the Font Awesome Library doesn’t have Google News Icon.

    Thanks

    in reply to: Reducing the spacing between the banners #82978

    Hi o24,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS code.

    .navbar-head {
    	padding-top: 10px;
    	padding-bottom: 10px;
    }

    Could you please share us your Site URL so that we can detect spacing between the first banner and second banner. Because there are many possible ways to add banners

    Thanks

    Hi David Humphreys,

    The TH: Horizontal/vertical posts widget is designed to fit the Grid Layout. Reducing 2 smaller posts might not affect the layout on Horizontal Post Option but the layout will affected and design goes off on Vertical Post Option.

    So will that be Ok, If you are then you will provide you Custom CSS code to reduce 2 smaller posts.

    Thanks

    in reply to: How can I hide category labels on posts #82831

    Hi David Humphreys,

    Please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.

    .entry-meta.category-meta {
    	display: none;
    }
    body.single .site-content .entry-meta.category-meta {
    	display: block;	
    }

    Thanks

    in reply to: how can i use Font Awesome #82759

    For that you need to know some minor Basic HTML Concept. First let us know about how you created the Table. If you have created with WordPress Block (Gutenberg Feature) with Classic Editor then you will find the option to ‘Edit as HTML’ then you can past the fontawesome code to the desired table cell.

    Thanks

Viewing 15 posts - 376 through 390 (of 5,207 total)