• Resolved enaentech1901

    (@enaentech1901)


    I want to put background color on text on only one page.
    For example: on the page Contact, I would like to make background color and put borders on text like e-mail, address, phone number. I tried using .media-body but that changes text on all sites on my webpage.
    I don’t know in which file in appointment theme folder should I create <div to do something like that.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi

    For add Background color & Border use below code in custom css Field

    .blog-section-md
    {
    background-color:red !important; changes color as your need.
    }

    .blog-lg-area-left p, .blog-lg-area-right p, .blog-lg-area-full p
    {
    border: 1px solid !important;
    }

    Thanks.

    Hi enaentech1901

    Did Your issue resolved.

    Thanks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changing HTML for specific page’ is closed to new replies.