Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2992
    Rich2337
    Member

    How do I reduce the font size in the post and page title?

    http://www.tammyshealtharticles.com

     

    #2999
    Sakin
    Keymaster

    For font size of page title add the following “Css” in Custom CSS box in your Theme Options.

    .entry-title {
    font-size: 18px;
    line-height: 1.5;
    }

    For content font size.

    article {
    font-size: 18px;
    line-height: 1.5;
    }

    #3031
    paulyuan
    Participant

    My website is for a small business, not for posts or blog. Questions regarding Catch Box Pro.

    How can I hide big title names from contains? I mean if the menu tab is “Projects”, the “Projects” always as a title shows on the contain of that page.

    What is a normal way to do  a photo gallery? By add posts into a categories as sidebar or to download a plugin?

    What is the relationship between Main Sidebar and Page Sidebar? At same location? Only home page can has own sidebar, all pages will repeatably shows same sidebar and foobars, or turn them off for some pages.  Is it right?

    Is there any way to make slider shows on right side or left side?

    Why Featured Image can not show on pages but it can shows on post.

    #3032
    Sakin
    Keymaster

    @paulyuan: Please add in one question per posts. Use separate thread for new question.

    How can I hide big title names from contains? I mean if the menu tab is “Projects”, the “Projects” always as a title shows on the contain of that page.
    —- Add the following css in the “Custom CSS” box in your Theme Options panel
    /* To hide the title of the page */

    .page .entry-title {
    display: none;
    }

    What is a normal way to do a photo gallery? By add posts into a categories as sidebar or to download a plugin?
    —- this is your option. You can use the plugin or use the gallery presented in the theme itself. See this for using WordPress default gallery http://codex.wordpress.org/The_WordPress_Gallery . This is for adding it in your posts and pages. But for the slider you need to add plugin.

    Is there any way to make slider shows on right side or left side?
    — For slider. There is variety of option presented in Catch Box Pro theme. You can look at the Slider Options. Form your WordPress Dashboard go to “Theme Options -> Featured Slider -> Slider Options ” . From there you can choose Slider Layout as “Normal” which will make the slider show in the left side. But you cannot show the slider in the Sidebar. But you can change the content layout from “Theme Options”

    What is the relationship between Main Sidebar and Page Sidebar? At same location? Only home page can has own sidebar, all pages will repeatably shows same sidebar and foobars, or turn them off for some pages. Is it right?
    — There is Main Sidebar, Homepage Sidebar, Archive Sidebar, Page Sidebar and Post sidebar. These all are for same locations. It just give you option to show different sidebars in different section. If you have only Main sidebar with active widgets then all pages, posts, archive will show same sidebar. If you have active main and homepage sidebar, then homepage will have different sidebar. So goes with all.
    — To turn off the sidebar in some pages, when you add or edit any page, you will “Select Slider Layout” meta box under your content editor. There you can select the appropriate setting for your pages and posts.

    Why Featured Image can not show on pages but it can shows on post.
    — For this I don’t understand your question much. Featured image are used only if you are using it as blogs that is why posts are used.

    #3056
    paulyuan
    Participant

    Thank you so much!

    How can I hide this “Posted on January 15, 2013 by ADS”  from posts. This is very helpful for me.

    From your answers, my understanding are 1) Main sidebar will shows on all pages including home page. Page sidebar and home page sidebar will overwrite Main sidebar.  2) Featured Image is for posts only, not for a page like “Sample page”.

    Thank you again. Now, I can use a Sample page as home page.

    #3062
    Sakin
    Keymaster

    @paulyuan: You can hide entry meta on header by adding the following CSS in your “Custom CSS” box in your Theme Options:

    .entry-header .entry-meta {
    display: none;
    }

    You can disable sidebar if you select different layout from Theme Options. But if you have default layout then yes we will have sidebar.

    Yes featured image on Post only. You can add any image in page that is not a problem. If you are thinking of adding the featured slider without post then you can upgrade to Catch Box Pro theme which have independent Featured Image Slider.

    #3087
    paulyuan
    Participant

    My theme is Catch Box Pro. http://www.ads-detailing.com

    I found that at least one item on the Categories. This last item can’t be deleted. All posts must be under one of items in Categories. Is this true? If it is not true, how can I remove all items in Categories?

    Is the background color in contain and widgets area can be changed? How?

    Thank you!

    #3136
    Sakin
    Keymaster

    @paulyuan: You can change the background color in contain and widgets area in Catch Box Pro theme by adding the following css in “Custom CSS” box in Theme Options

    /* background color in contain */
    .hentry {
    background-color: #000000;
    }
    /* background color in widgets area */
    .widget {
    background-color: #cccccc;
    }

    I don’t get your other question of category.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Post and Page title font size’ is closed to new replies.