Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@sbartsch: After you purchase the theme, you need to upload and active the theme. You can download the Catch Everest Pro theme zip file form your account at http://catchthemes.com/my-account and upload it from “Appearance => Themes => Add New”. For more details, please follow the theme instructions at http://catchthemes.com/theme-instructions/catch-everest-pro/ . The update process has been clearly explained in this nice screencast at http://devotepress.com/wordpress-writing-editing/upgrade-premium-version-wordpress-themes-eg-adventurous-pro/
Sakin
Keymaster@Kristin: You can add the following css in “Appearance => Theme Options => Custom CSS” box:
#featured-post .entry-title { font-size: 120%; }Sakin
Keymaster@missfudd82: Sorry you are posting Simple Catch Theme question in Full Frame Pro theme support forum. For Simple Catch theme support forum, you can post it in http://catchthemes.com/support-forum/forum/simple-catch-public/. I just check in your site and see that some of the post in your slider doesn’t have large image. You featured image on those posts need to be at least 978px width to fit it. So, either upload the larger featured image or you can stretch the image by adding in the following css in “Appearance => Theme Options => Custom CSS” box:
.featured img { width: 100%; }Sakin
Keymaster@David: Yes, I am using default color as you haven’t send me the color code. Also I have mentioned that you can change the color code.
Sakin
Keymaster@themintedmama: Please post in proper support forum as this might create confusion to other users. For full frame free you can post it in http://catchthemes.com/support-forum/forum/full-frame-free/.
In Full Frame free theme, you can change the background color of footer in following css as per your need and add it in “Appearance => Customize => Theme Options => Custom CSS Options” box:
#site-generator { background-color: #fff; }Sakin
Keymaster@emree025: Looks like you care viewing it from desktop that is why you are seeing two. In desktop browser it will display that arrow automatically. So, you can check from your mobile and you will not see two.
Sakin
Keymaster1. For Custom menu widget color in Header Right sidebar, you can change the color code in the following css and add it in “Appearance => Theme Options => Custom CSS” box:
.sidebar-top .widget_nav_menu { background: none #333; } .sidebar-top .widget_nav_menu ul.menu li:hover > a, .sidebar-top .widget_nav_menu ul.menu a:focus { background: none #e5e5e5; color: #373737; } .sidebar-top .widget_nav_menu ul.menu ul a { background: none #f9f9f9; border-bottom: 1px dotted #ccc; color: #444; } .sidebar-top .widget_nav_menu ul.menu li:hover > a, .sidebar-top .widget_nav_menu ul.menu ul :hover > a, .sidebar-top .widget_nav_menu ul.menu a:focus { background: none #efefef; }2. To remove the border right, you can simply add the following css in “Appearance => Theme Options => Custom CSS” box:
.sidebar-top .widget_nav_menu ul.menu li { border-right: none; }Thanks for your appreciation 🙂
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%; } } -
AuthorPosts
