Okay
  Public Ticket #3670816
BG overlay + padding on Recent post
Closed

Comments

  •   Rockykatre4 started the conversation
  •  2,895
    Andrew replied

    Hi there,

    Thank you for reaching out to us.

    Could you please share the link to the page so we can check this out and advise?

    We look forward to your reply.

    Thanks,

  •   Rockykatre4 replied privately
  •  2,895
    Andrew replied

    Hi again,

    Thank you for getting back.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    /*Remove overlay*/
    .blog-recent[data-style=title_only] .col {
        background-color: transparent;
    }
    /*Add margin on mobile*/
    @media only screen and (max-width: 690px) {
      .blog-recent[data-style=title_only] .col {
          margin-bottom: 20px!important;
      }
    }
    

    Try this and let us know how it goes.

    Thanks,

  •  4
    Rockykatre4 replied

    It works. Thank you !

  •  2,895
    Andrew replied

    Hi again,

    Thank you for getting back to us.

    I'm happy that we could assist you! If you haven't already, please consider sharing your experience by leaving a review on ThemeForest. Your feedback is valuable to us and greatly appreciated!

    Regards,