Black points (bullets) on the left

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #626315
    Catalin Iordache
    Participant

    Hi there.

    Please help me with disabling the black points (bullets) displayed on the left on some certain information (room recommendation, Adults, Children etc.).

    Please check here what I am talking about:

    http://www.bisericareformata.ro/ro/cazare
    (it’s in romanian language, but whatever …)

    Thank you very much.

    #627048
    J. Davis
    Keymaster

    Hi Catalin,

    Those dotes are default list style designed by your theme. You can override theme styles in plugin by adding custom CSS:

    ul.mphb-loop-room-type-attributes {
        list-style: none;
    }

    If you need our assistance in overriding theme styles you can get Extended Support offer.

    Best regards,
    John

    #630695
    Catalin Iordache
    Participant

    Thank you very much, John. I didn’t realize … sorry.

    It works, of course :-).

    I understood also how to change the buttons design, on .mphb_sc_search-submit-button-wrapper .button

    Cool.

    Many thanks.

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