• Hello before I’ve made some update in themes and wp-property plugin and got some lost:

    Before, the property attribute’s background is blue like this:
    https://take.ms/bRlil

    After I made some updates, the property attribute’s background back to white…
    https://take.ms/Iskcn

    Please help me with this, which code should I put in the css style to achieve that blue background again?

    Thanks!
    Viet

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    Would you please provide the link of your site?
    Thanks

    Thread Starter vietnguyen350

    (@vietnguyen350)

    Hello there, here’s is my website: https://homegroup.vn/
    an example property page I would like to configure the property attribute text: homegroup.vn/du-an/can-ho-opal-riverside/

    To give Opal Riverside – c?n h? 5D ??u tiên t?i khu ??ng Sài Gòn line of sentence a blue background

    Go to your content editor, find and replace following HTML content

    <p class=”” style=”text-align: center;”>Opal Riverside – c?n h? 5D ??u tiên t?i khu ??ng Sài Gòn</p>

    with

    <h3 class=”attribute title”>Opal Riverside – c?n h? 5D ??u tiên t?i khu ??ng Sài Gòn</h3>

    Now in your style.css or through your Custom CSS input field through theme options , place the following css code

    .pr-content h3.attribute.title{
        background: #02b5e0;
        color: #fff;
        padding: 10px;
        margin-top: 16px;
        margin-bottom: 16px;
        border-radius: 5px;
        font-style: normal;
        font-weight: 500;
        text-transform: uppercase;
    }

    Hope it helps.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Set property attribute's background’ is closed to new replies.