Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #68699
    User
    Participant
    Premium Member

    Hello, sorry again, I’m working on my project and there is one more thing I have a question about:

    Website: https://lfifty.one

    The widget on the right, there is a small green lining (I’ve marked it), could you please help me removing it? Thank you so much!

    #68704
    vako
    Keymaster
    WP Royal Team

    Hi,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .wp-caption-text {
    display: none;
    }

     

    Kind Regards

    #68706
    User
    Participant
    Premium Member
    This reply has been marked as private.
    #68710
    vako
    Keymaster
    WP Royal Team

    Hi,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet instead of previous one:

    .wp-caption-text {
    border: none;
    }

     

    Kind Regards

    #68711
    User
    Participant
    Premium Member
    This reply has been marked as private.
    #68715
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

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