Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster/* To change the menu background color change the color below */
#branding #access,
#colophon #access-footer {
background: none #3d3d3d;
}
/* To change the menu text color change the color below */
#branding ul.menu a, #colophon #access-footer ul.menu a {
color: #fff;
}
/* To change the menu font color change the font name below */
#branding ul.menu a, #colophon #access-footer ul.menu a {
font-family: Arial, Helvetica, sans-serif;
}For more on CSS. See this http://www.w3schools.com/css/
Sakin
KeymasterHello Jason,
/* To change content color white */
#main { background-color: #fff; padding: 30px 10px; }
/* Make Facebook social icon always blue */
ul.social-profile li.facebook a { background-position: 0 -43px; }
/* To change the header background image. Just add your image url in the following css*/
#branding { background: url(“Add in your image URL”) repeat-x scroll left bottom transparent; }Regards,
SakinSakin
Keymaster@Rich2337: Oh there isn’t a blank page. Yes it is better to build a page and link in Catch Pro to the page.
Sakin
Keymaster@egnalc: Homepage Top right is for the search and social icons see this in demo http://catchthemes.com/demo/catch-mustang/ . To add there you need coding skill so better use Tweaky see their banner at the sidebar.
Add the following CSS in “Custom CSS” box in your Theme Options panel in your WordPress Dashboard for background and sidebar width.
/* To Change the background color of Hompeage Header */
.home #header-bg {
background: none #000;
}
/* To Change the background color of All Site Header */
#header-bg {
background: none #000;
}
/* For change width of sidebar in about page of your site */
page-id-12 #secondary { float: right; width: 25%; }
Sakin
Keymaster@evabigtree: Yes there is extra bracket. It should be as below:
#access {
border:1px solid #a52a2a;
background-color:#a52a2a
}
#access ul li a:hover, #access ul li.current-menu-item a, #access ul li:hover > a {
background-color:#444;
}
#access ul li ul li a:hover, #access ul li ul li:hover > a {
background-color:#444
}
#branding {
background: none left #fff;
}
#access .menu-header-container ul li a {
color: #fff;
}
#site-generator .copyright {
width: 80%;
}
#site-generator .powered-by {
width: 20%;
}
Sakin
Keymaster@OpenMind: Trying replacing your language folder with this one http://catchthemes.com/downloads/languages.zip
Sakin
Keymaster@evabigtree: what do you mean by tag bar?
Sakin
Keymaster
@linerunner: You can add in the following CSS in “Custom CSS” box in your Theme Options.body {
padding-top: 0;
}
#page {
max-width: 100%;
}
#branding {
border-radius: 0;
}
#main {
margin: 0 auto;
max-width: 1000px;
}Sakin
Keymaster@Shelley: It’s already fixed.
Sakin
Keymaster@mrblista: See this for detail tutorial http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/ . In this tutorial you don’t need to make our theme translation ready. We have already don’t it and added a file simple-catch-pro.pot file. You just need to create de_DE.mo and de_DE.po file through http://www.poedit.net/
Sakin
Keymaster@Lpaul: You can change it through adding in CSS in “Custom CSS” on in your Theme Options.
/* For widget background and text color */
.widget {
background-color: #000;
color: #fff;
}
/* For pages and posts */
.hentry {
background-color: #000;
color: #fff;
}
Sakin
Keymasteralso for best try using custom menu. See this on how to create custom menu http://en.support.wordpress.com/menus/
Sakin
Keymaster@Rich2337: I don’t get it what you mean by blank page. If you mean creating a new page then see this http://en.support.wordpress.com/pages/
Sakin
Keymasterfor font color of menu add the following css in “Custom CSS” box under Theme Options
#access .menu-header-container ul li a {
color: #fff;
}
Sakin
Keymaster@evabigtree: Add the following css in your “Custom CSS” box in Theme Options
#site-generator .copyright {
width: 80%;
}
#site-generator .powered-by {
width: 20%;
}
Sakin
Keymaster@paulyuan: You can change the background color in contain and widgets area in Catch Box Pro theme by adding the following css in “Custom CSS” box in Theme Options
/* background color in contain */
.hentry {
background-color: #000000;
}
/* background color in widgets area */
.widget {
background-color: #cccccc;
}I don’t get your other question of category.
Sakin
Keymaster@nathalia: For your site please add the following css.
.blog #slider { display: none; }
Sakin
Keymaster@evabigtree: Please post in your site URL so that I can check it and give you the answer.
Sakin
Keymaster@Buttsc7875: Sorry not familiar with e-junky code. So, can you ask that in e-junky support forum and let us know what they will ask you to do. If it’s in our theme that we can help then we will add in support for you.
-
AuthorPosts