Summer Sale Alert! Save 20% on WP Theme Bundle: 240+ WP Themes & 5 Plugins. Use Code "SIZZLE20"
Summer Splash Sale: Dive into 25% Off On All Our Premium WordPress Themes! Use Coupon Code "SPLASH25" at Checkout.

Remove right sided dotted line in Business hours (opening times) section

Home Forums VW Theme VW BUSINESS PRO THEME Remove right sided dotted line in Business hours (opening times) section

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #6291
    rellim79
    Participant

    I’d like to remove the right side dotted line in our business hours (opening times) section and center the left side. Any tips on the CSS here?

    http://xxx.440.myftpupload.com/

    #6294
    developer vwtheme
    Participant

    Hi Rellim,

    As per your query, we are giving you some easy steps and CSS to remove the border and make a section on center.

    Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Put the given CSS on it >> Publish.

    .menu-list.highlight {
    display: none;
    }
    section#openingtime .col-md-6{
    max-width: 100%;
    flex: 0 0 100% !important;
    width: 100%;
    margin: 0 auto;
    }

    If you need any other help please let us know.

    Thanks

    #6301
    rellim79
    Participant

    Thank you. That worked perfectly!

    #6316
    developer vwtheme
    Participant

    Pleasure. Let us know if you need any other help

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