Forum Replies Created

Viewing 20 posts - 12,341 through 12,360 (of 14,500 total)
  • Author
    Posts
  • in reply to: Menu – Font not in Caps? #8822
    Sakin
    Keymaster

    @paulinepkehoe: You have added your question in wrong support forum. You are using “Catch Everest Pro” theme in your site but you have posted the support question in “Catch Box Pro” forum and that is why I got confused. From next time please post your question in your Catch Everest Pro forum.

    Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    
    #header-menu ul.menu a {
        text-transform: none;
    }
    
    in reply to: Right Sidebar at Bottom of Page #8821
    Sakin
    Keymaster

    @mirandariley: I checked your site style.css and responsive.css which doesn’t match with out original theme css. So, I think you have edited that. Please don’t edit any style.css and responsive.css

    To make this at the original state, you need to delete the theme and then install the latest zip copy of Theme.

    in reply to: Borders, and Headers #8810
    Sakin
    Keymaster

    1) When I place an image in a blog post, I get a thin border around the image – how can I remove this?
    — Just add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    img[class*="align"], img[class*="wp-image-"], #content .gallery .gallery-icon img, img.wp-post-image, img.attachment-thumbnail {
        border: medium none;
        padding: 0;
    }

    2) Has anyone figured out a way to rotate the header logo / image with the Catch Box theme?
    — I don’t understand this. You can change your header logo from “Appearance => Header”

    in reply to: Homepage Feature Content Options #8807
    Sakin
    Keymaster

    @paulinepkehoe: Adding link in the Homepage Featured Content i not a problem. Go to “Appearance => Theme Options => Homepage Settings -> Homepage Featured Content Options” and then add link in “Link URL”. the added link will be in the image and the title.

    I would like to set the link up to say “Contact Pauline”
    — To add that you can add the following code just below your content in “Appearance => Theme Options => Homepage Settings -> Homepage Featured Content Options
    `Contact Pauline

    in reply to: Sidebar #8805
    Sakin
    Keymaster

    @paulinepkehoe: Catch Everest Pro theme is responsive design. So, it is not recommended to change the layout. If you change the layout. You need to change all the way down to mobile devices.

    But if you just want to adjust only in the large screen, then add the following css in “Appearance => theme Options => Custom CSS” box.

    
    @media screen and (min-width: 1060px) { 
    #primary {
        width: 60%;
    }
    #secondary {
        float: right;
        width: 35%;
    }
    }
    
    in reply to: I get errors, can't do anything #8804
    Sakin
    Keymaster

    @illibo: I have just emailed you. Please respond.

    in reply to: Menu – Font not in Caps? #8803
    Sakin
    Keymaster

    @paulinepkehoe: How come you have all caps in Menu for Catch Box Pro theme. It’s not supposed to be. Can you send me your site URL so that can check in.

    in reply to: How to change the color on the bar below the Slider #8802
    Sakin
    Keymaster

    @GAHC: You can change the color code as per you need and add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .site {
        background-color: #fff;
    }
    #homepage-message {
        background-color: #FDFDFC;
    }
    in reply to: I get errors, can't do anything #8800
    Sakin
    Keymaster

    @illibo: Can you send me your site URL

    in reply to: Blog, changing colour of slider font #8799
    Sakin
    Keymaster

    @Potzas: I see that you have static content in the home and blog in Blog page. It’s going good.

    I would also like to make the overlay header on the slider a blue font, not black.
    — Just change the color code as per your need and add it in your “Appearance => Theme Options => Custom CSS” box.

    #main-slider .entry-title a, #main-slider .entry-title span {
        color: #222;
    }

    I would also like to change the sub-heading on the home page, I want it non-italic and I would like to change the font colour there as well.
    — Add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message span {
        font-style: normal;
        color: #858585
    }
    in reply to: I get errors, can't do anything #8795
    Sakin
    Keymaster

    @illibo: Are you still getting this error or now don’t get it. This look like you tried to login too many times with incorrect password and server block in.

    in reply to: Right Sidebar at Bottom of Page #8794
    Sakin
    Keymaster

    @mirandariley: There is problem with your site. Why are you keeping all the style.css in Custom CSS box. Remove that and it will work fine.

    in reply to: Problem with viewing in different browsers #8791
    Sakin
    Keymaster

    @acanthuroid: Sorry I don’t be able to help on image sizes. Please check your settings and ask in WooCommerce forum.

    in reply to: Responsive Layout #8790
    Sakin
    Keymaster

    @paigeohliger: I haven’t received any email from your side. Can you send me your site URL. So, that I can check in.

    in reply to: Search Box Color #8787
    Sakin
    Keymaster

    @phase9: Nice.

    in reply to: add slideshow to header #8766
    Sakin
    Keymaster

    @ronjak: Ask more detail with the plugin author. The do_action is defining the action hook. We have our own action hooks that you can see it.

    It will be best if they provide the widget and you can simple add in any sidebar. In Catch Everest PRo theme there is sidear for header right as well. See the additional feature in Catch Everest Pro at http://catchthemes.com/theme-instructions/catch-everest-pro/

    But yes you can try to add the above hook in the file sidebar-header-right.php jsut above
    </div><!-- #header-right .widget-area -->

    in reply to: How to decrease space in between widgets on R sidebar? #8765
    Sakin
    Keymaster

    Now it’s fine. But you have added paragraph center in your text widget you need to remove that.

    <p style="text-align:center"><a target="_self" href="http://hurstbournedentalcare.com/stony-brook-louisville-ky-dentist-patient-forms//">
    <img alt="Forms- Louisville, KY Dentist" src="http://hurstbournedentalcare.com/images/new_pt.png">
    </a></p>

    you can replace p with span

    in reply to: Remove Search box and Archives #8764
    Sakin
    Keymaster

    @kirsten0203: You have to add any widget in your sidebar to replace that. Look like the search and archive at the default widgets.

    But if you don’t want any sidebar then you can choose No Sidebar layout in individual posts and pages. Also you wan set fro entire site in you theme options panel “Layout Options”.

    Yes the upgrading process will be pretty smooth. You might need to do few click in your menu, header, background settings. If you need help then we also provide free support for upgrading.

    in reply to: Search Box Color #8763
    Sakin
    Keymaster

    @phase9: You can simply add the color code you want in the following CSS and add it in “Appearance => Theme Options => Custom CSS” box.

    #branding #s {
        background-color: #fff;
        color: #000
    }
    in reply to: Responsive Layout #8762
    Sakin
    Keymaster

    @paigeohliger: The same menu order will be there in Mobile Devices as well.

Viewing 20 posts - 12,341 through 12,360 (of 14,500 total)