Forum Replies Created
-
AuthorPosts
-
Theme Horse Support Team
KeymasterWe have already replied you here in this link
Thank you!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
July 20, 2016 at 12:01 pm in reply to: Business Page Sidebar Featured Widget & Services Visual Display #46058Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi Karen2,
Do not paste it directly in the style.css (theme main CSS file)
Login to WordPress admin site and Go toAppearance -> 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterHi
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!
Theme Horse Support Team
KeymasterHi 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!
Theme Horse Support Team
KeymasterGo 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!
Theme Horse Support Team
KeymasterHi 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!
-
AuthorPosts