Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #52604
    naho
    Participant
    Premium Member

    Hello  I have been trying to remove the dash? line
    front and back of tagline.
    “___”tagline”___”
    could you help me how to set up?

    Thank you very much for your support in advance

    #52616
    vako
    Keymaster
    WP Royal Team

    Hi Naho,

     

    Please navigate to Dashboard > Appearance > Customize > Additinioal CSS section and add the CSS snippet below:

    .site-description:before {
    display: none !important;
    }
    .site-description:after {
    display: none !important;
    }

     

    Kind Regards

    #52664
    naho
    Participant
    Premium Member

    Thank you very much.
    The problem has solved

    #52675
    vako
    Keymaster
    WP Royal Team

    You are welcome. Feel free to contact us anytime.

     

     

    Kind Regards

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