Forum Replies Created

Viewing 20 posts - 9,301 through 9,320 (of 14,504 total)
  • Author
    Posts
  • in reply to: adjust header height #18560
    Sakin
    Keymaster

    @JamieNovak: Yes can you send me your site URL so that I can check in.

    in reply to: Changing the menu bar and header appearance #18559
    Sakin
    Keymaster

    @Shanan: For white content background, you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #main { background-color: #fff; }

    Sakin
    Keymaster

    To space out to new line you can use br html code that is <br />

    in reply to: Installation of Ad Widgets #18549
    Sakin
    Keymaster

    @terra: If you are using Catch Evolution Pro theme then you can use different sidebar only for homepage. Just add widgets in “Homepage Sidebar” from “Appearance => Widgets” then you will have different sidebar only for homepage when you remove ads.

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

    @October: Sorry I don’t get it what do you mean. Can you explain. I check in our demo page http://catchthemes.com/demo/catch-everest in iPhone and it works fine.

    Can you explain which Javascript file and what is the fix that you worked on.

    in reply to: Menu Color #18547
    Sakin
    Keymaster

    @JamieNovak: You can just add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #header-menu, #site-generator { background-color: #3c32aa; }

    in reply to: Menu Text Colors #18546
    Sakin
    Keymaster

    @MVS: First remove the following CSS from your “Custom CSS” box.

    #header-menu ul.menu ul a { background-color: #336699 }
    #header-menu ul.menu ul a { color: white; }

    Then add the following CSS:

    /* Dropdown Menu with background white and color blue */
    #header-menu ul.menu ul a {
    	background-color: #fff;
    	color: #336699;
    }
    /* Hover Dropdown Menu with background blue and color white */ 
    #header-menu ul.menu ul li:hover > a {
    	background-color: #336699;
    	color: #fff;
    }
    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
Viewing 20 posts - 9,301 through 9,320 (of 14,504 total)