Forum Replies Created

Viewing 20 posts - 9,301 through 9,320 (of 14,497 total)
  • Author
    Posts
  • Sakin
    Keymaster

    @Markus: If that is not working then you can simply add links using HTML hyperlink like this <a href="http://catchthemes.com" title="Catch Themes">Visit Catch Themes</a>

    in reply to: Menu Text Colors #18529
    Sakin
    Keymaster

    @MVS:
    For the color of the menubar, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu { background-color: #3A3D41; }

    For the color of the dropdown-menu, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu ul.menu ul a { background-color: none #3a3d41; }

    To change the background of the header, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #hgroup-wrap { background-color: #ccc; }

    To change the colors: just change color code as per your need.

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

    @Anneli: Thanks for your appreciation and Greetings from Nepal.

    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.

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