Forum Replies Created

Viewing 20 posts - 11,181 through 11,200 (of 14,509 total)
  • Author
    Posts
  • in reply to: sidebar background #12549
    Sakin
    Keymaster

    @interiorsalvage: Then decrease width and padding.

    in reply to: duplicate main menu #12547
    Sakin
    Keymaster

    @Lolley: Sorry there is not default option for that. So, you need to build child theme and create functions.php file in your child theme and add the code in your child theme functions.php file.

    add_action( 'catcheverest_after_footer_sidebar', 'catcheverest_header_menu', 10 );

    in reply to: sidebar background #12539
    Sakin
    Keymaster

    @interiorsalvage: In your above css. Just change #secondary .widget to #secondary

    in reply to: Showing PDF to download #12538
    Sakin
    Keymaster

    @actiondreamer: I cannot see the PDF file. The pdf file is missing. You need to upload from add media or from ftp and then only add the link.

    in reply to: menu – change font size #12537
    Sakin
    Keymaster

    @paulinepkehoe: You can just add the above css. There is nothing for color. Your color in controlled through “Appearance => Theme Options => Color Options”

    Sakin
    Keymaster

    @interiorsalvage: For me it is showing Name and email field. In WordPress, when you are logged in they will take you profile Name and email. So, you don’t have to enter it. But when you logged out you will see it.

    in reply to: menu – change font size #12534
    Sakin
    Keymaster

    @paulinepkehoe: You can see in my css that is only for font size. Maybe you have change the color in your Theme Options color options settings.

    in reply to: Modify page size #12531
    Sakin
    Keymaster

    @PierreLuc3E: Scroll down appears when your content is higher then the height. In you case 900px height. If you want that o fit in then you need to make everything small. Like you logo, image and featured content. So, you need to consult with your web developer.

    in reply to: menu – change font size #12530
    Sakin
    Keymaster

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

    /* For Screen above 1000px */
    @media screen and (min-width: 1000px) {
    #header-menu ul.menu a { font-size: 16px; 
    }}
    in reply to: conflict with featured image use in theme and woocommerce #12527
    Sakin
    Keymaster

    @acanthuroid: Replace the old css with the following.
    .archive #main-feat-img, .single-product #main-feat-img { display: none; }

    in reply to: Multiple Text Fields in Content Area #12525
    Sakin
    Keymaster

    @pohl: You have added static page in the Front page setting. So, just change that to default latest post. Which will show the multiple post as in our demo site http://catchthemes.com/demo/catchbox

    Also not you are not authorized to remove the footer credit link Catch Themes in free theme. SO, please add back. If you want to remove that then you need to use the Pro version.

    in reply to: Huge progress – just need to change font on all posts #12524
    Sakin
    Keymaster

    for details customization you need to hire developer.

    in reply to: How can i delete the colon from my slider #12523
    Sakin
    Keymaster

    Your child theme sytle.css will be as following

    /*
    Theme Name: Ashraf
    Theme URI: http://catchthemes.com/themes/catchbox
    Author: Catch Themes Team
    Author URI: http://catchthemes.com
    Template: catch-box
    Description: Catch Box Child Theme 
    Version: 1.0
    License: GNU General Public License v2 or later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: dark, light, white, black, gray, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, flexible-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
    */
    @import url('../catch-box/style.css');
    in reply to: Social Widget #12522
    Sakin
    Keymaster

    @oliver: Oh we don’t have that option. You need to create child theme and edit it. So, consider hiring developer.

    Another you can try adding the code in Footer editor.

    in reply to: columns #12499
    Sakin
    Keymaster

    @Nixos: Your columns are good but I see you have still define the width within your columns. So, remove that width. You have code like below inside the column.
    <div style="width: 347px; padding-top: 15px; padding-bottom: 15px; padding-left: 5px; border: 2px dotted #FF6600; text-align: center; background: #00EDF9; border-radius: 10px;">

    Just remove the width and also don’t add padding in px. It should be in %

    Please use responsive css not static css.

    in reply to: Multiple Text Fields in Content Area #12498
    Sakin
    Keymaster

    @pohl: Sorry, I don’t understand your question. Please elaborate it.

    in reply to: Huge progress – just need to change font on all posts #12497
    Sakin
    Keymaster

    @interiorsalvage: You can change the fonts form “Appearance => Theme Options => Font Family Options”

    in reply to: Social Widget #12496
    Sakin
    Keymaster

    @oliver: You can simply go to “Appearance => Widgets” and then drag and drop 1. Catch Everest: Social widget to footer area.

    in reply to: Menu bar / home button and front page. #12495
    Sakin
    Keymaster

    @Kayman Engineering:
    1. How can I change the name of the “Home” button in the menu bar?
    — You can set your own custom menu from “Appearance => Menu”. You can change the menu name from the labels of the items. See more info about menu at http://en.support.wordpress.com/menus/

    2. Can I change the bag ground color for only the “home” button? I would like the menu bar to black, and the home button to in a red color. Both with a white front.
    — Send me the screenshot of the menu design and send me your site URL. Then I can send you the custom css

    3. I use a static front page. Can I place my page text so the text is right under the slider, but above the featured Content?
    — For this you need to build child theme and edit the positions from your child theme functions.php action hooks. So, you might need to hire developer for this.

    in reply to: Problem with html objects after theme update #12494
    Sakin
    Keymaster

    @dchfr: You can add the following css in “Appearance => Theme Options => Custom CSS” box.
    .fluid-width-video-wrapper object { position: relative !important; }

Viewing 20 posts - 11,181 through 11,200 (of 14,509 total)