Dots

Posted · Add Comment

This topic contains 6 replies, has 3 voices, and was last updated by  support 10 years, 10 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #918

    geofferson
    Participant

    Is there a way to get rid of the dots before each field in the free version? It’s not visually appealing.

    See example here: http://www.promediate.ca/booking/

    Thanks.

    #920

    support
    Keymaster

    The dots issue is caused by the theme your website is using. Our software does not add any dots in front of the fields. To get rid of them, you can add the following codes to your theme file:

    #birs_appointment_form li {
    background-image: none;
    }

    #924

    geofferson
    Participant

    Thanks. Are you able to able to tell me in which part of the template I should drop that code in?

    #926

    support
    Keymaster

    Please add the above code at the end of file ‘wp-content/themes/theme1379/style.css’.

    Also we noticed the time box is too wide since you are using a full-width page template. You can add the following code to make it more pretty.

    #birs_appointment_form #birs_appointment_timeoptions {
    width: 50%;
    }

    #927

    geofferson
    Participant

    Thanks for the support. Both codes worked great!

    #1589

    artisticnails
    Participant

    Hi..

    I am haveing the same issues… I have tried to put in the code in my theme style sheet, but without any luck. I would really like to get this working so i can purchase the PRO version.. So i hope you guys could help me.

    the booking form is placed here:

    http://negle-land.dk/?page_id=1263

    Brgds

    Daniel

    #1591

    support
    Keymaster

    Hi artisticnails,

    Please add the following code to the .css file of your theme.

    #birs_appointment_form ul li:before {
    content: none;
    }

Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘BirchPress Scheduler’ is closed to new topics and replies.

Comments are closed.