How, in widgets, do I do the following: Increase the space between widgets change the font color of the Widget Titles Remove the faint lines between the widgets. Here is a link to see the widgets I have on my sidebar http://www.drkwamebrown.com/join
Hello, 1) You can add blank <p></p> tag in the sidebar widget. To increase space. 2) Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .sidebar h3 { font-color: YOUR FONT COLOR; } 3) Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .sidebar { border-left: none;} Thanks & Regards Nitesh Raghuwanshi
Thanks Nitesh. The code to remove the faint lines between the widgets (on top of and below) did not work. What about creating new sidebar widget spaces? I only have two.
Hello, For faint line replace previous code with the code given below. Code: .sidebar h3 { border-bottom: none; } There is no widget limit for the sidebar. You can add multiple widgets in the primary and secondary widget area. Thanks & Regards Nitesh Raghuwanshi