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

    Hi, the new theme interface is very sketchy and unclear.

    1) Is it possible to revert the page editing backend to pre-theme-update format?
    2) In case the above is not possible, then please help me remove the Title and Feature image from being seen on the blog page:
    Blog with issue – https://www.goettling.me/archives/14/11649/
    Blog without issue – https://www.goettling.me/archives/57/11627/

    Looking forward to your assistance.

    Thank you.

    #1259326

    Hey Oliver,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .single.single-post .single-big.big-preview  {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1260485

    Hi, thank you for the assistance.

    The code helped in the removal of the feature image, but the title and date are still visible.

    Any possibility to remove the title and date also?

    Thank you.

    #1260503

    Hi,

    Add this to quick css:

    .entry-content-header{
    display:none!important;
    }

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.