Forum Replies Created
-
AuthorPosts
-
Theme Horse Support TeamKeymaster
Also do not add the background for header as it needs to be transparent. Add this CSS code in custom CSS to have a background color for navigation.
.hgroup-wrap { background-color: #fff; }
Hope this solve your issue.
Thank you!
Theme Horse Support TeamKeymasterHi John,
Yes there is the background in the whole container.
To remove the white background Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:.wrapper { background-color: none; }
Now your whole background will be transparent (none). If you need the background color for different sections add it via theme option.
Hope now this helps to you to have a transparent logo on your header.
Thank you!
Theme Horse Support TeamKeymasterHi dtbennett,
Please provide us your oreder detail. We will see the current status of your account.
Thank you!
Theme Horse Support TeamKeymasterHi meowmethod,
We have update the theme with fixing the bbPress index page issue. Please update your theme and let us know if there is still issue on bbPress.
Thank you!
Theme Horse Support TeamKeymasterHi Ben,
We have update the theme please download it from your account page and let us know about the bbPress compatiblity issue.
Thank you!
Theme Horse Support TeamKeymasterIs your issue solved? If not then let us know and also clarify the exact issue we are confuse what you are trying to do with the header imnage? Also we have seen a different header image on your site than before and it was nice too.
Thank you!
Theme Horse Support TeamKeymasterHi cbrphotography,
Sorry! It needs lots of CSS customization to make all the menu item to have it on center. You have to hire a developer for this.
Thank you!
July 2, 2014 at 6:16 am in reply to: How can I hide the display of categories under my blog posts? #11825Theme Horse Support TeamKeymasterHI Natalia,
To hide category Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.entry-meta span.category { display: none; }
Thank you!
Theme Horse Support TeamKeymasterHi Phuong,
Please add below CSS code in custom CSS.
#content-protector-password-M { width: 50%; }
Thank you!
Theme Horse Support TeamKeymasterHi the goddess,
Sorry! You have customize the code and the site layout is totally different to our theme Attitude. All the gaps are equal and perfect in our Attitude demo.
Thank you!
Theme Horse Support TeamKeymasterHi John,
You have set the header image with black background. We haven’t seen any white background in your logo. Did you solve your issue OR still need help.
Thank you!
Theme Horse Support TeamKeymasterHi Brett,
To hide the dots from the slider on smaller devices Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
@media only screen and (max-width: 767px) { #controllers { display: none; } }
Thank you!
Theme Horse Support TeamKeymasterHi Simon,
To make the featured post text size bigger Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.featured-text .featured-content { font-size: 15px; }
and to make post text and title to the left Go to Appearance -> Theme Options -> Slider Options Tab -> Slider Options. There you can see the option Featured Text Position. Click on left option and Click on save all changes button.
Thank you!
Theme Horse Support TeamKeymasterHi Smthep,
To make the drop down menu smaller Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#access ul li ul { width: 230px; } #access ul li ul li a, #access ul li.current-menu-item ul li a, #access ul li ul li.current-menu-item 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 { font-size: 15px; } #access ul li ul li ul { left: 230px; }
Thank you!
Theme Horse Support TeamKeymasterHi Ramses,
To centered the site title Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#site-logo { float: none; text-align: center; width: 100%; }
Thank you!
-
AuthorPosts