Forum Replies Created
-
AuthorPosts
-
SakinKeymaster
@stephennewton: I don’t recommend to directly edit the CSS. To make the changes in CSS either you can add it in the Custom CSS box in your Theme Options under Appearance Tab in your WordPress Dashboard or you have to build the Child Theme and add the changes.
SakinKeymaster@pwycliffe: I just posted comment in http://karenhamiltontherapy.com/?p=25 and it works fine. I just see that you haven’t added the permalink structure which you can set it through Settings -> Permalinks in your WordPress Dashboard.
SakinKeymaster@Tri-ang: First can you send me the site URL and also the screenshot of what you want. Then I will be able to suggest you the answer.
October 21, 2012 at 10:23 pm in reply to: Decreasing the height of the header & adding image as the whole width of header #1295SakinKeymaster@kislany: Sometime it takes time to answer the forum as we are answering in here and also in wordpress.org. Yes, if you like prompt answer then you can use our Support ticket.
SakinKeymaster@Tri-ang: Can you send me the link so that I can check in your page and suggest you the changes.
SakinKeymaster@fhinc: Yes you can do it only by building child theme of CatchBox. This is not in the customization option. For a simple customization you can use our Support Ticket by buying support and if it is more of customization then you can use our Hire a Customizer option.
SakinKeymaster@ikampyla: I will not be able to answer this question as it depends on your code Child theme. You need to use Hire a Customizer for code related issues.
SakinKeymaster@ikampyla: You can add following css in the “Custom CSS” box in Theme Options under Appearance Tab in your WordPress Dashboard.
#main #content ul.post-by li.no-padding-left,
#main #content ul.post-by li.last, {
display: none;
}SakinKeymaster@josedebenidorm: yes you can change the font and size though CSS using custom CSS box in Theme Option under Appearance tab in your WordPress Dashboard.
For example see the following css:
body, input, textarea {
font-family: Arial, sans-serif;
font-size: 16px
line-height: 18px
}Check our this for more details on CSS for fonts: http://www.w3schools.com/css/css_font.asp
SakinKeymaster@carolineb: I can see the sidebar in your site. I don’t get it what you mean. If you have problem in English then you can send us the Screenshot and show what you mean.
SakinKeymasterHi Lemonice,
You need to build child theme and customize it. This is not supported in Simple Catch Theme. You need to upgrade to Simple Catch Pro http://catchthemes.com/themes/simple-catch-pro/
Regards,
SakinSakinKeymasterI send you how to edit it but if you need more support then you might need to contact through Support Ticket or Hire a Customizer for more customization.
SakinKeymaster@Ladyhawk: After you click on radio button as “Static Page”. You need to select the page from Front Page options just below.
If you still have problem then can you send me your site URL.
SakinKeymaster@lance4510: This feature is not added in Theme Option. But if you are comfortable editing the code in header.php then it’s fine.
Create a child theme and edit the header.php:
Just delete the following line:
<meta name="viewport" content="width=device-width" />
SakinKeymaster@macca_andy: The feature you have asked here is not included in Catch Box theme.
This is free theme for the WordPress Community and yes we are talking your advices and adding the features in the updates.
SakinKeymaster@tonycouto: It’s really strange why do you want to remove the heading from your pages. Also send me your site URL. Maybe you can try CSS to hide it.
SakinKeymaster@mustick: This is really hard to recommend plugin. It depends on the users need and requirements. You can check out http://wordpress.org/extend/plugins/ and search for social. Maybe you can try Add this plugin ( http://wordpress.org/extend/plugins/addthis/ )
SakinKeymaster@legarth: It should work in you just change the “Excerpt Length in Words” in your Theme Options. I just check in the theme option and it is working fine
This will not increase the word only if you have added in excerpt box when writing post. So, keep the excerpt box empty.
If this is not working then there most be something going in your configuration and if you need advance help then use Support Ticket.
Regards,
SakinSakinKeymasterHi JRV,
You can add the following css and adjust it accordingly through “Custom CSS” box in your Theme Options under Appearance tab of WordPress Dashboard.
#branding ul.menu a { line-height: 3em; /* Decrease the number as per your need */ }
Regards,
Sakin -
AuthorPosts