• Resolved pascal83

    (@pascal83)


    I am sorry but I am facing another small issue ! On the screen copy below, we notice that the 30% deposit text is on a white square, so it is not possible to read it because I have chosen a light color. But if I choose a dark color, we won’t see it on the all other parts of this screen. So why is there juste for this deposit text a white square ? Is it possible delete this white square ? I use Twenty Seventeen. Thank’s a lot again for your help. Regards.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author benitolopez

    (@benitolopez)

    Hello,
    You can use something like this:

    .room__deposit,
    .rate__deposit {
        background: none !important;
    }
    Thread Starter pascal83

    (@pascal83)

    Thank’s a lot for your answer ! But as I am not a WP specialist, where do I have to put this code ? Regards.

    Plugin Author benitolopez

    (@benitolopez)

    You can insert the code in WP > Customize > Additional CSS.

    Thread Starter pascal83

    (@pascal83)

    That is working fine !

    You are at the top ! Thank’s, Thank’s, Thank’s !!!

    Pascal

    Thread Starter pascal83

    (@pascal83)

    Good evening Benito.

    May I ask you a favor ? I have 2 more issues, same as this one above !

    First when customers want to check room availability, a box with 2 month appear but the light text is not very visible on a white background box, is it possible to have the background with a darker color dark grey for example) ?

    Second, when customer want to book a room, he has first to click on the wanted room booking botton, and then clic again on the booking bottom at the bottom of the page. So is it possible to have the background of the booking botton at the bottom of the page (the final one to book) red, in order for customer easily to see it ?

    Thank you very much again for all your support. Regards.

    Pascal

    Plugin Author benitolopez

    (@benitolopez)

    Hello,

    Unfortunately, I don’t provide support for CSS questions or customisations. The CSS depends on your theme. WP Hotelier has a bare minimum style and must be extended by the user.

    Just use the inspector of your browser (right click > inspect element) to find the class or the ID of the element. And then use some simple CSS to change the background, color, etc. Unfortunately I can’t be more precise.

    Best,
    Benito

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Deposit text on a white background’ is closed to new replies.