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 #3766806
Next and Previous
Open

Comments

  • acraftymix started the conversation

    Hi,

    Thank you for a beautiful theme. I'm struggling a little to figure something out. My next and previous posts are overlapping the bottom of a post (image attached for reference).

    How do I fix it?

    Attached files:  Next and Previous.png

  •  2,599
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Single Posts → General: turn off the "Enable Font Size Changer" option.

    Regards,
    PenciDesign.

  • acraftymix replied

    Awwwww that was one of my favorite things. Thank you it worked. 

  •   acraftymix replied privately
  •  2,599
    PenciDesign replied

    Hi,

    Please send me your site URL.

    Regards,
    PenciDesign.

  •   acraftymix replied privately
  •   acraftymix replied privately
  •  2,599
    PenciDesign replied

    Hi,

    1/ I’ve checked your site but didn’t find any border around the logo. It might be caused by one of your browser settings. Here’s a screenshot for reference: https://imgur.com/a/kcz8bTk.

    2/ To adjust the excerpt length, go to Appearance → Customize → Posts Layouts → Other Layouts → Maximum Excerpt Lines and update the value in this field.

     

    Regards,
    PenciDesign.

  •   acraftymix replied privately
  •  2,599
    PenciDesign replied

    Hi,

    Please send me a fullscreen screenshot along with the name of your browser and operating system.

     

    Regards,
    PenciDesign.

  •   acraftymix replied privately
  •  2,599
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    .penci-header-image-logo a {
      box-shadow: 0;
      border: 0;
    }

    Regards,
    PenciDesign.

  •   acraftymix replied privately
  •  2,599
    PenciDesign replied

    Hi,

    Here is the code applied to the widget content:

    .textwidget a {
      box-shadow: 0;
      border: 0;
    }

    Regards,
    PenciDesign.

  •   acraftymix replied privately
  •  2,599
    PenciDesign replied

    Hi,

    Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

    a {
      outline: none; /* Removes the outline */
      box-shadow: none; /* Removes any focus-related box shadow */
    }

     

    Regards,
    PenciDesign.

  •   acraftymix replied privately