Forum Replies Created

Viewing 20 posts - 14,081 through 14,100 (of 14,493 total)
  • Author
    Posts
  • in reply to: menu color problems #3186
    Sakin
    Keymaster

    /* To change the menu background color change the color below */
    #branding #access,
    #colophon #access-footer {
    background: none #3d3d3d;
    }
    /* To change the menu text color change the color below */
    #branding ul.menu a, #colophon #access-footer ul.menu a {
    color: #fff;
    }
    /* To change the menu font color change the font name below */
    #branding ul.menu a, #colophon #access-footer ul.menu a {
    font-family: Arial, Helvetica, sans-serif;
    }

    For more on CSS. See this http://www.w3schools.com/css/

    in reply to: Background Issue & Facebook icon #3185
    Sakin
    Keymaster

    Hello Jason,

    /* To change content color white */
    #main { background-color: #fff; padding: 30px 10px; }
    /* Make Facebook social icon always blue */
    ul.social-profile li.facebook a { background-position: 0 -43px; }
    /* To change the header background image. Just add your image url in the following css*/
    #branding { background: url(“Add in your image URL”) repeat-x scroll left bottom transparent; }

    Regards,
    Sakin

    in reply to: Blank Page #3184
    Sakin
    Keymaster

    @Rich2337: Oh there isn’t a blank page. Yes it is better to build a page and link in Catch Pro to the page.

    in reply to: Homepage Header size and color #3183
    Sakin
    Keymaster

    @egnalc: Homepage Top right is for the search and social icons see this in demo http://catchthemes.com/demo/catch-mustang/ . To add there you need coding skill so better use Tweaky see their banner at the sidebar.

    Add the following CSS in “Custom CSS” box in your Theme Options panel in your WordPress Dashboard for background and sidebar width.

    /* To Change the background color of Hompeage Header */
    .home #header-bg {
    background: none #000;
    }
    /* To Change the background color of All Site Header */
    #header-bg {
    background: none #000;
    }
    /* For change width of sidebar in about page of your site */
    page-id-12 #secondary { float: right; width: 25%; }

    in reply to: shorter Footer space #3180
    Sakin
    Keymaster

    @evabigtree: Yes there is extra bracket. It should be as below:

    #access {
    border:1px solid #a52a2a;
    background-color:#a52a2a
    }
    #access ul li a:hover, #access ul li.current-menu-item a, #access ul li:hover > a {
    background-color:#444;
    }
    #access ul li ul li a:hover, #access ul li ul li:hover > a {
    background-color:#444
    }
    #branding {
    background: none left #fff;
    }
    #access .menu-header-container ul li a {
    color: #fff;
    }
    #site-generator .copyright {
    width: 80%;
    }
    #site-generator .powered-by {
    width: 20%;
    }

    in reply to: Language-files #3167
    Sakin
    Keymaster

    @OpenMind: Trying replacing your language folder with this one http://catchthemes.com/downloads/languages.zip

    in reply to: Featured Slider on Blog Post #3147
    Sakin
    Keymaster

    @nathalia: can you show me our site URL?

    in reply to: browser problems #3146
    Sakin
    Keymaster

    @evabigtree: what do you mean by tag bar?

    in reply to: Full width menu and header #3145
    Sakin
    Keymaster


    @linerunner
    : You can add in the following CSS in “Custom CSS” box in your Theme Options.

    body {
    padding-top: 0;
    }
    #page {
    max-width: 100%;
    }
    #branding {
    border-radius: 0;
    }
    #main {
    margin: 0 auto;
    max-width: 1000px;
    }

    in reply to: Color Options not loading #3144
    Sakin
    Keymaster

    @Shelley: It’s already fixed.

    in reply to: how to activate language file #3143
    Sakin
    Keymaster

    @mrblista: See this for detail tutorial http://wp.tutsplus.com/tutorials/theme-development/translating-your-theme/ . In this tutorial you don’t need to make our theme translation ready. We have already don’t it and added a file simple-catch-pro.pot file. You just need to create de_DE.mo and de_DE.po file through http://www.poedit.net/

    in reply to: Widget background and text color change. #3142
    Sakin
    Keymaster

    @Lpaul: You can change it through adding in CSS in “Custom CSS” on in your Theme Options.

    /* For widget background and text color */
    .widget {
    background-color: #000;
    color: #fff;
    }
    /* For pages and posts */
    .hentry {
    background-color: #000;
    color: #fff;
    }

    in reply to: Menu Bar on smart PHONE #3141
    Sakin
    Keymaster

    also for best try using custom menu. See this on how to create custom menu http://en.support.wordpress.com/menus/

    in reply to: Blank Page #3140
    Sakin
    Keymaster

    @Rich2337: I don’t get it what you mean by blank page. If you mean creating a new page then see this http://en.support.wordpress.com/pages/

    in reply to: change tab manu font color #3138
    Sakin
    Keymaster

    for font color of menu add the following css in “Custom CSS” box under Theme Options

    #access .menu-header-container ul li a {
    color: #fff;
    }

    in reply to: shorter Footer space #3137
    Sakin
    Keymaster

    @evabigtree: Add the following css in your “Custom CSS” box in Theme Options

    #site-generator .copyright {
    width: 80%;
    }
    #site-generator .powered-by {
    width: 20%;
    }

    in reply to: Post and Page title font size #3136
    Sakin
    Keymaster

    @paulyuan: You can change the background color in contain and widgets area in Catch Box Pro theme by adding the following css in “Custom CSS” box in Theme Options

    /* background color in contain */
    .hentry {
    background-color: #000000;
    }
    /* background color in widgets area */
    .widget {
    background-color: #cccccc;
    }

    I don’t get your other question of category.

    in reply to: Blog page – featured slider #3130
    Sakin
    Keymaster

    @nathalia: For your site please add the following css.

    .blog #slider { display: none; }

    in reply to: Changing Header bg color #3110
    Sakin
    Keymaster

    @evabigtree: Please post in your site URL so that I can check it and give you the answer.

    in reply to: Buy Button from ejunky #3079
    Sakin
    Keymaster

    @Buttsc7875: Sorry not familiar with e-junky code. So, can you ask that in e-junky support forum and let us know what they will ask you to do. If it’s in our theme that we can help then we will add in support for you.

Viewing 20 posts - 14,081 through 14,100 (of 14,493 total)