Home Forums WoodMart support forum BLOG PAGE

BLOG PAGE

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42140

    Jess
    Participant

    I would like to change blog page as attachment, please!

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

    Artem Temos
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    .entry-meta,
    .hovered-social-icons {
    	display: none!important;
    }
    
    body .meta-post-categories {
    	background: #fff;
    	font-size: 13px;
    }
    body .meta-post-categories a {
    	color: #333;
    }
    body .meta-post-categories a:hover {
    	color: #000;
    }

    Regards

    #42162

    Jess
    Participant

    Works. Thank you so so so much!

    #42175

    Artem Temos
    Keymaster

    You are welcome!

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

The topic ‘BLOG PAGE’ is closed to new replies.