Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@danielgreat: For border rounded corner you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#main { border-radius: 10px; }Sakin
Keymaster@Terry M: It’s your server folder permission issue. You need to set your upload folder file permission to 755. See this for more detail information on file permission at http://codex.wordpress.org/Changing_File_Permissions
Sakin
Keymaster@donal.leader: Blog page template will take the archive sidebar or main sidebar and it take the settings from “Appearance => Theme Options => Layout Options”
To hide “Blog Archive” heading from this News Page, you can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
.page-header { display: none; }Sakin
Keymaster@azizwaing: You can reduce the font size of each elements. You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
@media screen and (min-width: 1060px) { body, button, input, select, textarea { font-size: 13px; } .entry-header .entry-title { font-size: 13px; } .entry-meta, #site-generator { font-size: 11px; font-size: 1.1rem; } #featured-post .entry-title, .page-links { font-size: 13px; } .widget-title { font-size: 13px; } }Sakin
Keymaster@danielgreat: You can add the following CSS in “Appearance => Theme Options => Custom CSS box to change the background color in content area. Change the color code as per your need.
#main { background-color: #fff; }Sakin
Keymaster@azizwaing: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to bold the tile in the slider
#main-slider .entry-title { font-weight: bold; }Looks like you have customize the core theme file style.css . You shouldn’t edit any core theme files. It will be reverted back when you perform update to theme. I see that you have changed style.css reset font to
font-size: 13px;this should befont-size: 100%;as this is very important for responsive design.Sakin
Keymaster@lalucella: Make sure you have clicked on “File URL” and then click on “Insert Into Post”. See this screenshot http://www.pinterest.com/pin/548594798329798533/. You can also directly add in the image url in “Header logo url” box and save changes.
Sakin
Keymaster@carlosdonan: It’s same.
Sakin
Keymaster@carlosdonan: Let me know when you add it and then I will take a look at it.
Sakin
Keymaster@carlosdonan: But you don’t have any footer widget in your site.
Sakin
Keymaster@azizwaing: You can simply add the following CSS in “Appearance => Theme Options => Custom CSS” box.
#featured-post .entry-title { font-weight: bold; } #featured-post .entry-content { text-align: center; }Sakin
KeymasterHi Carlos,
I have already answer you about this in other forum question http://catchthemes.com/support-forum/topic/home-page-padding-and-margins/ and I see that you have already made changes as per my suggestion CSS as well. So, I think I can delete this one. Let me know it.
Please don’t post duplicate question.
Regards,
SakinSeptember 29, 2013 at 9:14 am in reply to: Cathc Everest – Size or delete the text of the slide #15224Sakin
KeymasterHi Chip,
Yes for that you need to custom design the frame and add it though CSS. So, you might need to hire developer to do this for you.
Regards,
SakinSakin
KeymasterHello Heiko,
I will contact you though email. You can send me access there.
Regards,
SakinSakin
KeymasterHi Carlos,
It’s quite complicate. You need to remove all the padding and margins like below:
.home #main { padding: 0; } .home .entry-header { margin: 0; } .home #content article { margin: 0; padding: 0; } .home #secondary { padding-top: 0; }Then either you need to increase the size of sidebar or content.
September 29, 2013 at 1:57 am in reply to: Cathc Everest – Size or delete the text of the slide #15210Sakin
Keymaster@chipbphoto: I don’t get it what you mean. Can you explain with your site URL and the reference site.
Sakin
Keymaster@Sonik09: Please send me your site URL where you have use the table and also let me know how much are you trying to decrease.
Sakin
Keymaster@chipbphoto: Thanks for your appreciation and feedback. We will try to add that.
Sakin
Keymaster@chipbphoto: You care using Catch Everest Pro theme So see this instructions http://catchthemes.com/theme-instructions/catch-everest-pro/ where it is mentioned size as 690px width and 462px width. This theme is responsive design. So, you have option to use your full image from “Appearance => Theme Options => Content Featured Image Size”
-
AuthorPosts
