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 - 2,281 through 2,295 (of 3,476 total)
  • Author
    Posts
  • 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!

    in reply to: Increase text size & missing featured images? #45980

    Hi

    Typography features are available only in premium version of attitude theme. You can change font-family, size and color with lots of features in Attitude Pro version. However to increase the main font size go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    body, input, textarea {
        font-size: 13px;
        line-height: normal;
    }

    Increase the above digit value 13 to increase the font size.

    Thank you!

    in reply to: Always expanded search dialog #45979

    Hi Rv,

    To have the search dialog always expanded go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS and paste the following CSS code and Click on save all changes button:

    input.s {
    	width: 100px;
    	padding-left: 10px;
    	border-color: #eaeaea;
    	text-indent: 0;
    }

    Thank you!

    in reply to: Drop Down Menu Items #45978

    @karen2

    Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

    #access ul li ul {
        top: 90px;
    }

    Thank you!

    in reply to: Category section #45967

    Hi Melisa,

    To hide the entire section author, date and comment go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

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

    And to have frontpage just the images that roll and the footer first create a page with any name and set that page to business template from the right side of the editor and choose this page as your front page for your site. You can set the business page as described in this instruction page.

    Thank you!

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