New Topic

Posts to a Specific Page

Home › Forum › Customization › Posts to a Specific Page

This topic contains 1 reply, has 2 voices, and was last updated by  StartupWP 2 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2900

    kobejash16
    Participant

    Hello,

    I was able to have a particular post appears under a specific page in
    the navigation menu. Now my problem is when I click on a page, let’s
    say Saving, for example, the font of the articles is smaller. So,

    I.
    1) How I can increase the font size?
    2) How can I remove “Category Archives: Saving” that appears on top of the page?
    3) How can I keep the pictures as well?

    II. On the recent post page, how can I have a line separating each category on the right sidebar?

    Thank you in advance.

    #2902

    StartupWP
    Keymaster

    1-3. Give this plugin a try:

    https://wordpress.org/plugins/advanced-excerpt/

    2. Use:

    .archive .header {
      display: none;
    }

    4. Change:

    #recent-posts-2 li {
      border-bottom: 1px solid #ccc;
      padding: 5px 0;
    }

    to:

    .widget-container li {
      border-bottom: 1px solid #ccc;
      padding: 5px 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.