Forum Replies Created

Viewing 20 posts - 9,681 through 9,700 (of 14,510 total)
  • Author
    Posts
  • in reply to: Header Right Sidebar #17396
    Sakin
    Keymaster

    @shamwow: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .widget.alfie_wp_weather img { box-shadow: none; }

    in reply to: Font color for "Posted on" date #17393
    Sakin
    Keymaster

    @iceman027: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .entry-meta { color: #e0b303; }

    in reply to: Homepage Top Sidebar Size #17389
    Sakin
    Keymaster

    @svoelker: The Catch Mustang homepage layout has different sidebars and you have used right and left sidebars which will divide into two.

    If you user Homepage Top Sidebar, it will take only 25% each widgets and layout is for 4 columns.

    But if you want single full width content below your slider, then you don’t need to user the widgets. You can use Static Front page.
    1. Create a page for your homepage from “Pages => Add New”.
    2. Go to “Settings => Reading”, and select the page you created in “Front page”.
    3. Go to “Appearance => Theme Options => Homepage Options => Homepage/Frontpage Settings” and click on “Enable Latest Posts or Page”
    4. Then you can disable the sidebar that you don’t want from “Appearance => Theme Options => Homepage Slier Options”

    in reply to: Header on sub-pages is taller? #17384
    Sakin
    Keymaster

    @darren: Catch Mustang theme is design that way. But if you want to change like in homepage then you can add the following CSS in “Appearance => Theme Options => custom CSS” box.

    #header-bg { margin-bottom: 63px; padding-bottom: 0; }
    #access { margin: 0 0 -26px; }
    @media screen and (max-width: 767px) { 
    #header-bg { margin-bottom: 40px; } 
    #access  { margin: 0 0 -17px; padding: 0 10px; }
    }
    in reply to: Homepage Featured content options #17379
    Sakin
    Keymaster

    @cpuss: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-top { padding-top: 0; }

    in reply to: Use image for background #17378
    Sakin
    Keymaster

    @calvinocampo123: For header, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #branding { background-color: transparent }

    in reply to: How to restrict sidebar to just the home/front page? #17377
    Sakin
    Keymaster

    @enclavela: Yes you can but it is bit complicate as we don’t have option for homepage only. So, you have to set Default Layout as “No Sidebar” from “Appearance => Theme Options => Layout Options”. Then you can set “Right Sidebar” layout in your individual page and posts from “Catch Evolution Options”.

    Sakin
    Keymaster

    @enclavela: Catch Evolutions theme uses the_post_thumbnail() and get_the_post_thumbnail()

    in reply to: Remove footer area space #17365
    Sakin
    Keymaster

    @Lorena Poling:
    GAPS: That’s not the coding issue but the image issue. You can try adding the same image design issue. See these image http://www.tulegacy.org/wp-content/uploads/2013/11/ELDERLY2.png and http://www.tulegacy.org/wp-content/uploads/2013/11/BOTON-EDUCATION3.png where elderly2 is up and that is why it is not aligned.

    Slider box you can remove the background by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .featured-slider .slides { background-color: transparent; }

    To remove box in Homepage headline, you need to add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #homepage-message {
        background-color: transparent;
        border: none;
    }

    You are talking about light blue color. But don’t have any light blue color in your site.

    To add search in top right, you need to go to “Appearance => Widgets” and then add search widget in Header Right Sidebar.

    Yes, too confused with your question. For this level of customization, you need to hire customizer.

    in reply to: Mobile Drop Down menu in Arabic #17364
    Sakin
    Keymaster

    @blackkeys: Not sure about how it is done in the site. Maybe he have added languages plugin. For manually adding you need to have header right sidebar which is only there in Pro version.

    in reply to: css not applying properly to menu (chrome only) #17363
    Sakin
    Keymaster

    @jhayes600: Thanks and it’s strange why that plugin caused issue.

    in reply to: Pinterest Pin #17362
    Sakin
    Keymaster

    @klhaight: Ok let me know if you get any solution or feedback from plugin author forum.

    in reply to: Pinterest Pin #17361
    Sakin
    Keymaster

    @klhaight: Ok let me know if you get any solution or feedback from theme author forum.

    in reply to: Setting default page #17360
    Sakin
    Keymaster

    @mmglisci: Looks like you are totally confused with the WordPress system. In WordPress we have two option for Homepage(Front page displays) that you can set from “Settings => Readings”
    1. Your latest posts, where all your post will be displayed as blog.
    2. A Static “Front page”, where you can set static page in homepage.

    So, when I check in your site today I see that you have latest posts mode. So, there is no home page and there is not way to edit that page and it will not be in your page list.

    Also when you build custom menu, you can add and remove the menu item you like. See this article http://catchthemes.com/blog/custom-menus-wordpress-themes/

    I am not sure what are you talking about the image below the menu. Do you mean the Featured Post Slider. Then for that also you need to create post and add featured image in that post. Then you need to ID of that post in “Appearance => Theme Options => Featured Post Slider”. See the theme instruction page http://catchthemes.com/theme-instructions/simple-catch/ for more details

    in reply to: Header-white space #17359
    Sakin
    Keymaster

    @K.S: There is no option to do that. For that you need to customize the theme bu building child theme and adding the code in child theme functions.php files. This is bit complex task so you need to hire customizer.

    in reply to: How to align site title and description to the center #17357
    Sakin
    Keymaster

    @owen: For image, you have to add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #site-title a {
        background: url("http://www.owensinclairjones.co.uk/wp-content/uploads/2013/07/apple-touch-icon1.png") no-repeat scroll 0 0 transparent;
        display: inline-block;
        height: 63px;
        padding-left: 65px;
    }

    And remove the following Custom CSS that you previously added for image.

    #site-title {
        background-image: url("wp-content/uploads/2013/07/apple-touch-icon1.png");
        background-repeat: no-repeat;
        background-size: 56px auto;
        line-height: 56px;
        padding-left: 60px;
    }
    in reply to: How to move nav to the right of site title? #17354
    Sakin
    Keymaster

    @owen: This is not achievable through CSS. You need to hire customizer and work on child theme to edit the position.

    in reply to: Content summary different #17353
    Sakin
    Keymaster

    @szempy: I cannot give say without looking at your live site. But I guess you have different content layout at Homepage Content Layout. Can you try changing that from “Appearance => Theme Options => Homepage Content Options”.

    in reply to: Top bar #17351
    Sakin
    Keymaster

    @Ralph177: You have Header Top Sidebar in Catch Box Pro theme, where you can add widgets through “Appearance => Widgets”. But sorry, Free version doesn’t have this option.

    in reply to: css not applying properly to menu (chrome only) #17337
    Sakin
    Keymaster

    @jhayes600: This is strange the problem is only with your site. You can see our demo page, there is no issue. So, can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu ul.menu a { font-size: 14px; }

Viewing 20 posts - 9,681 through 9,700 (of 14,510 total)