Forum Replies Created

Viewing 20 posts - 9,161 through 9,180 (of 14,504 total)
  • Author
    Posts
  • in reply to: Post slider – posts should disappear in side bar #19026
    Sakin
    Keymaster

    @josch: That “Exclude Slider Post from Homepage Post” is used if you have Latest Post in your homepage as blog. Not as widget. That widget is WordPress default widget and theme are not allowed to change that.

    This will be quite complicated process and you might need to hire a customizer. First you need to build child theme and create functions.php file and create your custom recent post widget which will exclude the slider post.

    in reply to: Submenu Height CSS for Hover State #19025
    Sakin
    Keymaster

    @ashleycovelli: It’s little difficult debug with your custom css. So, try replacing the following CSS in “Custom CSS” box
    #access ul li ul li a:hover { line-height:26px }

    To
    #access ul li ul li a:hover { line-height: 18px }

    in reply to: changing post title font #19024
    Sakin
    Keymaster

    @lauriemarshall: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .hentry .entry-title { font-family: Arial, sans-serif; }

    in reply to: Changing default color scheme #19023
    Sakin
    Keymaster

    @lauriemarshall: For header background color, you can adjust the color code as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header { background: none #fff; }

    in reply to: website vanished #19006
    Sakin
    Keymaster

    @atssales: This means that you have issue with the menus. Check the menu item one by one to find the conflicting the menu item. There is no limit for subpages.

    in reply to: replace site title with logo above header image #19004
    Sakin
    Keymaster

    @lisareopera: You can remove left and right margin in the header image by adding in the following CSS in “Appearnace => Theme Options => Custom CSS” box.
    #header-content { margin: 0; }

    But there is no option to add left aligned log above the header image. You need to build child theme and work on customizing the header section.

    Sakin
    Keymaster

    @ViraNatura: You can try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box. We can just reduce this.

    .site { margin-top: 0; }
    #site-logo, #header-right { padding-top: 0; }
    #hgroup-wrap { padding-bottom: 0; }
    in reply to: Product Image Size Woocommerce #19002
    Sakin
    Keymaster

    @Bethann: Oh Sorry this is new feature that will be there in new version soon.

    in reply to: Menu Space #19001
    Sakin
    Keymaster

    @blackkeys: Sorry this level of customization cannot be done through custom css. So, you need to hire customer to develop child theme and do the customization.

    Sakin
    Keymaster

    @fastfun.jp: Once you fix it for home. You can add the other pages in similar way. But for custom links, it’s like that. We will look in details about this later in future updates.

    in reply to: Unwanted page appearing on homepage menu bar. #18998
    Sakin
    Keymaster

    @Sonia: Sorry I don’t get it what you mean. Can you explain in reference to your site URL.

    in reply to: comments box size #18996
    Sakin
    Keymaster

    @lightwarrior: It’s designed that way. You can change to different comment box if you want. Just install “Jetpack” plugin and activate “Jetpack Comments” module and make sure you have deactivate “Mobile Theme” module.

    in reply to: footer #18993
    Sakin
    Keymaster

    @julluj: Can you explain in reference with your site URL.
    If you just want to reduce the padding of footer then you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-generator .site-info { padding: 10px 0; }

    in reply to: Home Slider Images #18992
    Sakin
    Keymaster

    @J14: That is post title. You can hide that if you don’t want from Custom CSS. Send me your site URL and then I can check in.

    in reply to: changing font size, colors #18991
    Sakin
    Keymaster

    1. I’d like to change the Artists names heading for each show and make them bold and larger, in red color.
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    td.gigpress-artist {
        color: #FF0000;
        font-size: 18px;
        font-weight: bold;
    }

    2. I also would like to move the Subscribe RSS and iCalendar logos that are now at the bottom of the Upcoming Performances, to the top of the page where they can be seen, or even double them at the bottom and the top.
    — For this you need to check in with the plugin developer. This cannot be done though css. You need to change the configuration in plugin.

    in reply to: 3 columns looking bad on mobile #18990
    Sakin
    Keymaster

    @Sarah: You got me wrong. Please replace the following CSS:

    @media screen and (min-width: 961px) {
    /* Custom Column CSS */
    }
    
    /* For 2 columns primary, secondary and wrapper */
    .three-columns .content-sidebar-wrap {
        width: 83%;
    }
    .three-columns #primary {
        width: 70%;
    }
    .three-columns #secondary {
        width: 29.5%;
    }
    /* For 3rd column */
    .three-columns #third {
        width: 16.5%;
    }

    With the following CSS:

    @media screen and (min-width: 961px) {
    /* For 2 columns primary, secondary and wrapper */
    .three-columns .content-sidebar-wrap { width: 83%; }
    .three-columns #primary { width: 70%; }
    .three-columns #secondary { width: 29.5%; }
    /* For 3rd column */
    .three-columns #third { width: 16.5%; }
    }
    in reply to: Layout bug with Jetpack Contact Form and Comments #18983
    Sakin
    Keymaster

    @Olivier: Catch Mustang Theme doesn’t support Contact form from Jetpack. We recommend Contact Form 7. But yes thanks for your details responsive and we will update the fix as soon as possible in the updated version.

    in reply to: sizing recent posts on homepage #18979
    Sakin
    Keymaster

    @Kenneth: For that either you need to build child theme and edit the functions, which is bit complicated and you need to hire customizer. But there is one way, you can just upload the Small Size image in the “Featured Image” section then it will be fine. Like you have done in “New Section” post mywebbedreviews.com/new-section

    in reply to: Footer won't change #18978
    Sakin
    Keymaster

    @marcella: Yes, it’s creating confusion. Can you post it in Catch Everest Pro forum at http://catchthemes.com/support-forum/forum/catch-everest-pro-premium/

    in reply to: Replace Featured Slider with Video (Embedded) #18977
    Sakin
    Keymaster

    @ianroach: If you are using Catch Everest Pro theme then simply use Featured Image Slider and then you can upload the image of any size you want.

Viewing 20 posts - 9,161 through 9,180 (of 14,504 total)