Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Sub menus not working in catch evolution #107910
    Mati
    Participant

    Strange. I did actually write a post. Anyway, I added a plugin called autoptimize to optimize my website loading speed, and it broke my sub menus. So, I got my host to re-create an older version from the backups, and still, sub menus were not working. Then I started getting fatal errors, and the website wouldn’t save anything, and eventually, I got a 500 error and it wouldn’t even accept the catch evolution theme at all. So, I bought the updated version, and still, same error message. The whole site seemed to be totally broken at the time. So, I worked with tech support from the host, and it was a combination of Chrome issues, lack of memory, and other bits and pieces. After calling tech support 5 times, they were actually able to get the site back up, with the catch evolution theme, and menus working. So, it is working now…

    in reply to: Code to Remove Borders around Pictures #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;
    }

Viewing 2 posts - 1 through 2 (of 2 total)