Forum Replies Created

Viewing 20 posts - 11,781 through 11,800 (of 14,496 total)
  • Author
    Posts
  • in reply to: Menu Bar Lines and Menu Text Bold #10698
    Sakin
    Keymaster

    @cess2000: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to change the background color of menu. You can add the color code as per you need.

    #branding #access {
        background: none #000000;
    }

    But for these type of color changes, it will be better to upgrade to Catch Box Pro theme. In Catch Box Pro theme, there is color picker in Theme Options panel to change the various elements. See the additional features added in pro version here http://catchthemes.com/theme-instructions/catch-box-pro/

    in reply to: Menu Bar Lines and Menu Text Bold #10697
    Sakin
    Keymaster

    #Dave39713971: Thanks for your appreciation Dave.

    in reply to: remove default border from images #10675
    Sakin
    Keymaster

    @rbrt_bene: I need to look at that page. So, can you send me the url of that page.

    in reply to: upload 3d animation #10674
    Sakin
    Keymaster

    @jwendell: Hum. Can you change that logo to gif image. If you have do that then you can just add it from “Appearance => Header”. So, which format in your 3d image?

    in reply to: Menu Bar Lines and Menu Text Bold #10673
    Sakin
    Keymaster

    @Dave39713971:
    1. How do I make the menu bar options (Home Decor, DIY Projects, Gift Ideas) bold?
    — Just add the following css in “Appearance => Theme Options => Custom CSS”

    #branding ul.menu a {
        font-weight: bold;
    }

    2. How do I get rid of the lines in between the different menu options? I want to try and make it one solid bar so it looks nicer. If I can’t get rid of the lines in between menu options, maybe I can change them to the same color as the menu (#87240f)?
    — You can change the border color of menu by adding the following css in “Appearance => Theme Options => Custom CSS”

    #branding ul.menu li {
        border-right: 1px solid #87240f;
    }
    in reply to: How do I hide pages? #10672
    Sakin
    Keymaster

    @ddelmotte: Can you try in Custom Menu featured through “Appearance => Menu” though which you can just select the pages what you want to display. See this for more http://en.support.wordpress.com/menus/

    in reply to: Featured contents in home page #10671
    Sakin
    Keymaster

    @madeleod: Are you talking about language switcher, then you should use language plugin and ask in plugin forum. If they have anything that we need to add in then we will be more than happy to support that plugin.

    in reply to: Remove padding around header #10670
    Sakin
    Keymaster

    @samparis: First you have to upload the larger header image with width 1140px and then add the following css in “Appearance => Theme Options => Custom CSS” to remove the spaces.
    #hgroup-wrap, #site-logo { padding: 0; }

    in reply to: Reduce the height of the slider and change H1 color #10669
    Sakin
    Keymaster

    @steadymarvin: If you want simple solution then just upgrade to Catch Everest Pro theme which have options for your both questions.
    For slider, you can use image slider and upload the image of your own choice. For color there is Color picker in Theme Options panel.

    But for free Catch Everest Theme:
    For slider: You need to add the smaller image in the featured image in the post.
    For color of post titles, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .entry-header .entry-title a {
        color: #222;
    }
    in reply to: ad placement #10668
    Sakin
    Keymaster

    @j9hagop: Oh sorry there is no option to add ads.

    But maybe you can use Header right sidebar to add the Ads and then I will send your the css code to adjust the layout. So, can you try that and let me know how it comes.

    in reply to: Google (Sitemap) #10666
    Sakin
    Keymaster

    @MaxR: Sorry but this is not a theme related issue. Can you check your settings and may be use SEO plugins like WordPress SEO or All in one SEO.

    in reply to: Place logo in center fails in firefox and IE after update #10665
    Sakin
    Keymaster

    @fredesq: Yes, it might be cache issue. So, whenever you update theme or plugin. First clear your cache and refresh your browser to check it. Thanks.

    in reply to: Edit text colour in posts #10664
    Sakin
    Keymaster

    @Derek: Check your plugins. Try disabling the plugins one by one and check it. It is most likely though plugin conflict with WordPress.

    in reply to: Change Navigation Background and Font Color #10663
    Sakin
    Keymaster

    @TanjaCrouch: First you need to share your site URL. So, that we have see what you are asking and send you the correct code.

    in reply to: Header color, content width, content font, search box #10662
    Sakin
    Keymaster

    @MairiaM: Sorry I don’t understand can you send me your screenshot.

    in reply to: Adding Space Between Content & Sidebar #10660
    Sakin
    Keymaster

    @MairiaM: You can try in the following CSS in ” Appearance => Theme Options => Custom CSS” box. But I am not so sure. I have added the code add the border left of the sidebar.

    #sidebar.col4 {
        border-left: 1px solid #bbb;
        margin-left: 18px;
        padding-left: 17px;
        width: 300px;
    }
    in reply to: How to remove some things #10659
    Sakin
    Keymaster

    @impresnet: I haven’t got back email reply from your side. Can you check your email.

    in reply to: Add font to font family options #10658
    Sakin
    Keymaster

    @TanjaCrouch: Catch Box Pro theme has the Font family Options where there is lot of Google fonts. But the font Modern No. 20 is not a Google Font. We are allowed to add only GPL license fonts. So for any other fonts, you have to add it manually by building child theme. This is bit technical process, so you might need to find the similar font in Google fonts http://www.google.com/fonts/ or you need to convert your font though http://www.fontsquirrel.com/tools/webfont-generator and add it.

    For color, can you look at the color options in Theme Options panel. If there is any more color that you want to change then you need to send me your site URL and I will send you the css code.

    in reply to: Header and Footer disappear when resized #10655
    Sakin
    Keymaster

    @deadwalker: Welcome. I told you that’s the responsive issue and I gave you the responsive css for screen size less thank 990px. But it’s cool.

    Thanks for using Simple Catch theme.

    in reply to: remove default border from images #10645
    Sakin
    Keymaster

    @rbrt_bene: there is no border in the images in the page of Catch Everest Pro theme. But yes there is box shadow. If you want to remove that then you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    .page .entry-content img {
        box-shadow: none;
    }
Viewing 20 posts - 11,781 through 11,800 (of 14,496 total)