Amenities / Details text custom color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1431241
    Ania
    Participant

    Since support doesn’t react to tickets, maybe I can get a better luck here. I have to change color of text displaying Amenities/Details and Categories in HB single accom. Text is barely visible because it takes theme accent color which is not suitable for displaying small text.

    #1432120
    J. Davis
    Keymaster

    Hi Ania,

    Thanks for your question. You may apply the styles below to change the color of the links in the Details section:

    
    /* For Single Accommodation Type Page */
    ul.mphb-single-room-type-attributes a {
        color: inherit;
    }
    
    /* For the List of Accommodation Types */
    ul.mphb-loop-room-type-attributes a {
        color: inherit;
    }

    The styles can be added to Appearance > Customize > Additional CSS.

    best regards,
    John Davis

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