Forum Replies Created
-
AuthorPosts
-
Theme Horse Support TeamKeymaster
Hi hairshirt,
Yes sure. What’s your queries? Need to change parent menu font size OR child menu font size OR both.
Regards,
Theme HorseTheme Horse Support TeamKeymasterHi Heike,
To change the color of the site’s subtitle Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#site-description { color: #777777; }
Note: Please change above color code
#777777
to your own Hex color code to change the color of the site’s subtitle.for your next question it needs code customization you have to hire a developer for that.
Thank you for using our theme.
Theme Horse Support TeamKeymasterHi Anay37,
Sorry! To change the page slider image you need to customize the code. For this you have to hire a developer.
Thank you!
Theme Horse Support TeamKeymasterHi Lee,
We have made the desing that way. The slider text will be removed when you are viewing it from mobile devices. The slider looks long to the height because of slider text and its no good for user experience.
Hope you understand.
Thank you for using our theme. Your site looks great and beautiful. 🙂
Theme Horse Support TeamKeymasterHi Marc,
To put a gap above the header/menus Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#branding { margin-top: 80px; } @media only screen and (max-width: 767px) { #branding { margin-top: 30px; } }
Thank you for using our theme.
April 3, 2014 at 6:03 am in reply to: How to eliminate or change the color of the blue line in drop down menu? #9214Theme Horse Support TeamKeymasterHi DD,
To eliminate the blue line in drop down menu 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 { border-top: 0 none; }
Or If you just want to change the color of blue line in drop down menu then just paste the following CSS code.
#access ul li ul { border-color: #05A9C5; }
Note: Change above color code 05A9C5 to your own Hex color code to change the color of the blue line in the drop down menu.
Thank you for using our theme.
Theme Horse Support TeamKeymasterHi Manoranjan,
#site-generator .copyright .links { float: right; } #site-generator .copyright .links ul li a:hover { color: #0B6BBF; }
Note: Change above color code #0B6BBF to your own Hex color code to align the links to the right side and also to change hover color of that links.
Thank you for using our theme.
Theme Horse Support TeamKeymasterHi Stefan,
To change the menu hover drop-down color Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#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 { color: #05A9C5; }
Note: Change above color 05A9C5 code to your own Hex color code to change the menu hover drop-down color
Thank you for using our theme.
Theme Horse Support TeamKeymasterHi Travis,
To change the color of featured title and slogan text Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.featured-title, .slogan-wrap .slogan { color: #ffffff; }
Note: Change above #ffffff color code to your own Hex color code to change the color of featured title and slogan text.
Thanks for using our theme.
Theme Horse Support TeamKeymasterHI Sheryl,
To change the color pf page title boxes Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.page-title-wrap { background-color: #F9F9F9; border-color: #EAEAEA; }
Note: Please change above HEX color code
#F9F9F9
to your own HEX color code for page title box and change#EAEAEA
for border color of the boxThank you!
Theme Horse Support TeamKeymasterHi san_merah,
First remove the CSS from the custom CSS options that you changed to make the navigation color and try above CSS.
Thank you!
Theme Horse Support TeamKeymasterTo change the background color for navigation bar Go to Appearance -> Theme Option -> Design Option Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#access { background-color: #BCB3A3; }
Thank you for using our theme.
January 18, 2014 at 6:51 pm in reply to: How to change only one widget background color (widget service)? #6472Theme Horse Support TeamKeymasterHi Annick,
Sorry, It is not possible to put the full background color for widget service like widget slogan you have to hire a developer for this. It is not possible by CSS customization you have to edit some file too.
And for slogan widget we do not understand what you are trying to say could you please clarify it ?
Thank you!
November 22, 2013 at 12:39 pm in reply to: Need To Add Bullet Or Icon Next To Recent Post Entries #5304Theme Horse Support TeamKeymasterHi sw23185,
Could you please provide us link to you site so that we can help you out with custom CSS.
Thank you for using our theme.
Theme Horse Support TeamKeymasterMay it could be a browser issue.
In which browser you have viewed? -
AuthorPosts