Home Forums WoodMart support forum Blog settings adjustments

Blog settings adjustments

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

    hugiti
    Participant

    Hi there,
    Today l successfully updated the woodmart theme. I went to the Blog theme to change settings however l can’t see any options. I hope you can help.

    Adjustments required:

    SITE BLOG PAGE
    https://sacsons.com/blog/
    – Remove side bar on right hand side
    – Remove authors
    – Remove share icon
    – Remove comment icon
    – Remove category icon
    – Remove date

    SINGLE BLOG POST
    https://sacsons.com/minimalist-japanese-inspired-furniture/

    – Remove authors
    – Remove category
    – increase width of Image for page title banner

    Thank you in advance
    Roslyn

    #301750

    Hello,

    1) Please Go to Theme Settings >> Blog and set the layout to 1 column.

    Screenshot for Clarification: https://gyazo.com/28f147221d93f24d9fb01d5ae6a173c4

    2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .blog .wd-entry-meta .meta-author {
        display: none;
    }

    3) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .blog .hovered-social-icons.wd-tltp.wd-tltp-top {
        display: none;
    }

    4) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .blog li.meta-reply {
        display: none;
    }

    5) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .meta-categories-wrapp {
        display: none;
    }

    6) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .blog-design-masonry.has-post-thumbnail .post-date {
        display: none;
    }

    7) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .meta-post-categories {
        display: none;
    }

    8) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    li.meta-author {
        display: none;
    }

    Regards.
    Xtemos Studios

Viewing 2 posts - 1 through 2 (of 2 total)