Forum Replies Created

Viewing 20 posts - 9,301 through 9,320 (of 14,494 total)
  • Author
    Posts
  • in reply to: Changing the menu bar and header appearance #18527
    Sakin
    Keymaster

    @Shanan: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to remove border from your menu.
    #header #mainmenu, #header #mainmenu ul li { border: none; }

    For header background, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header { background: none #fff; }

    in reply to: Featured content – change number of columns #18525
    Sakin
    Keymaster

    @Anneli You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    @media screen and (min-width: 768px) {
    #featured-post .post.layout-four { width: 48%; }
    #featured-post #featured-post-3 { clear: both; margin-left: 0; }
    }
    in reply to: no formatting on the Home screen Posts or categories Posts #18524
    Sakin
    Keymaster

    @thezepter: For that you can just change your “Content Layout” to “Show full content” from “Appearance => Theme Options”

    in reply to: How to add border to my content? #18522
    Sakin
    Keymaster

    @Rumble: Please post in your site URL and then I can send you the CSS code.

    in reply to: Featured content – change number of columns #18521
    Sakin
    Keymaster

    @Anneli: What you can do is create 4 columns and add contents. Then send me your site URL and then I will send you CSS code to make just 2 columns.

    in reply to: Header Content, Menu, Search, and Side Bar Customization #18520
    Sakin
    Keymaster

    For 1: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    @media screen and (min-width: 960px) { #site-details { padding-top: 105px; }

    For 2: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to add border.
    #branding .searchform .search-box { border: 1px solid #ddd; height: 33px; }

    For 3: If you don’t want menu then you can just go to “Appearance => Menus” and create empty menu and the assign that menu as primary menu from “Appearance => Menus => Manage Locations”

    5. Can I edit the width of the posts column and the side bar column that has the recent posts content?
    — Since this is responsive design theme, we don’t recommend you to change the column width. If you want to change then you have to change for all responsive devices.
    For 4: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box to get ride of that gray bar going across the top of the website?
    #branding .top-bg { display: none; }

    Sakin
    Keymaster

    @Markus: Can you send me the code that you have added in. You can add your code in https://gist.github.com/ and send me the link

    in reply to: color of site title and tagline #18515
    Sakin
    Keymaster

    @AGKD49: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-left, #header-left hgroup { float: none; text-align: center; }

    Sakin
    Keymaster

    @Markus: You need to mode your social icons form Header top sidebar to header right sidebar. Then to remove the space between the logo and the slider you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    #header-content { padding-bottom: 0; }
    .home #main { padding-top: 0; }

    After that you will have just a small gap as your logo has white space. See your logo http://www.fhfn.org/wp-content/uploads/2013/12/logo5.png

    in reply to: Get branding-bg.jpg with custom colour #18500
    Sakin
    Keymaster
    in reply to: Simple Catch slider text problem #18499
    Sakin
    Keymaster

    @davidgoorevitch: For image ration see our theme instruction page http://catchthemes.com/theme-instructions/catch-box/. It’s clearly mentioned image size as 644px width and 320px height for Featured Post slider. So, you need to upload the image of at least that size. If you upload image below that size then it will publish your original image. But if you upload image exact that size or above then it will crop to exact dimension and fit in your slider.

    Sakin
    Keymaster

    @Markus: Sorry you are going wrong way. If you want your logo to be at the left and social icons to the right then. Please follow the guideline as below:
    1. You need to remove your logo from “Appearance => Header” as this is place for featured image.
    2. Then add your logo from “Appearance => Theme Options => Header Options” and upload the image in “Logo url” and uncheck “Disable Header Logo”
    3. Then you add you move your social icons from Header Top Sidebar to Header Right Sidebar.

    You can center your text in Footer editor section by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #site-generator .wrapper em { display: block; text-align: center; }

    in reply to: Menu Text Colors #18497
    Sakin
    Keymaster

    @MVS: If you are using Pro/Premium theme then you will get that in your Color Options in Theme Options panel. But if you are using Free version then you need to add in Custom CSS. For that I need to check in your site. Please post in your site URL.

    in reply to: Size featured slider #18496
    Sakin
    Keymaster

    @Joaozinho: You will see that on “Screen Options” when you edit/create post. Not on other section.

    in reply to: Simple Catch slider text problem #18485
    Sakin
    Keymaster

    @davidgoorevitch: Can you try adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    @media screen and (min-width: 961px) { #slider-wrap { height: 400px !important; } }

    in reply to: Menu Link Target New Window #18482
    Sakin
    Keymaster

    @Melissa: You can add your custom menu from “Appearance => Menus” and then when you add menu items for your custom menu, you can click on “Screen Options” and check “Link Target”. This will add extra field in your menu item and then you can select “Open link in a new window/tab” to option link in new window. See the screenshot http://www.pinterest.com/pin/548594798330834738/

    in reply to: Home Page Layout – Catch Evolution Pro #18481
    Sakin
    Keymaster

    @George: Sorry there is no option to do that.

    in reply to: Website on mobile device issues #18480
    Sakin
    Keymaster

    @Joaozinho: I check in subpages in your site and it’s working fine. Can you tell me more details about your issue or maybe share screenshot showing the issues.

    in reply to: Size featured slider #18479
    Sakin
    Keymaster

    @Joaozinho: Excerpt is the default function of WordPress and has nothing to do with theme version. Yes, excerpt box allows you to add your custom text otherwise you need to use Featured Image Slider.

    in reply to: Responsive menu changes to broken links on iPhone #18478
    Sakin
    Keymaster

    @October: It’s strange happening to your site. It looks like either your customization has some issues or the plugins. So, first you can try disabling plugin one by one to check in if there is any plugin issues. After you disable all plugin and still have issue then you need to check on your code changes.

Viewing 20 posts - 9,301 through 9,320 (of 14,494 total)