Forum Replies Created

Viewing 20 posts - 8,381 through 8,400 (of 14,505 total)
  • Author
    Posts
  • in reply to: Center the Primary Menu #22030
    Sakin
    Keymaster

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

    #header-menu ul.menu {
        text-align: center;
    }
    #header-menu ul.menu li {
        display: inline-block;
        float: none;
    }
    #header-menu ul.menu ul {
        text-align: left;
    }
    in reply to: No featured thumbnail issue on Facebook share of homepage #22028
    Sakin
    Keymaster

    @Leigh: I have posted reply in your email.

    in reply to: Slider Info Text (IE) #22026
    Sakin
    Keymaster

    @nativepoolspa: I cannot see the screenshot with the URL you have posted in. I cannot open the image.

    in reply to: How To Hide Excerpts From Showing On Front Page #22025
    Sakin
    Keymaster

    @Dottie: It’s because of the custom css issues. Replace the following CSS in Custom CSS

    .entry-title {
         font-size: 25px;
         line-height: 45px;
    {
    .home #primary .entry-summary { display: none; }

    to

    .entry-title {
         font-size: 25px;
         line-height: 45px;
    }
    .home #primary .entry-summary { display: none; }
    in reply to: Make 3 Columns Equal #22024
    Sakin
    Keymaster

    @Melanie: Second column in not the widget area. It’s the Featured Slider and then the latest post from homepage.

    in reply to: Left Align Header Menu #22023
    Sakin
    Keymaster

    @Melanie: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box. But what about the sub-menus.

    #fixed-header-top { background-color: #fff; }
    #fixed-header-top ul li { float: left; }
    #fixed-header-top ul.menu > li a { color: #080079; }
    #fixed-header-top ul.menu li:hover > a,
    #fixed-header-top ul.menu ul :hover > a,
    #fixed-header-top ul.menu a:focus {
    	color: #080079;
    }
    in reply to: HTML Box Under Header #22019
    Sakin
    Keymaster

    @Melanie: This is not possible by default. You can add HTML Box only in Widget Areas form “Appearance => Widgets”

    in reply to: Make 3 Columns Equal #22017
    Sakin
    Keymaster

    @Melanie: Thanks for your appreciation but sorry there is no option to make all three columns equal. For this you might need to hire customizer as this is responsive then and to change the width, we need to change for all devices. As, it’s bit complicated.

    in reply to: Make 3 Columns Equal #22016
    Sakin
    Keymaster

    @Melanie: Thanks for your appreciation but sorry there is no option to make all three columns equal. For this you might need to hire customizer as this is responsive then and to change the width, we need to change for all devices. As, it’s bit complicated.

    in reply to: How To Hide Excerpts From Showing On Front Page #22013
    Sakin
    Keymaster

    @Dottie: You can just hide the excerpt in your front homepage by adding in the following CSS in “Appearance => Theme Options => Custom CSS” box.
    .home #primary .entry-summary { display: none; }

    Or you can build child theme and then copy content.php file in your child theme and edit it.

    in reply to: Font Size Of Post Titles #22011
    Sakin
    Keymaster

    @Dottie: In Simple Catch Pro theme you can change the font size of the post titles from “Appearance => Theme Options => Font Size Options” and then change “Content Title Font Size”

    in reply to: Move Location Of Widgets On Page #22010
    Sakin
    Keymaster

    @Dottie: You can drag and drop widgets or remove widget as per your need from “Appearance => Widgets”

    in reply to: How To Change The Header Background #22009
    Sakin
    Keymaster

    @Dottie: In Simple Catch Pro theme, you can change the color from “Appearance => Theme Options => Color Options”

    in reply to: Getting Rid Of Search Bar #22008
    Sakin
    Keymaster

    @Dottie: It would have been great if you had posted your site URL. So, that I can check in and send you the custom css. Now, since you have posted question in Simple Catch Pro theme support, I am giving your solution on the basic of Simple Catch Pro theme.

    The Search boar at the top of the page is added in Header Right Sidebar Area. You can either completely remove Header Right sidebar from “Appearance => Theme Options => Header Right Sidebar Options” or if you want to add another widget instead of search then you can add widget to Header Right Sidebar from “Appearance => Widgets”

    in reply to: Feature Request: Font Options for Homepage Headline #22004
    Sakin
    Keymaster

    @heatherlb: Maybe your computer has Amaranth font. So, it is showing. You first need to load the google font. So there is one trick as you don’t have Site Title enabled. You can go to “Appearance => Theme Options => Font Family Options” and choose “Dancing Script, sans-serif” in “Site Title Font Family”. Then add the following CSS in “Appearance => Theme Options => Custom CSS” box.
    #homepage-message { font-family: "Dancing Script",sans-serif; }

    in reply to: Media Library Error #22001
    Sakin
    Keymaster

    @Keren: This is admin issues. Can you tell me more about this issue. Have you recently installed or updated any new plugins? Try disabling plugin and also check your media settings at “Settings => Media” in your WordPress dashboard.

    in reply to: Catch Everist Home Page Left Sidebar not aligning properly #21881
    Sakin
    Keymaster

    @rsolosky: You can use site like awesomescreenshot.com, pinterest.com, flickr.com or dropbox. In catch theme we user pinterest as
    http://www.pinterest.com/catchthemes/

    in reply to: Catch Everist Home Page Left Sidebar not aligning properly #21873
    Sakin
    Keymaster

    @rsolosky: You can upload the screenshot in your site or in any photo sharing site and just add in the URL here.

    in reply to: Page Title Styling #21871
    Sakin
    Keymaster

    @sbartsch: Ok you can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For Screen Size above 768px */
    @media screen and (min-width: 769px) {
    .entry-header .entry-title {
        font-size: 40px;
        font-weight: bold;
    }
    }
    in reply to: Post to Pages in Catch Evolution Pro #21870
    Sakin
    Keymaster

    @Brock: Sorry I don’t get it what you mean by by same thing for specific pages. Can you explain bit more with reference to your site URL.

Viewing 20 posts - 8,381 through 8,400 (of 14,505 total)