Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3742587
Single Post
Open

Comments

  • Avniloff started the conversation

    Hello dear❤️
    how to hide the next information in Mobile single post. 1-2: how on picture.
    and how can, auto-split text in redactor to 400 characters every row block.
    thank❤️❤️❤️

  • Avniloff replied

    The most accurate definition of my goal is in this drawing.
    Please advise how I can produce such a template for permanent use in the mobile version as I have drawn on the example

    Attached files:  Group 138.jpg

  •  2,540
    PenciDesign replied

    Hi,

    Unfortunately, the current version of Soledad doesn't support modifying the layout to match the screenshot you provided.

    In case you need to hide some elements on the mobile, please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    @media only screen and (max-width: 767px) {
      .single-breadcrumb,
      body.single .penci-standard-cat{
        display: none;
      }
    }

    Regards,
    PenciDesign.