Forum Replies Created
-
AuthorPosts
-
Sakin
Keymaster@Kim: For that you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#third-sidebar .widget_custom_menu_wizard .current-menu-item { font-weight: bold; }Sakin
Keymaster@David: Since you are using widget menu in your header right sidebar, you can replace your
#header-menu ul.menu a, .sidebar-top .widget_nav_menu ul.menu a, #colophon #access-footer ul.menu a { }With the following:
.sidebar-top .widget_nav_menu ul.menu a { }Sakin
Keymaster@B1ngle: I checked in your site in Firefox, Chrome, Safari and IE. In all browser Social Icons are showing in your sidebar.
Sakin
Keymaster@Sarah: Thanks page “Impressum” that you are getting in header is from Default Page menu. I mean that you can replace that with your custom menu. So, in your custom menu don’t add that page. I already gave code to add in footer.
But if don’t want to use custom menu and stick with default page menu then you can add the following css in “Appearance => Theme Options => Custom CSS” box to hide it.
#access .page-item-131 { display: none; }Sakin
Keymaster@Sarah: About the header. You can create Custom Menu from “Appearance => Menus” and add the pages, category and links that you want and save menu. After that you need to assign menu location as Primary Menu from “Appearance => Menus => Manage Locations”. In this way you can just add in the pages that you want. For more about custom menu, check this http://catchthemes.com/blog/custom-menus-wordpress-themes/
Sakin
Keymaster@Kristin: In Catch Kathmandu Pro theme, you can add the following css in “Appearance => Theme Options => Custom CSS” box:
#main-slider .entry-container { left: auto; right: 50px; } @media screen and (max-width: 480px) { #main-slider .entry-container { right: auto; } }Sakin
Keymaster@rickm813: your old theme must have added in page excerpt box. If you want to add it in this theme as well then build child theme, you can download it from http://catchthemes.com/blog/create-child-theme-wordpress/ and add the following code in your child theme functions.php file.
add_action( 'init', 'catchresponsive_add_excerpts_to_pages' ); function catchresponsive_add_excerpts_to_pages() { add_post_type_support( 'page', 'excerpt' ); }Sakin
Keymaster@Emmelie Brownlee: Can you post in your site URL? Also explain what’s happening to your site.
Sakin
Keymaster@David: Sorry I don’t get it what you mean here by
For other future readers, was there a different way to affect these changes?Sakin
Keymaster@Sarah: where in the footer you want to add in. If you want to add that in Footer site info section then go to “Appearance => Theme Options => Footer Options => Footer Editor” box, you can add just after All Rights Reserved. as below:
<a href="http://rapunzel-will-raus.ch/impressum/" title="Impressum">Impressum</a>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 🙂
-
AuthorPosts
