Home Forums WoodMart support forum Disable post header/text in Blog

Disable post header/text in Blog

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #312989

    Hi,

    How can I disable the header text in our posts that are published without without ticking the button on each post? We want the text to appear in product categories, just not in the blog posts.

    Attachments:
    You must be logged in to view attached files.
    #313057

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    To remove the whole breadrumbs:

    body.single-post .breadcrumbs{
    display:none;
    }

    To remove the category:

    body.single-post .breadcrumbs a:after,
    body.single-post .breadcrumbs span {
    display:none;
    }

    Best Regards

    #313101

    Thanks for the quick reply,

    We want to remove the entire black box on all our blog posts. Not just text, but the whole black box + the text. Please see attachments.

    Could you assist us with this as well?

    Attachments:
    You must be logged in to view attached files.
    #313212

    Hello,

    You can do that by means of the Theme settings presets. Find our documentation tutorial about this here: https://xtemos.com/docs/woodmart/theme-settings-presets/

    If you have any questions please feel free to contact us.

    Best Regards

    #313254

    Thank you,

    Do you have a CSS-solution or setting for permanently changing the black color to default color on all blog posts?

    #313323

    Hello,

    The color of the Blog title that is inherited by all the posts is set in the blog page settings.
    PAGE TITLE OPTIONS:
    Disable Page title – You can hide page heading for this page;

    Image for a page title – Upload and set an image on the title background;

    Page title background color – Set the color for the title background;

    Text color for the title – Inherit, Light, Dark;

    Find our documentation tutorial about this here: https://xtemos.com/docs/woodmart/options-for-pages/

    Best Regards

    #313396

    Great, thank you for fantastic support!

    #313453

    We are always happy to help you, write to us when you have any difficulties or issues with our theme.

    We would be grateful for 5 stars rate on http://themeforest.net/downloads in case you are satisfied with our theme and customer service

    Thank you in advance

Tagged: 

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

The topic ‘Disable post header/text in Blog’ is closed to new replies.