Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Juan: What’s not working there must be change in Jetpack updates. So, you need to check in Jetpack support forum. Also Facebook and Twitter keeps on changing settings. So, you might want to check that settings.
Sakin
Keymaster@Keir: It’s because of the following css in “Appearance => Theme Options => Custom CSS” box:
/*This code removed the 40 pixels of nothing at the top of the page*/ .site { width: 1280px; margin: 0px auto; }Replace that css with the following css:
/*This code removed the 40 pixels of nothing at the top of the page*/ .site { margin: 0 auto; }Sakin
Keymaster@truewp: You can remove posted in by add in the following css in “Appearance => Theme Options => Custom CSS Box”
.entry-meta .in-category { display: none; }In which language you are translating theme and how are you doing that. To change that text Tagged, you need to change through translation file .mo and .po files
I don’t get it which Leave a Reply you want to hide. Can you show me the URL.
Sakin
Keymaster@RimFrost Where do you add those CSS. If you add that from “Appearance => Customize => Theme Options => Custom CSS” box then it will work.
Sakin
Keymaster@ryangottfried: Can you let me know what’s not working with your site URL. There is nothing much changes. If you want to revert back then you can download version 1.0 from https://downloads.wordpress.org/theme/create.1.0.zip and then delete your existing theme and upload this one from “Appearance => Themes => Uploads => Add New”
Sakin
Keymaster@RimFrost: But what are you trying to do with the css:
For team the css shuld be as below:.teamportfolio { clear: both; display: block; } .teamportfolio .teamimage { display: inline-block; float: left; width: 20%; } .teamportfolio .teambox { display: inline-block; float: right; width: 78%; } .teamportfolio .teamname { font-weight: bold; color: orange; border: 5px solid #000; }For Single, I don’t get it what you are trying to do it as that class is not there in single posts.
Sakin
Keymaster@cytorath18: You can edit that page and then select “No Sidebar (Content Width)” from Layout options, that you will see in Catchbase Options meta box below you page editor.
Sakin
Keymaster@Kenta: Have you customize the site as I see code
<noscript>after each featured image.Sakin
Keymaster@leotrim77: you can add the following css:
.single-post .hentry { padding: 0; } .sidebar-primary { padding-bottom: 0; padding-right: 0; padding-top: 0; }Sakin
Keymaster@Paul: Sorry there is no option to do that. For slider you can either add it in homepage or entire site. there is no option to change the position of slider. For that you need to build child theme, edit in your child theme functions.php file
Sakin
Keymaster@buffmuffin: try adding in the following css in “Appearance => Theme Options => Custom CSS” options box:
#header .social-search { display: none; } #header .logo-wrap { padding: 0; text-align: center; width: 100%; }Sakin
Keymaster@deevd: Looks like you have changed css. For that you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#featured-post.layout-four .post:nth-child(4n+1) { margin-left: 0; }Sakin
Keymaster@psankari: This post http://catchthemes.com/demo/chicago/uncategorized/hello-world/ has Header Featured Image but disable single post image. If you want to same like this, then go to “Appearance => Customize => Header Image” and then select “Entire Site, Page/Post Featured Image” in Enable Featured Header Image on option.
Again go to “Appearance => Customize => Theme Options => Layout Options” and then select “Disabled” in “Single Page/Post Image Layout” option.
Sakin
Keymaster@ShayC: You can check this screenshot which shows how to post questions https://www.pinterest.com/pin/548594798338119057/
There is not much color option in Simple Catch Free theme. To change the link color, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
a { color: #000; }Sakin
Keymaster@psankari: Can you explain in reference to your site URL. So, that I can check in and explain it to you.
Sakin
Keymaster@truewp: Yes you can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
.entry-header .entry-meta { display: none; }Sakin
Keymaster@Edward: You have already change it.
Replace:/* Mobile Menu Items Text Color */ .sidr ul li a, .sidr ul li span { color: #eee; }with the following:
/* Mobile Menu Items Text Color */ .sidr ul li a, .sidr ul li span { color: #255a8c; }Then replace:
/* Mobile Menu Items Text Hove Color */ .sidr ul li a:hover { background-color: #1569c7; color: #fff; }With the following:
/* Mobile Menu Items Text Hove Color */ .sidr ul li a:hover { background-color: #255a8c; color: #fff; } -
AuthorPosts
