Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #59543
    Mati
    Participant

    Hi. I just installed Catch Evolution Pro yesterday. I figured out the code for getting rid of borders around blog pictures, but I can’t figure out how to get rid of all the rest of the borders. There are borders around my pictures, borders around everything I add to page builder, and then borders around the whole page as well. I have tried all the codes I could find on the forums, and nothing is working. Please help.
    My URL is http://orianaturalskincare.com
    Thanks

    #59544
    Mati
    Participant

    I figured it out! Here is the code to remove gray boxes around page builder sections:

    /* Forms */
    input[type=”text”],
    input[type=”email”],
    input[type=”url”],
    input[type=”password”],
    textarea {
    background: #faf7e2;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    color: #888;
    padding: 3px;
    }

    #59557
    Sakin
    Keymaster

    @Mati: That’s nice and thanks for the update.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Code to Remove Borders around Pictures’ is closed to new replies.