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

    Dear all,

    how to remove that vertical line in the footer? Changing or rearranging the elements in the footer doesn’t help.

    Screenshot

    Thanks and best regards

    Ken

    #52817
    vako
    Keymaster
    WP Royal Team

    Hi Ken,

     

    Please share your website URL and we will check for the possible solutions.

     

    Kind Regards

    #52819
    Ken
    Participant
    Premium Member
    #52830
    vako
    Keymaster
    WP Royal Team

    Hi Ken,

     

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

    .footer-menu-container:after {
    
    display: none;
    
    }

     

    Kind Regards

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