Forum Replies Created
-
AuthorPosts
-
Theme Horse Support TeamKeymaster
Hi ErikaMarie,
You have asked for right side bar content above so we replied on that.
And also there is no any post titles under The “Recent Ramblings” All the title are the widget title like “Recent Ramblings”. If you change the font size for the post titles then all the sidebar titles including “Recent Ramblings” will be effected the same OR If I am understand wrong then clarify the titles name that you want to change the font size.Thank you!
Theme Horse Support TeamKeymasterTheme Horse Support TeamKeymasterHi ErikaMarie,
To change the font size of right side bar content Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
#secondary p { font-size: 13px; }
Note: Increase/decrease above font size 13px to change the font size.
Thank you!
Theme Horse Support TeamKeymasterHi ultimatist,
Which theme you are using? Please clarify.
Regards,
Theme HorseTheme Horse Support TeamKeymasterHi Doppa,
To make Woo Commerce Compatible we need to add lots of CSS as well as customize the code compatible to Woo Commerce.
Currently we are busy in a new theme and sure we will made Woo Commerce compatible in near future.Sorry for late reply.
Thank you!
Theme Horse Support TeamKeymasterHi LMKWeb,
It needs code customization. You have to hire a developer for this. If you are good at coding then Just use tag
<div class="one-third">
for third column and<div class="one-fourth">
for fourth column and<div class="one-half">
for two column. You need not have to add the CSS for this our theme supports all those columns.Thank you!
Theme Horse Support TeamKeymasterHi Teesang,
To completely remove the top section above the header image Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.hgroup-wrap { display: none; }
Note: Hiding top section above header image will also hide your site title/description and social profiles too.
Thank you for using our theme.
Theme Horse Support TeamKeymasterHi TheTwister,
Yes the page title designed will be changed if you choose the default template for contact page. If you want to remove the right sidebar you will have to consider with the page title design. For now it is not possible to make the same page title for all the pages as contact page have. We will think about it and update it in near future.
Thank you!
Theme Horse Support TeamKeymasterHi LABRAT,
Add this code.wrapper { width: 1008px; } } @media only screen and (max-width: 1023px) {
below
@media only screen and (max-width: 1078px) {
in style.cssMake sure that before updating the theme your edited file will be replaced with new update version. After update you need to edit all the file accordingly as before to have a same effect on the site.
Thank you!
Theme Horse Support TeamKeymasterHi Jane,
you need to add this code
<meta name="viewport" content="width=1078" />
instead of<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
inside theme folder library -> structure -> header-extentions.php and also remove all the media CSS queries at the bottom of the style.css file.
Make sure that all the edited file will be replaced by a new one while you update the theme. After update you need to edit all the file accordingly as before to have a same effect on the site.Thank you!
May 13, 2014 at 7:37 am in reply to: Why is my drop down menu hidden behind my slider only on my homepage #10273Theme Horse Support TeamKeymasterHi Trina,
Sorry, We could not found any email that have username and password with the email id [email protected] and name Trina Sanders in our mail box. Make sure that you have send email to our email at [email protected]
Thank you!
Theme Horse Support TeamKeymasterHi Jane,
What you exactly need to do? Are you want to remove the responsiveness and look the websites as it display on desktop view OR you want to remove the responsiveness for specific devices only. Clarify us so that we can help you to the exact point.
Thank you for using our theme.
Regards,
Theme HorseMay 12, 2014 at 7:03 am in reply to: Why is my drop down menu hidden behind my slider only on my homepage #10231Theme Horse Support TeamKeymasterHi Trina,
Could you specify your name, subject and email address that you have send an email. There is lots of email with username and password in our inbox.
Thank you!
Theme Horse Support TeamKeymasterHi Brentallen,
It seems that you have already change the theme. Could you please activate our theme so that we can look what the exact issue was?
Thank you!
Theme Horse Support TeamKeymasterHi ErikaMarie,
To change the comment font size Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.comment-content { font-size: 13px; }
Note: Increase/decrease above font size 13px to change the font size of the comment.
Thank you for using our theme.
-
AuthorPosts