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 - 2,281 through 2,295 (of 3,480 total)
  • Author
    Posts
  • in reply to: Change Home Page Featured Post/Page Slider Text #46493

    Hi Jim,

    To shortened the post/page title in slider go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .featured-text .featured-title {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    Thank you for using our theme.

    in reply to: How to change my own font at widget-title ? #46435

    Hi Chaimongkol,

    To change the font family of your own for widget-title. First Go to Appearance -> Theme Options/Customize -> Webmaster Tools -> Analytics
    and paste your font script in the header script box which is given by font integrate service such as Google Web Fonts
    Now integrate the font into your CSS Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    .widget-title {
        font-family: "Philosopher",sans-serif;
    }

    Change above font family Philosopher with the one you have integrate as mentioned above.

    Thank you!

    in reply to: Deactivate Menu Links #46434

    You are always welcome. 🙂

    @inxs73 Please send you email here

    Thank you!

    in reply to: disable google font at Navigation Bar #46376

    We have already replied you here in this link

    Thank you!

    in reply to: Interface Pro – My Logo is not in line with my Menu #46375

    Hi Daniel,

    You have uploaded a big logo which pushes the menu bar and shows gap issue so to fix the logo as the logo you have uploaded Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #site-logo {
        margin-top: 10px;
    }
    #site-title a img {
        max-width: 180px;
    }

    Thank you!

    in reply to: Change my own font at menubar and side bar #46373

    Hi Chaimongkol,

    To change the font family for navigation. First Go to Appearance -> Theme Options/Customize -> Webmaster Tools -> Analytics
    and paste your font script in the header script box which is given by font integrate service such as Google Web Fonts
    Now integrate the font into your CSS Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #access a,
    #access select { 
    	font-family: "your-font-family";
    }

    Change above text your-font-family with the one you have integrate as mentioned above.

    Thank you!

    in reply to: Font Problems #46236

    Hi Courtney,

    Sorry for the delay.
    Built in theme options typography settings implemented to all headers.
    To change the font size/family/color for individual H1, H2, H3… you have to set it via custom CSS.
    First Go to Appearance -> Theme Options/Customize -> Webmaster Tools -> Analytics
    and paste your font script in the header script box which is given by font integrate service such as Google Web Fonts
    Now integrate the font into your CSS Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    h1 {
        font-family: "Philosopher",sans-serif;
        font-size: 30px;
        line-height: normal;
        color: #555;
    }

    Change above individual value with the one you want to set for h1 and repeat same for h2, h2, h3…..

    Thank you!

    in reply to: Attitude Pro – Parser Errors #46235

    Hi Mhairi,

    Sorry you had a Version: 1.3 where as the current version is 3.0.5 so please download the latest version of the theme and update it into your site. Here is the forum link for the Attitude Pro https://www.themehorse.com/support-forum/forum/attitude-premium/ If you can not view this forum then please renew your subscription for the Attitude Pro from your account page for update file as well as forum access.

    Thank you!

    Hi Becci,

    It seems that you are using genesis-columns-advanced plugin which have override our theme main CSS and had a display issue. Please disable that plugin and see it once.

    Thank you!

    in reply to: Submenu not clickable #46056

    Hi Schuller,

    You are using slider not a header image. If you would like to disable that image you can disable the slider or remove the post id from the slider settings from customizer.
    However, If you want to exclude the slider post from your blog. You can also set that via slider settings via customizer.

    Thank you!

    in reply to: Drop Down Menu Items #46055

    Hi Karen2,

    Do not paste it directly in the style.css (theme main CSS file)
    Login to WordPress admin site and Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS and paste the CSS code there and click on save button. So that your code will not be lost if you update the theme in future.

    Thank you!

    in reply to: change hover type and change hover color at menu #46054

    Hi Chaimongkol,

    For this you have to edit the css code. Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #access li {
        padding: 0;
    }
    #access a {
        padding: 16px 10px 0;
    }
    #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 {
        background-color: #05a9c5;
        color: #fff;
    }

    Replace the above HEX color code #05a9c5 and #fff to your own HEX color code for the block menu and for the color of font.

    Thank you!

    in reply to: site-title color change #46053

    Hi Alexandrairinalazar,

    To change the color of the site title go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #site-title a,
    #site-title a:hover,
    #site-title a:focus,
    #site-title a:active {
    	color: #0cb700;	
    }

    Thank you!

    in reply to: Change my own font at menubar and side bar #46052

    Hi Chaimongkol,

    You can change the Navigation font family via Go to Appearance -> Theme Options -> Typography Options -> Font Family there you will see the Navigation option to change the font-family. Choose the font family that you like and click on save button.

    And for the sidebar first Go to Appearance -> Theme Options/Customize -> Webmaster Tools -> Analytics
    and paste your font script in the header script box which is given by font integrate service such as Google Web Fonts
    Now integrate the font into your CSS Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #secondary {
        font-family: YOUR-FONT-FAMILY;
    }

    Replace above text YOUR-FONT-FAMILY with the one you want to set in the sidebar.

    Thank you!

Viewing 15 posts - 2,281 through 2,295 (of 3,480 total)