Dakcenturi (@dakcenturi)

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Here is a section of the view source:

    <tr class=”form-field”>

    <th scope=”row”>

    <label for=”first_name”>First name</label>

    </th>

    <td>

    <input name=”first_name” id=”first_name” type=”text” value=”” />

    </td>

    </tr>

    Now I tried and none of them made any noticeable change.:

    .input{

    background-color: #171717;

    color: #00CC00;

    }

    #first_name{

    background-color: #171717;

    color: #00CC00;

    }

    .form-field{

    background-color: #171717;

    color: #00CC00;

    }

    In order to get it to work on one of the other forms I actually put the style in the input code, but I don’t know how to access the input code as it is being called via php and isn’t a .php file in the theme.

    What are the ID’s to modify the CSS on?

    In reply to: Categories

    Ah, thanks! The theme I was modifying didn’t have that bb-category code in it. Copying and pasting it over fixed the problem!

Viewing 3 replies - 1 through 3 (of 3 total)