Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Tremblay: Thanks 🙂
Sakin
Keymaster@Mandala528: Which content are you talking about.
1. If you are talking about latest post then by default it will show latest post in your homepage.
2. If you want static page instead of latest post in your homepage then you can go to “Settings => Readings” and change your settings at Front page displays.
3. If you are talking about “Featured Content”, then you can add that from “Appearance => Theme Options => Featured Content”So, I am but confused. Can you send me your site URl and let me know which content and where you want to add in.
April 7, 2015 at 12:37 pm in reply to: Blog post links and inserted movies not always visible #55248Sakin
Keymaster@rickm813: You can hide the page name by adding in the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
.home #main .entry-header { display: none; }Sakin
Keymaster@svoelker: You can add class in your paragraph our span.
For example:
<p class="clear">your paragraph text</p>Sakin
KeymasterOk replace your current custom css:
.nav-primary { background: #444; background: rgba(255,255,255,0.7); } .nav-primary .menu .sub-menu a, .nav-primary .menu .children a { background: #444; background: rgba(255,255,255,0.7); }With the following css:
.nav-primary, .nav-primary ul.menu .sub-menu a { background: #fff; background: rgba(255,255,255,0.7); }Sakin
Keymaster@rickm813: Then add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
.no-sidebar.content-width #main { width: 100%; }Sakin
Keymaster@Jesse:
1. For featured content image center, you can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
#featured-content .featured-homepage-image { text-align: center; }The image on mobile, that is intentional and if you want to make it like desktop then you can add the following css in “Appearance => Customize => Theme Options => Custom CSS” box:
@media screen and (max-width: 990px) { #featured-content.layout-four .hentry:nth-child(2n+1) { clear: none; } #featured-content.layout-four .hentry { float: left; width: 25%; } }Sakin
Keymaster@Kim: This is from WordPress core and have no control from theme. So, you might need to search is this features is there is any plugins.
Sakin
Keymaster@5er: For translation you need to create .po and .mo files using free software from poedit.net. Once you are done let me know and I will email you the details. We can also add this translation in core theme. You can see other language which our user have contributed in your theme languages directory.
For color, you can change the color code in the following css and then add it in “Appearance => Theme Options => Custom CSS” box:
.paging-navigation a { color: #7c9b30; } .post-navigation a { color: #7c9b30; }Sakin
Keymaster@David: It’s working in both. In my phone and also when you resize the window. Which browser are you using it. Can you fresh and check this screenshot http://awesomescreenshot.com/0504sg3r85
Sakin
Keymaster@arthurp: Please post in your site URL so that I can check and send you the custom CSS. About the font you might need to upgrade to Pro version or use plugin. As Catch Box theme doesn’t have font option and it will only support web safe fonts with css. So, let me know the font and size so that I can suggest you accordingly.
Sakin
Keymaster@mennaman: This is Catch Box Forum and you are using Catch Everest theme, that is why it was not working. We have Catch Everest Forum at http://catchthemes.com/support-forum/forum/catch-everest-public/ . You can just add the following css in “Appearance => Theme Options => Custom CSS” box:
.single #nav-below { display: none; }Sakin
Keymaster@Francisco: nice 🙂
Sakin
Keymaster@Francisco: Yes, you can do that. Details are there at http://catchthemes.com/themes/catch-responsive-pro/
Let me know if you have installation issue then I can do that for you.
-
AuthorPosts
