How can i add my own css to wordpress
-
Dear users;
I need to add;
HTML
<div class="input-color"> <input type="text" value="Orange" /> <div class="color-box" style="background-color: #FF850A;"></div> <!-- Replace "#FF850A" to change the color --> </div>
CSS
.input-color { position: relative; } .input-color input { padding-left: 20px; } .input-color .color-box { width: 10px; height: 10px; display: inline-block; background-color: #ccc; position: absolute; left: 5px; top: 5px; }
and add it to the Beaver Builder Plugin (Lite Version) in its html row.
i add the html there and the css in sytle css , no box.
Any help given will be highly appreciated.
Regards
Azhar
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How can i add my own css to wordpress’ is closed to new replies.